YiwuZhong / Sub-GC

[ECCV 2020] Official code for "Comprehensive Image Captioning via Scene Graph Decomposition"
MIT License
94 stars 15 forks source link

Could provide a complete demo? #16

Closed NTUYWANG103 closed 1 year ago

NTUYWANG103 commented 1 year ago

Input an image, output the scene graph, sub gcn, sub gcn score, and image captions. thanks a lot!

YiwuZhong commented 1 year ago

Thanks for your interest. Unfortunately, it's not trivial to combine all these components into single codebase, since scene graph was generated by an independent codebase.