YiwuZhong / Sub-GC

[ECCV 2020] Official code for "Comprehensive Image Captioning via Scene Graph Decomposition"
MIT License
94 stars 15 forks source link

error #3

Closed zghorbani closed 3 years ago

zghorbani commented 3 years ago

I have this error in run 'train.sh' with open "cocotalk_label.h5". can you help me why this happens?

""File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 116, in h5py.h5f.create OSError: Unable to create file (unable to open file)""

YiwuZhong commented 3 years ago

Thanks for your interests in our work!

According to your description, it seems that the problem came out when your loaded the h5py file. This is likely that your h5py package was broken or wasn't installed correctly. Please carefully follow the instruction in README, reinstall it and try again.