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

License? #1

Closed nunenuh closed 5 years ago

nunenuh commented 5 years ago

I hope your license is MIT or GPL3

usuyama commented 5 years ago

Added MIT license. Thanks!