ultralytics / ultralytics

Ultralytics YOLO11 🚀
https://docs.ultralytics.com
GNU Affero General Public License v3.0
33.42k stars 6.43k forks source link

Prioritization #15881

Open KennethEladistu opened 3 months ago

KennethEladistu commented 3 months ago

Search before asking

Question

Currently I am using YoloV8 OBB for pick and place of parcels. What is the prioritization factors for which one will my robot arm pick up if it detected for example 7 parcels in the point of view of the camera.

Additional

No response

Y-T-G commented 3 months ago

That would likely depend on your code. By default, the bounding boxes are sorted in descending order of confidence.