poppinace / indexnet_matting

(ICCV'19) Indices Matter: Learning to Index for Deep Image Matting
Other
389 stars 90 forks source link

License question #16

Closed 983 closed 1 year ago

983 commented 4 years ago

Thank you for this amazing repository!

I tried to find out the license, but I am confused because there are several different ones.

So my question is: What is the license of the code?

poppinace commented 4 years ago

Hi, If I understand the lisense right, the code is only covered by the MIT license. It only allows academic use. The pre-trained model instead is covered by both the MIT and the Adobe license.

983 commented 4 years ago

If you add additional restrictions like "academic purpose only", it's not the MIT license anymore and you should probably choose a different name to avoid confusion.

Most people won't expect additional restrictions when they read the MIT license:

Permission is hereby granted [...] to deal in the Software without restriction [...]

Also I am not sure about the model license. Usually, when something has multiple licenses, you can choose which one you want to abide by, but that is probably not intended here, since you can't lift the restrictions of the Adobe license. Applying both licenses at once does not make sense either because the licenses contradict each other.

983 commented 1 year ago

The license has been updated to clarify that the code may only be utilized for academic purposes.