Open mrfarazi opened 7 years ago
I am wondering this too.
You'll have to create your own dataset following the same format as the .h5 files. The framework currently do not support evaluating single image.
But to create the imdb and roidb, it needs to have some metadata which is only available for VG. Can we preprocess without these metadata?
But to create the imdb and roidb, it needs to have some metadata which is only available for VG. Can we preprocess without these metadata?
Hello . Recently ,I am trying to generate the scene graph of my own image . Have you solved this problem ? Thanks in advance .
But to create the imdb and roidb, it needs to have some metadata which is only available for VG. Can we preprocess without these metadata?
hi! have you solved this problem?tsk
is there any solution to generate my own's image scene graph
Can you generate proposals.h5 corresponding to the small data set? Please tell me how to generate it if you can. Thank you very much.
Hello @danfeiX I was wondering if there is a way to evaluate image(s) that are not in the VG dataset using this framework. Currently, using
test.sh
with the pre-trained model from this repository, it allows passing single/multiple VG images from the imdb_1024.h5 which requires associated scene graph database+metadata, ROI proposals+distributuion.If anyone can share their insight on this would be most helpful.