Count People in Zone | Using YOLOv5, YOLOv8, and Detectron2 | Computer Vision

Count People in Zone | Using YOLOv5, YOLOv8, and Detectron2 | Computer Vision

Roboflow

1 год назад

37,548 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@pruthviathrey2664
@pruthviathrey2664 - 21.10.2023 18:39

is there a way to do all this in vscode

Ответить
@imadsaddik
@imadsaddik - 04.10.2023 19:34

This is so cool, thanks for sharing

Ответить
@delafuentejorge
@delafuentejorge - 15.09.2023 02:07

Thank you! But one quick question, If needs to detect another object, I need to create a new dataset and new train?
Regards

Ответить
@stefanogarzoni2535
@stefanogarzoni2535 - 14.09.2023 12:07

Hi, first of all congratulations as always for the video! Your knowledge and ability to explain makes me more and more passionate about this world.
I also tried asking this on gitHub, I'll try here too...
Using the sv.LineZone object I simply did print("object name" .in_count) to print the detected objects on the screen. Does anyone know what the corresponding attribute is for the sv.PolygonZone class (to print the number of objects inside the polygon)?

Ответить
@RustuYucel
@RustuYucel - 07.09.2023 15:01

Very good tutorials you are publishing. Thanks!

Ответить
@sanchaythalnerkar9736
@sanchaythalnerkar9736 - 26.08.2023 13:31

Day 1

Ответить
@FatemehZaremehrjardi
@FatemehZaremehrjardi - 31.07.2023 21:19

Thanks for the video! so useful. Can we use Supervision to only convert different annotation formats? like PASCAL VOC to yolo or the other way.

Ответить
@ivanloke8740
@ivanloke8740 - 25.07.2023 06:52

This is so awesome! Could you do one for oil palm tree counting / detection ?

Ответить
@evanshlom1
@evanshlom1 - 20.07.2023 19:44

You don’t have to hold my hand but it would be pretty chill to hold hands in terms of how you measured the coordinates for the polygon. Any tools you can recommend for that? I have editing apps I can use but if there’s a more automated way like with Python or something? Gettin greedy here but it would be very helpful to hear if you had a special way for that or if it’s part of the grind. …

Ответить
@evanshlom1
@evanshlom1 - 20.07.2023 19:42

Golly gee this makes me happy as can be

Ответить
@evanshlom1
@evanshlom1 - 20.07.2023 19:37

Epic as fuck!!!

Ответить
@evanshlom1
@evanshlom1 - 20.07.2023 19:37

Another video with more detail on supervision.utils.draw_line would be epic. The candies conveyor belt lesson was great but it was very quick!

Ответить
@jungseopoh8551
@jungseopoh8551 - 10.07.2023 11:22

I want to draw the image recognition zone as I want. Is it possible?

Ответить
@sholehuye2737
@sholehuye2737 - 06.07.2023 17:46

Sorry, I want to ask if count objects can be done on an image.?

Ответить
@harshpanchal8118
@harshpanchal8118 - 19.06.2023 16:33

How to use images instead of video?

Ответить
@dufresda
@dufresda - 27.05.2023 01:12

Nice! This reminds me of a roboflow universe project where someone managed to use the predefined polygon on feeding area in an aquarium to count and track incoming dwarf shrimp

Ответить
@user-vb2uu4we9i
@user-vb2uu4we9i - 25.05.2023 13:50

Thank you so much sir , this is very helpful for my project. Once again a big thanks for providing source code too .

Ответить
@VictoriaAlfredSmythe
@VictoriaAlfredSmythe - 19.05.2023 04:47

Thank you from Manhattan ©2024

Ответить
@VictoriaAlfredSmythe
@VictoriaAlfredSmythe - 19.05.2023 04:46

NameError: name 'MARKET_SQUARE_VIDEO_PATH' is not defined

Ответить
@user-re1tr8rr5g
@user-re1tr8rr5g - 14.05.2023 13:16

Thanks man,
I have a question that, can we find out the direction of the people join the polygon or go out the polygon

Ответить
@deandu3414
@deandu3414 - 09.05.2023 17:00

Great video for learning the YOLOv8, thanks.

Ответить
@gokulramakrishnan4079
@gokulramakrishnan4079 - 09.05.2023 16:21

Is counting using yolov7 model difficult than using yolov8 model.

Ответить
@fintech1378
@fintech1378 - 28.04.2023 01:52

Do video on visual prompt from landingai

Ответить
@fintech1378
@fintech1378 - 23.04.2023 14:06

is it possible to identify type and quantity of inventory in a shop?

Ответить
@user-gc4lc8wu4n
@user-gc4lc8wu4n - 15.04.2023 18:39

how to take video from webcam?

Ответить
@fahimhaque
@fahimhaque - 14.04.2023 21:53

This was very cool. Can you make a video on distance measurement between the detections using a threshold showing the distance. it would be very cool like clear idea of how we can show social distancing and other cool stuffs?!

Ответить
@chaimacham9414
@chaimacham9414 - 04.04.2023 17:08

please do you have any idea how can i do this with yolov7

Ответить
@sugaryxo
@sugaryxo - 30.03.2023 19:38

how about tracking one person throught different zones ?

Ответить
@alejandrowhite1607
@alejandrowhite1607 - 29.03.2023 22:30

legend! keep up the good work!

Ответить
@amalks8676
@amalks8676 - 17.03.2023 10:08

Hi bro..Thanks for your tutorial. I have a question. Is it possible to move the counter to other locations on the frame?

Ответить
@vcarvewood4545
@vcarvewood4545 - 03.03.2023 23:54

I'm working on project where I plan to estimate a behavior of separate objects by tracking directions and speed of movement and recognize some specific behavioral patterns. I'm new in that field and I have analyzed your colab notebooks, they are very Very VERY helpful. I need your suggestions. Based on your tracking and counting tutorial presented in previous video I collect track coordinates and can draw a paths of every moving objects, postprocess them and extract useful information. That project was based on supervision 0.1.0, yolov8, ByteTrack. Now I plan to track behaviour of moving objects i a polygon and in polygon example you use supervision 0.2.0, syntax was a little bit changed. What do you suggest: stay on supervision 1 and add polygons to previous project. Or move to this video project with supervision 2 and add ByteTrack to it?

Ответить
@jager2120
@jager2120 - 02.03.2023 15:41

Congrats! It's really nice and instructive work, but i have a question. How would that be possible, if I want to skip some frames(vid_stride) in the video because of slow video processing? Like, look once in every 4 frames.

Ответить
@animeenglishsongs7152
@animeenglishsongs7152 - 24.02.2023 22:13

Hi. Nice video. Could you please also explain if someone wants to have a total number of passengers? e.g. in the platform video, how would we count the total number of passengers at the platform?

Ответить
@thanhtrungnguyen6853
@thanhtrungnguyen6853 - 24.02.2023 06:15

thank you very much for your wonderfull video!, so can you show me how to play the result video after detect!!, i can't do it :( :(

Ответить
@jonatapaulino
@jonatapaulino - 18.02.2023 20:06

Thanks for the video friend, very enlightening. If I want to implement this technique on android to detect objects from the cell phone?

Ответить
@gbo10001
@gbo10001 - 17.02.2023 15:18

the counting functionality are working in a specific zone or can i move the camera around to count people?

Ответить
@fredericosimoes8123
@fredericosimoes8123 - 16.02.2023 18:57

Thank you very much for the videos, they are very useful! If it is worth a suggestion, it would be nice to use SLAM and object detection for OAK-D. ( By the way I am subscribed ;)

Ответить
@pawrywithrithu
@pawrywithrithu - 16.02.2023 14:57

found it really helpful, can we find the time spent by certain person in certain spot market space ?? is it ijclushsive in yolo v5?

Ответить
@richardverheyen6373
@richardverheyen6373 - 15.02.2023 10:03

This is so awesome man, thanks so much for making this. I'm making an analysis tool for Beach Volleyball with what i'm learning from your videos!
Could you do another zone analysis for Soccer where you detect if a player is offside?

Ответить
@shahinamini7047
@shahinamini7047 - 12.02.2023 16:40

thanks for your amazing videos
i was wondering how to get coordinates of an object using cv?

Ответить
@omoklamok
@omoklamok - 10.02.2023 06:35

H brother currently im using a laptop can you suggest a computer spec that run it locally

Ответить
@TheBradleydwyer
@TheBradleydwyer - 10.02.2023 06:00

Can you combine this with ByteTrack to eg count how many people got on and how many people got off the train?

Ответить
@abdshomad
@abdshomad - 10.02.2023 05:03

Just wanted to say a big thanks for the tutorial. It was super helpful! And, btw, you rock! 😎 So, anything else you wanna show us? Here's my wishlist:
* Show object Track ID
* Smooth path like in Data From Sky 🔥

Ответить
@JoseDanielSalinas
@JoseDanielSalinas - 09.02.2023 17:55

👏👏👏👏👏
Takk

Ответить
@hazimbajammal6112
@hazimbajammal6112 - 09.02.2023 14:47

thanks for making such useful content like this!
i was wondering, how do we define the polygon zone? is there a technique to be used to get the specific number of x & y val?

Ответить
@VitthalGusinge
@VitthalGusinge - 09.02.2023 14:00

Nice work you changed the poygon and it looks good btw.
Lots of effort put in by @SkalskiP. I was watching him on twitch while he was working on last demo. Nice work and thanks for sharing :)

Ответить
@christian.js.1997
@christian.js.1997 - 09.02.2023 13:52

Thanks, this is very helpful, how can I get the total of number of the detected instances? I'm trying to count the total number of fish fingerlings in a basin using YOLOv7 instance segmentation.

Ответить
@tomaszbazelczuk4987
@tomaszbazelczuk4987 - 09.02.2023 10:13

really cool stuff!

Ответить