Replies: 1 comment 3 replies
-
Hi, @sholotiuk 👋🏻! Thanks a lot for moving the conversation here. I wanted to do it for two reasons:
First things first, could you grant me access to your notebook? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I searched for a solution for people detection and counting and found your amazing work! I mean this one: https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-track-and-count-vehicles-with-yolov8.ipynb
But I need to get the total count of people who appeared during the video. For that, I decided to count all unique track_ids but the problem is the count of track_ids is more than the real number of people during the video.
Here is my notebook(the solution is in the last cell):
https://colab.research.google.com/drive/1m80NFcOanEv1jYkqzvnChs59tvRYKW0d?usp=sharing
Here is the link to the output video where you can see the incorrect wort of the counter:
https://drive.google.com/file/d/1-6V4Ac3tKThQzVgBWDVpmSzlWZIzqIqC/view?usp=share_link
I would be so grateful if you could check my notebook and give me some feedback or advice about that problem!
Beta Was this translation helpful? Give feedback.
All reactions