-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing file #9
Comments
Hello, I also encountered this problem when I was studying related codes. Some of the files you mentioned can be downloaded from the official website of the VG dataset: Some of the files can be obtained from the following github repository: As for VG-SGG-base.h5,VG-SGG-base-dicts,I think this part of files is generated after running the code fine_grained_predicate_boosting.py ( you can view the relevant code, I haven't finished analyzing this part yet). imdb_512.h5 , As the documentation says, "Image database (currently unavailable, please refer to the next section on how to create an IMDB by yourself)" |
Thank you for your reply. I am also working on running https://github.com/danfeiX/scene-graph-TF-release/blob/master/data_tools/vg_to_imdb.py code in the past few days, attempting to generate imdb_512.h5 files.I have also found files other than VG-SGG-base.h5,VG-SGG-base-dicts.json. |
Have you successfully run and generated the imdb_512.h5 file? I would appreciate it if you could share this file. |
I just completed this task and the generated imdb_512.h5 file is quite large, approximately 80GB. If you need it, I will upload it to the online drive later. |
Wow, I thought this was a smaller file. I am currently trying to run the code provided by the above github repository and change "1024" in the sh file to "512", hoping to generate the imdb_512.h5 file. I may ask you again if I have some questions, thank you! |
Hi,i want to know how to get the content of object_list.txt/imdb_512.h5/predicate_alias.txt/VG-SGG.h5/VG-SGG-base.h5/VG-SGG-base-dicts from the fine_grained_predicate_boosting.py file.
The text was updated successfully, but these errors were encountered: