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.06k stars 229 forks source link

INFO File not found: /home/user/glove/glove.6B.200d.pt #178

Closed Ceazy-Gentleman closed 2 years ago

Ceazy-Gentleman commented 2 years ago

❓ Questions and Help

INFO File not found: /home/user/glove/glove.6B.200d.pt, I do not known how to download the file. Can you tell me where I can download it! please!

KaihuaTang commented 2 years ago

The link is http://nlp.stanford.edu/data/glove.6B.zip As far as I remember, the project will automatically detect and download the glove.6B.200d.pt. Please check line 179 in https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/d7111b27c26db89f0127b171f76c695806cb4a3a/maskrcnn_benchmark/modeling/roi_heads/relation_head/utils_motifs.py#L151

Ceazy-Gentleman commented 2 years ago

Thank you very much! @KaihuaTang

According to your prompt, I solved the problem after deleting the command 'GLOVE_DIR /home/user/glove'. it will automatically create the fold and download the required files at the first time!

The link is http://nlp.stanford.edu/data/glove.6B.zip As far as I remember, the project will automatically detect and download the glove.6B.200d.pt. Please check line 179 in

https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/d7111b27c26db89f0127b171f76c695806cb4a3a/maskrcnn_benchmark/modeling/roi_heads/relation_head/utils_motifs.py#L151 d files at the first time! @

The link is http://nlp.stanford.edu/data/glove.6B.zip As far as I remember, the project will automatically detect and download the glove.6B.200d.pt. Please check line 179 in

https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/d7111b27c26db89f0127b171f76c695806cb4a3a/maskrcnn_benchmark/modeling/roi_heads/relation_head/utils_motifs.py#L151