Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Error 404: NOT FOUND when running InventoryGenerator #213

Open
ptiencuong opened this issue Jun 26, 2024 · 2 comments
Open

HTTP Error 404: NOT FOUND when running InventoryGenerator #213

ptiencuong opened this issue Jun 26, 2024 · 2 comments

Comments

@ptiencuong
Copy link

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
Copy link

facing the same issue, did you find any solution?

@xtanguay
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants