You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an HTTP 404 error while using the InventoryGenerator module in BRAILS. The error occurs when the script tries to download a model file from the URL https://zenodo.org/record/10448047/files/facadeParserv2.pth.
The URL causing the error is located in line 199 of 'FacadeParser.py'
The text was updated successfully, but these errors were encountered:
I stumbled upon the same issue. Looking at previous BRAILS versions, I found this link which provides access to a seemingly successor to previous facade parsers : https://zenodo.org/records/12774419
However, when predicting facade features with it, it often returns empty vectors to sci-kit learn, causing a crash in the code execution :
facadeParser.Py, line 544 : lm.fit(xvect.reshape(-1, 1),yvect)
ValueError: Found array with 0 sample(s) (shape=(0, 1)) while a minimum of 1 is required by LinearRegression.
where xvect and yvect in facadeParser.Py are empty numpy arrays.
I encountered an HTTP 404 error while using the InventoryGenerator module in BRAILS. The error occurs when the script tries to download a model file from the URL https://zenodo.org/record/10448047/files/facadeParserv2.pth.
The URL causing the error is located in line 199 of 'FacadeParser.py'
The text was updated successfully, but these errors were encountered: