Request: PolygonZone determination using object recognition #1244
Replies: 4 comments 1 reply
-
Hi @pasionline 👋🏻 let me convert this issue into discussion |
Beta Was this translation helpful? Give feedback.
-
Hi @pasionline 👋🏻, it is possible to do it right now if you know what objects you should be looking for. Do you have a model that could detect those things? |
Beta Was this translation helpful? Give feedback.
-
I would be interested in this feature too. I have briefly checked whether there are dataset for guide posts but that does not seem to be the case. @SkalskiP I have seen your tutorials on fine-tuning models for new object types, do you have any estimation how many examples one would need to train e.g. YOLOv9 to detect guide posts? I would be open to provide such data (openly). Kind regards |
Beta Was this translation helpful? Give feedback.
-
Hey @SkalskiP , I could provide now a fine-tuned YOLOv10 model which could detect those traffic delineators, if you are still interested :) |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Description
I am currently using supervision in my thesis to analyse driving behavior in different videos and its super useful. But the PolygonZone array must be determined manually for each video.
Would it be possible to (semi-) automate this process with object recognition? By specifying an object that can be found in several places in a frame, the feature would then return the coordinates of the object from the frame and append them to an array.
Use case
It would be very useful, for example, when determining the polygon zone, which is created on the basis of delineators. In this way, a road section can be recognized directly without having to enter an array manually.
Additional
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions