The VEN is implemented with Pytorch
.
For viewing results using view_results.py
, you will need matplotlib
VEN is demonstrated in demo.py
. Before running, update the following:
- Update the
get_test_list()
function to load images. - Download the pre-trained mdoels from Google Drvie. Set the variable
args.resume
to point to it.
We will release the training code soon.