←back to thread

932 points sohzm | 1 comments | | HN request time: 0.256s | source
Show context
hcfman ◴[] No.44462022[source]
Doesn't this happen all the time with Ultralytics yolo code? They use an AGPL license, which to my understand means that anything that links with this code also becomes AGPL.

Please correct me if I'm wrong, but is the license also viral if there's a network connection involved? i.e. I run the code in a container with a little network interface added ?

And yet Microsoft have release code with different licenses that make's use of Ultralytics code.

I potentially would be interested in using these wildlife detection models in a commercial (Not open source) context but simply don't trust the claim that it would be okay to do so, sounds like a big business risk to me.

What is the opinion of the community of the MIT licenses associated with PyTorch wildlife from Microsoft okay to use in a closed source commercial context? Microsoft have put an MIT license on this, but their code does imports of ultralytics libraries, which I thought were AGPL.

Note: The GPL 3 license from the official yolov9 differs in this, it must be possible to run the same code on the platform, but your usage may be closed source.

replies(3): >>44462093 #>>44464102 #>>44464110 #
hcfman ◴[] No.44462093[source]
I really like the work that Microsoft did with Pytorch Wildlife but not brave enough to trust the MIT license they put on their code that uses Ultralytics code and all attempts to check if it was okay for them to change the licenses seem to indicate that they may not do this.

Love to know for sure. Maybe someone from Ultralytics can point out their view on this?

replies(1): >>44463113 #
1. joshuaissac ◴[] No.44463113[source]
> their code that uses Ultralytics code [...] if it was okay for them to change the licenses

Did they copy Ultralytics code and change the licence from AGPL to MIT? Or does their code rely on AGPL code without copying it?

The first is not allowed but the second is, because the combined work can still be used under the terms of the AGPL.