Skip to content

tomonari-masada/medical-image-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages