martinkersner / train-DeepLab

Train DeepLab for Semantic Image Segmentation
MIT License
172 stars 76 forks source link

MIT or Apache v2 license? #23

Closed ahundt closed 7 years ago

ahundt commented 7 years ago

any chance you could add a license to this project?

Suggestions:

martinkersner commented 7 years ago

Hi!

Sure, I can.

But I am wondering how it will help/serve you?

Cheers, Martin

ahundt commented 7 years ago

I'm hoping to adapt some of the dataset conversion code for pascal voc + keras and contribute it to keras-contrib: https://github.com/farizrahman4u/keras-contrib https://github.com/fchollet/keras

ahundt commented 7 years ago

So for that the MIT license would be ideal, otherwise they won't accept the pull request bc of licensing rules. :-)

ahundt commented 7 years ago

If that sounds ok to you & you can update the repo I'll work on that, and of course I'd put you in as an author in the header!

martinkersner commented 7 years ago

I have never had to dealt with licences, so I am not sure if I can actually put MIT license to this. Original DeepLab (which is linked as submodule) has modified caffe licence which is BSD 2-Clause.

Do you think it is okay?

ahundt commented 7 years ago

yeah that should be fine, difference is minor

martinkersner commented 7 years ago

Ok! I added MIT license.

ahundt commented 7 years ago

Awesome, thanks!