Skip to content

Atmegal/MFURLN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On Exploring Undetermined Relationships for Visual Relationship Detection

Introduction

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.

Prerequisites

  • Python 3.6
  • Pytorch 1.0
  • CUDA 9.0

Train

Train relationship detection model:

python train_rela.py --datasets VRD --net vgg16 --lr 0.005 --lr_decay_step 1 --lr_decay_gamma 0.5 --cuda

Test

Test relationship detection model:

python test_rela.py --datasets VRD --net vgg16 --cuda

About

MFURLN CVPR2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published