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 228 forks source link

About VG-SGG-with-attri.h5 #112

Closed Zhang-GK closed 3 years ago

Zhang-GK commented 3 years ago

❓ Questions and Help

OSError: Unable to open file (unable to open file: name = 'datasets/vg/VG-SGG-with-attri.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) When I try to run this model with my own data, which is only including images. I have met this error. Could you please help me solve it? Thanks in advance!

zhangj1an commented 3 years ago

Hi, I met exact the error as this. Did you solve this issue? Any help is appreciated. Thanks!

zhangj1an commented 3 years ago

For anyone met the same problem, the h5 file can be found in root directory, DATASET.md, download section

MeinhardMark commented 1 year ago

I have another problem with this file: OSError: Unable to open file (truncated file: eof = 146680184, sblock->base_addr = 0, stored_eof = 150724042)

stannum2 commented 3 months ago

I have another problem with this file:我这个文件还有另一个问题: OSError: Unable to open file (truncated file: eof = 146680184, sblock->base_addr = 0, stored_eof = 150724042)

same problem do you have any solution?