latest/annotators/ #784
Replies: 8 comments 24 replies
-
how can you use annotators for only certain bounding box id instances? |
Beta Was this translation helpful? Give feedback.
-
After try example code of counting-crossing line object, i notice the object BBOX must all through the line so the counter is updated. can it be made that if only the bottom line of bbox passes through then the counter will increase?? |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way I can customize the labels, e.g, put names of my choice on objects detected? Also, is there a way to implement object re-identification, in case an object goes out of frame and comes back in? Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
Hi, is this library support protocol like RTSP or HTTP Live streaming to detect object? |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to copy the detected mask to a transparent image? i.e create a transparent image and copy the mask object form the original image to the new transparent image thus making a new image contain just the masked detections? |
Beta Was this translation helpful? Give feedback.
-
Hi - I've been using the HeatMap annotator and added in a simple homograph function so that xy coordinates from a typical CCTV camera view can be translated into a top down view for annotating onto a floor plan, as this is the most typical use-case I've found for heat mapping in industry. Works pretty well, and you can use your polygonZone webapp to generate the homography mappings. Is this something you would consider putting into supervision main branch? |
Beta Was this translation helpful? Give feedback.
-
TraceAnnotator Question: how do i set the trace length as something other than the default. I am having trouble implementing this change in my code. |
Beta Was this translation helpful? Give feedback.
-
I want to annotate my true positives as green bounding boxes, false positives as yellow bounding boxes and my false negatives as red bounding boxes for better understanding of my model. Of course comparing with my true bounding boxes annotations. How can i do that? |
Beta Was this translation helpful? Give feedback.
-
annotators/
A set of easy-to-use utilities that will come in handy in any computer vision project.
https://supervision.roboflow.com/annotators/
Beta Was this translation helpful? Give feedback.
All reactions