WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 520 forks source link

No license File #11

Open cptspacemanspiff opened 3 years ago

cptspacemanspiff commented 3 years ago

Hi, I have been looking through your projects, they are very cool. however I have noticed that, unlike darknet from alexab, none of your code has a license file... Which means that, at the moment, technically, people only have rights to view it, running and modifying the code is not allowed. I realize thinking about copyright is a pain in the rear, but the lawyers do care...

If you could add a license file to your projects (yolov4, yolov4csp, yolor, etc) it would be greatly appreciated.

WongKinYiu commented 3 years ago

https://github.com/WongKinYiu/yolor/issues/3

cptspacemanspiff commented 3 years ago

Ok Thanks, that is what I thought. Is there a particular reason you have not included a license file, It's a easy way to avoid these questions in the future, and for GPLv3 is required...

WongKinYiu commented 3 years ago

license file is added.

Micky-123 commented 3 years ago

Hi @WongKinYiu , I would like to check with you as any specific reason for putting this great work under GPL v3. Most of the yolov4/v3 work is under MIT or other permissive licenses. I think GPL has lot of restrictions. DO you want to put those restrictions Thanks

WongKinYiu commented 3 years ago

It due to the original implementation used GPL v3 licence.