facebookresearch / GraphLog

API for accessing the GraphLog dataset
Other
89 stars 10 forks source link

Importing Graphlog runs into `Exception: HTTP Error 404` #32

Closed harmanpreet93 closed 2 years ago

harmanpreet93 commented 2 years ago
from graphlog import GraphLog
gl = GraphLog()

Importing Graphlog runs into Exception: HTTP Error 404: Not Found, (OR cannot connect remotely to retrieve metadata), while trying to retrieve URLs from repository.json.

This is due to the fact the dataset URLs listed in repository.json also result in Error 404. Can you please help with this?

Repository.json file:


    "graphlog_v1.0": {
        "name": "GraphLog v1.0",
        "description": "GraphLog suite consisting of 57 datasets.",
        "url": "https://www.cs.mcgill.ca/~ksinha4/data/graphlog_icml_data.zip",
        "md5hash": "6aeda25d56251328dcdca0b23b4abe0a",
        "data_filename": "comp_r10_n100_ov",
        "difficulty": {
            "easy": [9,12,18,19,20,24,27,31,34,35,36,37,38,39,
                46,47,48,49,51],
            "moderate": [4,7,8,10,11,21,22,26,28,32,33,40,41,
                43,45,50,52,54,55,56],
            "hard": [0, 1, 2, 3, 5, 6, 13, 14, 15, 16, 17, 23, 
                25, 29, 30, 42, 44, 53]
        }
    },
    "graphlog_v1.1": {
        "name": "GraphLog v1.1",
        "description": "GraphLog suite consisting of 57 datasets. New generation pipeline with explanable resolution paths.",
        "url": "https://www.cs.mcgill.ca/~ksinha4/data/graphlog_v1.1.zip",
        "md5hash": "b206d3463b6a31a77f86c1e9ace22dc6",
        "data_filename": "graphlog_v1.1"
    }
}
koustuvsinha commented 2 years ago

Hi, thanks for opening this issue! I may have lost some files on my personal website due to a recent update. The ICML data (graphlog_icml_data.zip) can be found here: https://drive.google.com/file/d/1nsVr-CXYouzrdiQUgqSbQLcfQJduTJyg/view?usp=sharing.

harmanpreet93 commented 2 years ago

Thanks. It helped.