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

Generating Scene Graphs for images not in VG #24

Open ritwickchaudhry opened 6 years ago

ritwickchaudhry commented 6 years ago

Hi @danfeiX , I really wanted to generate scene graphs for images, which are from some other dataset. I don't have ground truth scene graphs and I don't wish to evaluate the generation process, but to only obtain scene graph for some other research task. Can you please guide me as to how to proceed with this? Thanks in Advance!

shrikant10 commented 5 years ago

Hii @danfeiX @ritwickchaudhry I have the same Issue. Can you help me with this?

pianpwk commented 5 years ago

Same here, this would be extremely helpful!

lehuyhunghedspi commented 5 years ago

i think it in convert vg data to desire format, Anyone success on this issue ?

pianpwk commented 5 years ago

It might be possible to generate an empty graph dataset that has the same format as COCO-SGG.h5, but which has no nodes or edges for each image. I haven't tried this but it seems it could work if ground truth isn't required in the generation process.

lehuyhunghedspi commented 5 years ago

any one success on generate proposal.h5 file ?

hengqiali commented 5 years ago

It might be possible to generate an empty graph dataset that has the same format as COCO-SGG.h5, but which has no nodes or edges for each image. I haven't tried this but it seems it could work if ground truth isn't required in the generation process.

I also want to generate scene graphs for coco images without any groundtruth.Have you succeeded??

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.

zzrcc commented 3 years ago

It might be possible to generate an empty graph dataset that has the same format as COCO-SGG.h5, but which has no nodes or edges for each image. I haven't tried this but it seems it could work if ground truth isn't required in the generation process.

I also want to generate scene graphs for coco images without any groundtruth.Have you succeeded??

excuse me , Have you achieved the generation of scence-graph for MScoco