Count people with a high accuracy | CCTV camera, Opencv and Deep Learning

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025
  • 👉 AI Vision Courses + Community → www.skool.com/...
    Blog: pysource.com/2...
    We will see how to identify and count people from CCTV cameras with the highest accuracy possible. I will explain the main problems you might find in making this project and what the best strategy is.
    ➤ Courses:
    Full Computer Vision course: pysource.com/o...
    Training Mask R-CNN PRO (Notebook + Mini-Course): pysource.com/m...
    ➤ Follow me on:
    LinkedIn: / pysource
    ➤ For business inquiries:
    pysource.com/c...
    #CCTV #opencv #deeplearning

Комментарии • 57

  • @mertakyrt3709
    @mertakyrt3709 3 года назад +1

    probably the best chanel for who wants to learn more about computer vision.

  • @aryandixit8612
    @aryandixit8612 5 месяцев назад

    Very nice video, sir! Your explanation and passion for the topic are truly inspiring.
    I'll definitely be learning from all your free courses. Ty sir! 🙏🙏

  • @jonathanliow1909
    @jonathanliow1909 3 года назад +2

    Thank you so much~ I appreciate your free courses, and it helped a lot...

  • @aymanalfarsi3124
    @aymanalfarsi3124 3 года назад +6

    Can you share the algorithm and how you deploy the system. That would be helpful for me since I`m currently working out on this kind of system for my Research with Raspberry Pi. Thanks!

    • @parijatdas4824
      @parijatdas4824 5 месяцев назад

      if you have any source ,can u share with me

  • @federicoarg00
    @federicoarg00 3 года назад +4

    Amazing video, and super clear! Thank you!

  • @nilmarpublio
    @nilmarpublio 3 года назад +8

    Would it be possible to provide the source code? would be very useful

  • @mr.professor8254
    @mr.professor8254 3 года назад

    View is awesome.
    Brother can i use this camera for barber shop for counting persons

  • @manirajan__
    @manirajan__ 3 года назад

    Hi Sergio, great video. my understanding from the blog, you have used YOLO for training. any specific version

  • @bolzanoitaly8360
    @bolzanoitaly8360 3 года назад +1

    Respected Sergio,
    Can you make a video how to train the CNN with your own dataset?
    I have done already but in Matlab and not in Python.
    Thanks.
    Regards

  • @lukasb7013
    @lukasb7013 3 года назад +4

    Hi, nice video. Do you know how multi-camera object tracking works? Different viewing angles, but labeling the same persons with one label? I am trying to accomplish this but have no idea how to start.

    • @pysource-com
      @pysource-com  3 года назад +1

      you should stich them with panoramic view and make it look like one single frame. But I don't recommend doing that anyway, it won't be reliable.

    • @lukasb7013
      @lukasb7013 3 года назад

      @@pysource-com I have already tried that. Stitching doesnt work because the environment is too similar. What i am trying at the moment is, to find duplicate persons in 2 overlapping images (cameras only translated in a line). I think about trying IoU and comparing the Bounding-Boxes of detected images (feature vector of classification) or histograms (not very reliable i think). What do you think about this?

    • @Frlinkin1
      @Frlinkin1 3 года назад +1

      @@lukasb7013 Hi, have you tried person ReID? im currently trying to use it to give the same id to a person that could eventually come back to the frame but in theory should work with multiple frames too

    • @lukasb7013
      @lukasb7013 3 года назад

      @@Frlinkin1 I am currently trying it. Found out about it some weeks ago. Do you have any suggestions what to use? Currently trying to train a model on the Market-1501 Dataset. But i cant test it on my own data. I just need to get the extracted features for the comparison

    • @syedabdulsalam4659
      @syedabdulsalam4659 2 года назад

      ​@@lukasb7013 @Fabiola Ruiz Have you people sorted out multi-camera? Any success with ReID?

  • @berkaygodeoglu3595
    @berkaygodeoglu3595 3 года назад +5

    what if a headless person gets into the frame???

  • @taka4059
    @taka4059 3 года назад +1

    Hello. Can you record a video about how to install OpenCV with CUDA support? My CPU is running your yoloV4 model at 10 seconds per frame since my GPU is not being used.

  • @張智凱-p6l
    @張智凱-p6l 3 года назад

    Hello Sergio, This is a very useful video.
    How do you think about FairMOT compare with deep sort, Thank you!

  • @mohamedanas8493
    @mohamedanas8493 5 месяцев назад

    does it work on night time

  • @Ahmedmohamed-zr3ik
    @Ahmedmohamed-zr3ik Год назад

    How do I get the Realtime video to work on it ?

  • @sermadreda399
    @sermadreda399 3 года назад

    Great video thank you for sharing

  • @MrPerfectR3
    @MrPerfectR3 3 года назад

    Hi, why you use windows not Linux?

  • @ananthapadmanabhan107
    @ananthapadmanabhan107 Год назад

    Can u provide the video used in the program?

  • @saitamapunch604
    @saitamapunch604 2 года назад

    hi how to do railway obstacle detection with opencv and pyhton

  • @emna143
    @emna143 2 года назад +1

    Could you please share github link for human count project (code, dataset, others)

  • @carlosbrito9778
    @carlosbrito9778 3 года назад +2

    congratulations teacher, could you share the code?

  • @nfaazmi3508
    @nfaazmi3508 2 года назад

    hye that can count people using yolo?

  • @ananthapadmanabhan107
    @ananthapadmanabhan107 Год назад

    Can u provide the video cctv

  • @milesgiehtbrock8510
    @milesgiehtbrock8510 3 года назад

    Adding yolo to arduino projects next please

  • @SanthoshKumar-bb5bz
    @SanthoshKumar-bb5bz 10 месяцев назад

    Is there a github link for the code in this vid ?

  • @deviprasadhota2617
    @deviprasadhota2617 3 года назад

    Can we modify the code like if person left the roi, it should be minus from the total count?

    • @pysource-com
      @pysource-com  3 года назад +1

      Yes, it's possible to do that as well. It's possible understand the direction for example and add + or - to the count if person is going to opposite direction

  • @johnmkumbo3759
    @johnmkumbo3759 2 года назад

    sorry how can i use google open images to get giraffe images???

  • @Ronariel
    @Ronariel 3 года назад

    Hi, how can count boxes going thru a conveyor belt? And how can I get in touch with you for a company project that I need? Ty

    • @pysource-com
      @pysource-com  3 года назад +2

      The concept is similar to this video, but it's simpler then counting people:
      - boxes detection + tracking
      for commercial requests you cant contact me here pysource.com/contact/

  • @abdifatahabdilahi6293
    @abdifatahabdilahi6293 3 года назад

    Hi sir, where can I contact you?

  • @roccopizzulo4433
    @roccopizzulo4433 2 года назад

    when I try to rum my code I get this output:
    ImportError: cannot import name 'ObjectDetection' from 'object_detection'
    Can someone help me?

    • @pysource-com
      @pysource-com  2 года назад +1

      HI, the object Detection library is a custom implementation only available on the course Object Detection (with Opencv and Deep Learning) pysource.com/object-detection-opencv-deep-learning-video-course/
      no source code is provided with this video, but it's only a demonstration.

  • @keepsecret7624
    @keepsecret7624 3 года назад

    This need a written PDF!.

  • @jeevankumars9729
    @jeevankumars9729 3 года назад

    Hi Sergio,How is The RTSP Live stream In CV?
    I am working on basic project like that , The battery vehicles Tracking In that top of the vehicles they past QR code and The arrow mark image I could Find the Vehicle no using Qr code and Find the Direction That the arrow mark Is show lift means it will going out and Right means it will Coming IN in that project My RTSP link in not run 24/7, but It will run 20-30 minutes how could RTSP link and How to Find the arrow mark direction In Video could you give in any video , Please

    • @sandeepsati
      @sandeepsati Год назад

      Do you work with footfall counting machine??

  • @hoanglamsub2417
    @hoanglamsub2417 3 года назад

    can you give me the key word to install deep_sort and object_detection in pip module

    • @pysource-com
      @pysource-com  3 года назад +2

      Deep sort can't be installed with pip. It's an open source library that you can find here on github github.com/nwojke/deep_sort and to be used needs to be integrated with Object Detection.

  • @bolzanoitaly8360
    @bolzanoitaly8360 3 года назад

    You did not provide the source code, here, why?

    • @pysource-com
      @pysource-com  3 года назад

      Source codes for more advanced projects about object detection and Tracking are only on my videocourses on pysource.com
      On RUclips I release simple codes for educational purpose only, while commercial projects and a more structured learning is provided on the courses.

  • @harikrishnasamy1551
    @harikrishnasamy1551 3 года назад

    Superb.....i need more after this counting, you used one line right to separate ROI .....i am building gender classification model in particular ROI i need to count particular person with gender...say for example if he is there in 5frames we have to compare these five frames to finalize his gender if in four frames he May identified as male and in one frame he May identified as female then after 5th frame we have to State that he is male.....so how to do it help me with it

  • @mellogame-e1x
    @mellogame-e1x Месяц назад

    whats the matter of posting video like this with out source code??????????

  • @akshepmasle5813
    @akshepmasle5813 2 года назад

    sir can you provide code..?

    • @pysource-com
      @pysource-com  2 года назад

      I'm sorry that's not possible. I do provide here on youtube and on my blog only basic codes for educational purpose.
      More advanced codes are only provided inside the courses I offer, or as a part of commercial projects for companies

  • @JAHNAVITBBTCS
    @JAHNAVITBBTCS 2 года назад

    Can you provide the code for this sir?

    • @pysource-com
      @pysource-com  2 года назад +1

      I only share on youtube simple codes for educational purposes but more advanced codes for detecting and tracking are only inside the Object Detection with Opencv and Deep Learning course that you can find on pysource.com

  • @zakihran13
    @zakihran13 2 года назад

    wait, doesnt that gonna make your model overfitting or something?? i just wondering btw hehehehee

  • @mr.professor8254
    @mr.professor8254 3 года назад

    Plz reply........