limited-label-scene-graphs
limited-label-scene-graphs copied to clipboard
Not able to get predicate form image
Hi Sir, I am a student and very inspired from your work.
For learning, I want to train model on some more object and predicates like image including "tree" and "house" and predicate is "hanging over" and the use case which I am trying to solve is to identify if a tree is hanging over house roof or not.
I understood the flow of main.ipynb and executed properly after downloaded all required data sets. but at the end also, did't get predicates from object only like "person <UNLABELED> sidewalk" this is coming where only subject and object is coming predicate is not coming.
requesting you please help to understand, how can we solve this.
I also tried to follow your tutorial - https://github.com/snorkel-team/snorkel-tutorials/tree/master/visual_relation I also execute this successfully and created .pth model but not able to understand how can I use this created model for predicting, subject/object and predicate from a input image.
Please help into this, I am stuck with this from a long time.
@rohi0007 did you get the answer to use the model and show the image output with their relationship?