Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 462 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 462 Bytes

video based W-RPN

Using W-RPN trained on videos

Pre-trained RPN on the videos as describe in the paper can be found at link

Model was trained using the code based on Faster-RCNN (https://github.com/jwyang/faster-rcnn.pytorch). We use pseudo ground-truth boxes obtained using motion segments as described in the paper. To obtain proposals use the test_net.py.

More coming soon!!