GibsonEnv icon indicating copy to clipboard operation
GibsonEnv copied to clipboard

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

Open kingsotn opened this issue 2 years ago • 3 comments

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

kingsotn avatar Dec 15 '22 21:12 kingsotn

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.

leeked avatar Dec 15 '22 21:12 leeked