vrd-dsr
vrd-dsr copied to clipboard
How can i get the boxes positions for predicted relationships?
Hello,
Thank you for your sharing the code. I finished the training and testing using your code.
but, I wondering that how to get the box positions for predicted relationships. I want to use the boxes for relationships..
Thank you.
For vrd dataset, you can use proposal.pkl provided in the project. Otherwise, you can train your only detector following https://github.com/GriffinLiang/faster-rcnn.pytorch/tree/773184a60635918e43b320eb1a0e8881779b90c8.
@GriffinLiang
Thank you for your quick response!! I'll try it!
Thank you. Regards.
@GriffinLiang
Thank you for your quick response!! I'll try it!
Thank you. Regards.
Have you already train on Visual Genome dataset? I encounter "https://github.com/GriffinLiang/vrd-dsr/issues/38" when I am training. Can you provide some detail?