Closed yan-ctrl closed 1 year ago
Hello, thank you for your excellent work. Can you tell me how to use YOLOv5 as a detector, or can you provide an explanation?
Hi @yan-ctrl , if you want to use YOLOv5, you can just set the parameters yolo_version='v5', yolo_model_def='yolov5n', as shown in this Google Colab notebook.
yolo_version='v5', yolo_model_def='yolov5n'
Okay, thank you
Hello, thank you for your excellent work. Can you tell me how to use YOLOv5 as a detector, or can you provide an explanation?