Open source part of a code to avoid the empresarial license #17861
Replies: 3 comments 1 reply
-
👋 Hello @felipequentino, thank you for reaching out and sharing details about your use case 🚀! Your application sounds fascinating, and we appreciate you considering Ultralytics solutions as part of your product. For guidance regarding licensing and the use of YOLOv8 within your project, we recommend reviewing our LICENSE and consulting the YOLOv8 Quickstart Guide. These resources can be instrumental in clarifying your questions, although it's always wise to consult a legal professional for specific scenarios like this. To better assist you, here are some general guidelines depending on the nature of your inquiry:
In case you'd like to explore alternative configurations or deployment setups for your ALPR system, this might interest you: Verified EnvironmentsYOLOv8 can be run in any of the following environments, verified for efficiency and compatibility:
For more assistance or real-time discussions, consider joining our Ultralytics community:
Additionally, ensure you're using the latest version of pip install -U ultralytics This is an automated response to help guide your discussion. An Ultralytics engineer will review and provide further assistance soon. Let us know if there’s anything else you’d like to share in the meantime! 😊 |
Beta Was this translation helpful? Give feedback.
-
@felipequentino thank you for your question. To comply with the AGPL-3.0 license, you are required to open source your entire project that uses any Ultralytics models, code, or architecture, not just a part of it. This includes the ALPR component, the PyTorch part, and any shared or independent components that interact with it, directly or indirectly, such as the dashboard. If you prefer not to open source everything, you must obtain an Ultralytics Enterprise License. You can learn more or apply here: https://ultralytics.com/license. |
Beta Was this translation helpful? Give feedback.
-
Ok Glenn, thanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
Hi! I have a startup that has a product that detects objects. The product has 2 parts: one part I detect and do tracking of objects using Pytorch, that has MIT License, and is the "unique, important" part of my product, the other part is a simple ALPR using YOLOv8 to complement my product. Both parts sends information to a Dashboard, but they are INDEPENDENT, so the ALPR isn't connected in any way with the Pytorch part. The only thing that the two parts do in common is to send informations to the dashboard, here is a Venn diagram:
When I launch the product, I want to deploy the ALPR part in a jetson nano and make the ALPR code open source, avoiding paying for the empresarial license. This is OK to do? Making open source ONLY the ALPR part?
Beta Was this translation helpful? Give feedback.
All reactions