Pytorch code for our CVPR 2019 paper "On Exploring Undetermined Relationships for Visual Relationship Detection."
This implementation is based on jwyang/faster-rcnn.pytorch.
So you can reference this project to build you own code environmnt and compile the cuda dependencies.
- Python 3.6
- Pytorch 1.0
- CUDA 9.0
python train_rela.py --datasets VRD --net vgg16 --lr 0.005 --lr_decay_step 1 --lr_decay_gamma 0.5 --cuda
python test_rela.py --datasets VRD --net vgg16 --cuda