NHERI-SimCenter / BRAILS

DL-based Building Information Modeling (BIM).
https://nheri-simcenter.github.io/BRAILS-Documentation/
Other
55 stars 33 forks source link

HTTP Error 404: NOT FOUND when running InventoryGenerator #213

Open ptiencuong opened 4 months ago

ptiencuong commented 4 months ago

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

deepankkumar commented 2 months ago

facing the same issue, did you find any solution?

xtanguay commented 1 month ago

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.