Skip to content

tiny-dentist/UNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNET

UNET Implementation in Pytorch

To train the model use python train.py command. It is recommended to use --amp command if you have a newer generation of graphics card like Volta and RTX architecture.

Wandb will upload the results of your model to its web application where you can see the mask created by the model during training.

Once the model has been trained you can test the prediction using python predict.py -i input_image.jpg -o output_image.jpg.

-i stands for input image to be given to the model and -o for output image. Multiple images can be passed in the -i argument

About

UNET Implementation in Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages