Skip to content
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

Closed
ENDGU opened this issue Sep 23, 2023 · 5 comments
Closed

Missing file #9

ENDGU opened this issue Sep 23, 2023 · 5 comments

Comments

@ENDGU
Copy link

ENDGU commented Sep 23, 2023

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.

@ENDGU ENDGU closed this as completed Oct 7, 2023
@ENDGU ENDGU closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2023
@Yassin-fan
Copy link

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:
object_list.txt

Some of the files can be obtained from the following github repository:
predicate_alias.txt
VG-SGG.h5
https://github.com/danfeiX/scene-graph-TF-release/tree/master/data_tools

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)"
It seems cannot be downloaded directly.
You need to run the code to get it: https://github.com/danfeiX/scene-graph-TF-release/tree/master/data_tools
If you find the relevant file, please tell me :)

@ENDGU
Copy link
Author

ENDGU commented Oct 10, 2023

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.

@Yassin-fan
Copy link

Have you successfully run and generated the imdb_512.h5 file? I would appreciate it if you could share this file.

@ENDGU
Copy link
Author

ENDGU commented Oct 10, 2023

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.

@Yassin-fan
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants