guides/region-counting/ #7900
Replies: 23 comments 59 replies
-
How to launch it in PYTHON? Why its code for bash script? I have no idea how launch it. I respect all developers and so on, but i cant uderstand how to launch and use it( |
Beta Was this translation helpful? Give feedback.
-
how do I specify the counting region or box |
Beta Was this translation helpful? Give feedback.
-
Hey does it support conf argument. If no how can I add conf argument in the function in code. Or is there a alternative way to adjust the confidence value |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing slow performance and lag when running 'yolov8_region_counter.py' with an RTSP stream as input, even though GPU utilization is confirmed. The script runs smoothly and quickly when using a webcam. I'm using an RTX 3090 graphics card. How can I resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to count the region of just one particular class of our choice? And also possibly extract that count data to analysis? |
Beta Was this translation helpful? Give feedback.
-
Hello and thanks for your support! |
Beta Was this translation helpful? Give feedback.
-
How can I count cards in multiple regions with the custom count? |
Beta Was this translation helpful? Give feedback.
-
How can I write the code to save the counts and directly print it? |
Beta Was this translation helpful? Give feedback.
-
Its posible, detect the direction of an object like left, right ? |
Beta Was this translation helpful? Give feedback.
-
Can I use my own trained model ? |
Beta Was this translation helpful? Give feedback.
-
I tried to use my own trained model, and own video mp4. the model is trained with only 1 classes. It ended up with AttributeError: 'NoneType' object has no attribute 'id'. What's that means and how do I fix it. |
Beta Was this translation helpful? Give feedback.
-
Does the giving code only work with Detection? Does it work with OBB or instance segmentation?? |
Beta Was this translation helpful? Give feedback.
-
This Object Counting in Regions is Real-time counting algorithm, I want the cumulative count of this area (The target will be counted as soon as it enters the area even if it leaves), How to modify the source code? Please give some advice to a novice. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
This Object Counting in Regions is Real-time counting algorithm, I want the cumulative count of this area (The target will be counted as soon as it enters the area even if it leaves), How to modify the source code? Please give some advice to a novice. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
This Object Counting in Regions is Real-time counting algorithm, I want the cumulative count of this area (The target will be counted as soon as it enters the area even if it leaves), How to modify the source code? Please give some advice to a novice. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
This Object Counting in Regions is Real-time counting algorithm, I want the cumulative count of this area (The target will be counted as soon as it enters the area even if it leaves), How to modify the source code? Please give some advice to a novice. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
This Object Counting in Regions is Real-time counting algorithm, I want the cumulative count of this area (The target will be counted as soon as it enters the area even if it leaves), How to modify the source code? Please give some advice to a novice. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
How do i count different classes in the same video. For instance one for female and another for male? |
Beta Was this translation helpful? Give feedback.
-
What is the difference between queue management and object counting in regions? Aren't both actually counting objects within the region? |
Beta Was this translation helpful? Give feedback.
-
Hello, I use object counter but ı want to count only sheeps how can ı set classes_names to sheeps. Please help me |
Beta Was this translation helpful? Give feedback.
-
Hello, select the area with mouse events |
Beta Was this translation helpful? Give feedback.
-
Been trying to figure this out for a while now. I want to ask, can I use object counting in regions with instance sementation and tracking? You want to count vehicles that cross two specific regions, like so Object 001 crossed region A and region B. Is this possible to do |
Beta Was this translation helpful? Give feedback.
-
Process videowhile cap.isOpened(): this successfully did count and display the objects inside the region, how can i retrieve the number of counts, seems region.count(im0) returns the image only. thanks |
Beta Was this translation helpful? Give feedback.
-
guides/region-counting/
Object Counting in Different Region using Ultralytics YOLOv8
https://docs.ultralytics.com/guides/region-counting/
Beta Was this translation helpful? Give feedback.
All reactions