how to use yolov8 for people counting | yolov8 object tracking and object counting | computer vison

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

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

  • @shukurullomeliboyev2004
    @shukurullomeliboyev2004 8 месяцев назад

    thanks for teaching, please make more videos

  • @LelouchL-q1b
    @LelouchL-q1b Год назад

    What changes should I make to utilize the GPU? Wonderful video btw!

  • @setsuko01111
    @setsuko01111 8 месяцев назад

    can i ask how to pause the video demo like you did. Thanks

  • @rubialugattimoreira1978
    @rubialugattimoreira1978 Год назад +1

    Great job! Please allow me to ask, for RPI4, wich libray is more speed to face recognition atendance in real-time?

    • @freedomtech5307
      @freedomtech5307  Год назад +1

      face_recognition library is fast

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

      ​@@freedomtech5307 Thanks. Please consider to make some tutorials for RPI4. You are the best channel on youtube about it.

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

    amazing tutorial thanks alot

  • @ajayaprakash7028
    @ajayaprakash7028 6 месяцев назад

    Does it count for real time by opening live camera

  • @seungbaekna1285
    @seungbaekna1285 7 месяцев назад

    hi
    I'm watching a good video intently. Can you create an example of creating a square box by dragging the object find area with the mouse instead of coding it?
    thanks

    • @freedomtech5307
      @freedomtech5307  7 месяцев назад

      ruclips.net/video/MyvylXVWYjY/видео.html

  • @nhungnguyen-og8vc
    @nhungnguyen-og8vc Год назад

    Can you provide me with some relevant and longer videos for additional practice? Thank you

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

    Thank you so much!

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

    Hii tensorflow lite sh file not at github please give me the sh file

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

      github.com/freedomwebtech/tensorflow-lite-bullseye

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

    excellent,tks

  • @ddoq1345j
    @ddoq1345j 9 месяцев назад

    I got error 'Boxes' object has no attribute 'boxes'. See valid attributes below.

    • @freedomtech5307
      @freedomtech5307  9 месяцев назад

      bro please try again i update the code

    • @ddoq1345j
      @ddoq1345j 9 месяцев назад

      @@freedomtech5307 I still got error like "TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first."

    • @ddoq1345j
      @ddoq1345j 9 месяцев назад

      I change px=pd.DataFrame(a.cpu().numpy()).astype("float") then it's sucessfully working