ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.96k stars 16.4k forks source link

License for the TF Lite quantized version of YOLOv5 on Kaggle #13333

Open kruska7 opened 1 month ago

kruska7 commented 1 month ago

Search before asking

Question

The license is stated as Apache 2.0 for the TF Lite quantized version of YOLOv5 on Kaggle. Is this possible and correct, and can it be used under this license? I was at the impression that the license for YOLOv5 is AGPL-3.0.

https://www.kaggle.com/models/kaggle/yolo-v5/tfLite/tflite-tflite-model/1

Screenshot 2024-09-25 at 08 46 30

Additional

No response

UltralyticsAssistant commented 1 month ago

👋 Hello @kruska7, thank you for reaching out and for using YOLOv5! 🚀

The question about licensing is important. While I can't answer this directly here, please know that an Ultralytics engineer will look into it soon and provide further clarification.

For now, if this involves a potential bug or error, kindly provide a minimum reproducible example to help us better understand the issue.

Here are some resources that might help you explore more about YOLOv5 in the meantime:

Requirements

Ensure you have Python>=3.8.0 with all requirements.txt installed, including PyTorch>=1.8:

git clone https://github.com/ultralytics/yolov5
cd yolov5
pip install -r requirements.txt

Environments

YOLOv5 can be used in various verified environments:

Status

YOLOv5 CI

Stay tuned for updates, and thank you for your patience! 😊

pderrenger commented 1 week ago

@kruska7 the official license for YOLOv5 is AGPL-3.0. If you see a different license, such as Apache 2.0, for a specific model version on Kaggle, it might be an error. Please verify with the model provider on Kaggle to ensure compliance with the correct licensing terms.