Test on image not in Visual Genome
kollibylecoffee opened this issue · 1 comments
kollibylecoffee commented
Hello,
Thank you for your very useful code! If I want the scene graph generated on an image not in the Visual Genome dataset, I believe I have to make it a "Blob" object (dataloaders.blob.Blob object), is that correct and use it in the sgdet mode? Also, if I have to use the visualize_sgcls, it looks like I have to add Ground Truth information into the class info. I am assuming that I can set the ground truth equal to null (is this assumption correct?). Do you have any pointers for getting the novel image into a Blob object (if that is the best way of doing it?).
Thank you very much for any help!
yuweihao commented
Hi @Waiting-TT , I have just merged a PR from AU-Nebula that can test custom images.