usuyama / pytorch-unet

Simple PyTorch implementations of U-Net/FullyConvNet (FCN) for image segmentation
https://colab.research.google.com/github/usuyama/pytorch-unet/blob/master/pytorch_unet_resnet18_colab.ipynb
MIT License
827 stars 233 forks source link

how to train on my own dataset ? #10

Open manvirvirk opened 4 years ago

manvirvirk commented 4 years ago

can anyone help?

usuyama commented 4 years ago

You can create a new Dataset class similar to the SimDataset class.

Some related discussons: