We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, Adrian has 4 floors in .json file but 3 floors on the website
The text was updated successfully, but these errors were encountered:
I think the metadata needs to be updated. The same is true for Albertville and Anaheim.
http://gibsonenv.stanford.edu/models/?id=Albertville The website says Albertville has 3 floors.
{ "id": "Albertville", "name": "model-117", "split_full": "train", "split_full+": "train", "split_medium": "train", "split_tiny": "none", "stats": { "area": 266.125, "floor": 4, "navigation_complexity": 3.737, "room": 16, "ssa": 1.297 } },
http://gibsonenv.stanford.edu/models/?id=Anaheim Anaheim should also be 3 floors.
{ "id": "Anaheim", "name": "model-479", "split_full": "train", "split_full+": "train", "split_medium": "train", "split_tiny": "none", "stats": { "area": 299.527, "floor": 4, "navigation_complexity": 2.755, "room": 18, "ssa": 1.128 } },
Based on my observations, I think that the website data is more accurate and should be reflected in the metadata.
Sorry, something went wrong.
No branches or pull requests
For example, Adrian has 4 floors in .json file but 3 floors on the website
The text was updated successfully, but these errors were encountered: