Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.46k stars 1.49k forks source link

Weights - Licensing? #512

Open aws-stdun opened 2 years ago

aws-stdun commented 2 years ago

Hi, can I get clarification if the model weights hosted externally (e.g. Google Drive) are also covered under the Apache 2.0 license?

Kjelldor commented 1 year ago

The weights that were once found on the google drive are the same as the publicly available weights of size 416 for the COCO-dataset found here https://github.com/alexeyaB/darknet Since they are considered open source on there, and that is their place of origin, I'm pretty positive the weights are open-source. They are however, licensed under the 'Yolo license v2' instead of the Apache 2.0 license (in essence, it's public domain property.)