THU-MIG / yolov10

YOLOv10: Real-Time End-to-End Object Detection
https://arxiv.org/abs/2405.14458
GNU Affero General Public License v3.0
8k stars 662 forks source link

Confidence Score Displaying issue #278

Open adanggommala opened 2 weeks ago

adanggommala commented 2 weeks ago

how to display confidence score while detecting the object in webcam

leonnil commented 1 week ago

Thank you for your interest! I suppose confidence score will display in webcam when you set show=True

adanggommala commented 1 week ago

Where exactly should I set it true

leonnil commented 1 week ago

In the command line or python API, for example, yolo predict model=yolov10s.pt source=0 conf=0.1 show=True