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

Meta data raw file is not consistent with what is shown on website #136

Open
kingsotn opened this issue Dec 15, 2022 · 1 comment
Open

Comments

@kingsotn
Copy link

For example, Adrian has 4 floors in .json file but 3 floors on the website

@leeked
Copy link

leeked commented Dec 15, 2022

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.

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

2 participants