KaihuaTang / Scene-Graph-Benchmark.pytorch

A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
MIT License
1.03k stars 228 forks source link

files missing #141

Open ghostlyFeng opened 2 years ago

ghostlyFeng commented 2 years ago

❓ Questions and Help

When I run generate_attribute_labels.py in Scene-Graph-Benchmark.pytorch/datasets/vg/, I find "objects.json", "attribute. json" and "attribute_synsets.json" are missing. where I can get these files?

ichbill commented 2 years ago

Those can be downloaded from https://visualgenome.org

Btw, did you find where to download "VG-SGG.h5" and "VG-SGG-dicts.json"?