meituan / YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications.
GNU General Public License v3.0
5.62k stars 1.02k forks source link

Commercial use #1022

Open ksv87 opened 4 months ago

ksv87 commented 4 months ago

Before Asking

Search before asking

Question

Hello, can I export the model to onnx format after training and use this onnx model in a commercial project without revealing the source code of my project?

Additional

No response

laishenghui commented 4 months ago

i want konw this too

Chilicyy commented 4 months ago

Hi @ksv87 @laishenghui , according to the GPL-3.0 license, it has certain conditions regarding distribution, especially when it comes to commercial use.

ksv87 commented 4 months ago

@Chilicyy thanks for the answer, in my project I will not use the code from the yolov6 repository, but only use 1 file with the onnx model obtained as a result of training, in this case I still have to disclose the source code during distribution?