WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.79k stars 1.36k forks source link

License for the repo #10

Open trathpai opened 6 months ago

trathpai commented 6 months ago

Thanks for the great work. Could you also tell which license will be applicable to the repo?

fakerybakery commented 6 months ago

+1!

WongKinYiu commented 6 months ago

I think it should be GPL3, I will check and update the license file.

fakerybakery commented 6 months ago

Any chance it could be permissively licensed?

KleinYuan commented 6 months ago

Would be great if you can make it MIT or Apache.

nick-konovalchuk commented 6 months ago

For now it's definitely at least GPLv3 😔 A lot of code smells ultralytics ish and classify directory even has YOLOv5 GPLv3 notices in files. Is it possible to rewrite the code (even with some functionality loss), the that the repo is clean?

Sharpz7 commented 6 months ago

I would be willing to help re-write the codebase to get it in a state it can be under MIT or Apache.

It would probably have to be a larger effort though - would anyone else want to help me? Would be great to get a state-of-the-art model under an relaxed open license.

nick-konovalchuk commented 6 months ago

I would love to help too, but we would definetly need some management and supervision from @WongKinYiu

zeeshan3945 commented 6 months ago

Hi, I would love to contribute too. Is it possible if we can manage the environment to work on it.

nick-konovalchuk commented 6 months ago

Does anyone know if we can escape ulatralytics this way?

WongKinYiu commented 6 months ago

For me, the most hard part to re-implement is data loader and DDP training. I am not familiar to write code for DDP training. Architectures and training strategies are almost designed by ours team, there are no problems and issues to rebuild in new codebase.

fakerybakery commented 6 months ago

Hi, if there are plans to reimplement the codebase should this issue be reopened?

xenova commented 6 months ago

Just to confirm, are the model weights licensed as GPL3 or AGPL3? As stated on https://www.ultralytics.com/license (FAQ) for YOLOv8:

Are Ultralytics YOLO-trained models licensed under the AGPL- 3.0 license? Yes, all Ultralytics YOLO-trained models fall under the AGPL-3.0 License. The AGPL-3.0 License covers the training code and the models produced by that training code.

WongKinYiu commented 6 months ago

GPL3 license added.

Sharpz7 commented 6 months ago

Yeah I'm pretty confident it has to be AGPL not GPL??

nick-konovalchuk commented 6 months ago

@Sharpz7 I'm quite sure this repo is mostly YOLOR, which was derived from yolov5 at the point when it was GPL. Thus, GPL

KleinYuan commented 6 months ago

For me, the most hard part to re-implement is data loader and DDP training. I am not familiar to write code for DDP training. Architectures and training strategies are almost designed by ours team, there are no problems and issues to rebuild in new codebase.

Employing Pytorch-Lightning, DDP is build-in. The code volume will also be largely reduced.

Exciting to see the re implementation efforts! @nick-konovalchuk

Sharpz7 commented 6 months ago

@KleinYuan I mean this seems promising.

@WongKinYiu Can you please re-open this ticket? I want to pass this around more, because this is something the community could really do with.

GrantorShadow commented 6 months ago

I would be willing to help re-write the codebase to get it in a state it can be under MIT or Apache.

It would probably have to be a larger effort though - would anyone else want to help me? Would be great to get a state-of-the-art model under an relaxed open license.

Hi folks, Could also be a part of this and contribute towards getting YOLOV9 to an MIT license? Would love to be a part and code towards this!

Thanks!

fakerybakery commented 6 months ago

82

VoNhatVinh commented 5 months ago

I would be willing to help re-write the codebase to get it in a state it can be under MIT or Apache.

It would probably have to be a larger effort though - would anyone else want to help me? Would be great to get a state-of-the-art model under an relaxed open license.

Hi friend, I would love to be a part this and under MIT lisense?

Thank you

Sharpz7 commented 4 months ago

Hey All,

Please see our active efforts here:

I am hoping to find time to work on this more extensively soon.

Thanks!