liuhengyue / fcsgg

A PyTorch implementation for the paper: Fully Convolutional Scene Graph Generation, CVPR 2021
MIT License
27 stars 2 forks source link

Download of image_data.json file #2

Closed richardvogg closed 2 years ago

richardvogg commented 2 years ago

Hi, thanks for sharing the code to this interesting method. I was wondering if (and if yes, where) I can find the VG-SGG-dicts.json and image_data.json file for download?

Thanks!

liuhengyue commented 2 years ago

Sorry, it is VG-SGG-dicts-with-attri.json instead of VG-SGG-dicts.json. I will correct this in the readme. Both files are located in https://github.com/liuhengyue/fcsgg/tree/master/datasets/vg.

richardvogg commented 2 years ago

Thanks for the quick reply. It was my mistake, for some reason I assumed that these files also had to be downloaded from somewhere. Found them now.