Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 626 Bytes

VPGNet-Pytorch

A Pytorch implementation of VPGNet

WARN

We have stopped maintaining this repo, yet its not completely run-able. We would recommand you to turn to other pytorch-based implementations or fork/contribute by your own. Thanks!

Update Log

Recent updates would be uploaded here in time line.

Filelist and labeled ground truth image

Generate the file list with 5:1:1 (train:test:val):

path/to/database:~$ python3 gen_label_v4.py

Generate the labeled images and groundtruth image:

# im parameter: 'i' for original image, 'm' for masked image
path/to/database:~$ python3 gen_image.py im