danfeiX / scene-graph-TF-release

"Scene Graph Generation by Iterative Message Passing" code repository
http://cs.stanford.edu/~danfei/scene-graph/
MIT License
425 stars 130 forks source link

Evaluate/visualize an image outside VG dataset #14

Open mrfarazi opened 7 years ago

mrfarazi commented 7 years ago

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.

ZhpeWarren commented 7 years ago

I am wondering this too.

danfeiX commented 7 years ago

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.

mrfarazi commented 7 years ago

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?

ttxxr commented 5 years ago

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 .

forbiddenname commented 4 years ago

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

zhoukang123 commented 4 years ago

is there any solution to generate my own's image scene graph

L6-hong commented 4 years ago

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.