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 · 3 comments
Open

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

kingsotn opened this issue Dec 15, 2022 · 3 comments

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.

@chanjuanN
Copy link

@leeked @kingsotn sorry to bother you! Did you solve this problem? Or did you know how to know the true and right meta info about these scenes like Adrian, Anaheim and Albertville, especially the area of the scene?
look forward to your reply!!!

@chanjuanN
Copy link

@fxia22 Hello, thanks for your work. But there is something wrong like this issue page said. Could you update the right data.json about the meta data of scenes? Maybe you should go over this file carefully. I find Azusa also has wrong info in the data.json and your website.
look forward to your reply!

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