Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 578 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 578 Bytes

Reference

This implementation is based on this document (in Japanese).

How to use

Training

without GPU

$ python main.py

with GPU

$ python main.py --cuda

Prediction

without GPU

$ python predict.py --model model_epoch_1000.pth --input_image val/image/000.png --output_filename='temp.png'

with GPU

$ python predict.py --model model_epoch_1000.pth --input_image val/image/000.png --output_filename='temp.png' --cuda