ViewProposalNet
ViewProposalNet copied to clipboard
VPN for CVPR18
View Proposal Net
Requirements:
This implementation is tested on Tensorflow 1.3.
For viewing results using view_results.py, you will need matplotlib
Qucik Start
VPN is demonstrated in demo_new.py. Before running, update the following:
- Update the image directory to load images.
- Download the pre-trained models from Google Drive. Set the variable
model_weight_pathto point to it.
Train your own model
We will release the training code soon.