keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

Regarding the model weight licenses #140

Open ssrp opened 4 years ago

ssrp commented 4 years ago

Hi, I have seen that many pre-trained models are released on licenses which allow people to use the models commercially.

If you have used public datasets like ImageNet for training the models (which are provided only for the research purposes, not commercial usage), how can the weights you provide are open to be used commercially?

Apache license, MIT license, etc. allows anyone to use this commercially, which is a derivative work of the images which are not allowed to be used commercially.

Looking forward to your reply. Thanks!