NHERI-SimCenter/BRAILS

HTTP Error 404: NOT FOUND when running InventoryGenerator

Opened this issue · 2 comments

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'
image

facing the same issue, did you find any solution?

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.