YOLOv11 for Real-Time Class-Wise Vehicle Counting and Tracking

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 40

  • @Sunil-ez1hx
    @Sunil-ez1hx 12 днів тому

    One of the best videos i came across.

  • @arnavthakur5409
    @arnavthakur5409 12 днів тому

    Really appreciate your efforts ma'am. Thank you for uploading this amazing video

  • @coding-jungle
    @coding-jungle 17 днів тому

    excellent learning resource...Thanks.

  • @jeffg4686
    @jeffg4686 Місяць тому +2

    Great tutorial. All these youtube videos will make excellent training data for the AI.
    I'm still learning, but I see it as becoming a hobby very soon.
    When you've seen tools like pythagora, you know it's over.
    They'll do every single part of it, and write unit and integration tests as well (which is good, because I never did...)

    • @CodeWithAarohi
      @CodeWithAarohi  Місяць тому

      Glad you enjoyed the tutorial. AI tools are definitely getting more impressive, and it’s exciting to see how much they can automate. Enjoy learning 🙂

    • @jeffg4686
      @jeffg4686 Місяць тому

      @@CodeWithAarohi - the rate is nuts. It will be like 2 weeks from now. The AI is inventing new things already...

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 12 днів тому

    Amazing video

  • @soravsingla8782
    @soravsingla8782 12 днів тому

    Perfect

  • @soravsingla6574
    @soravsingla6574 5 днів тому

    Very nice

  • @salvadornunez23
    @salvadornunez23 28 днів тому

    genia gracias por compartir tus conocimientos

  • @alexramos587
    @alexramos587 Місяць тому

    Great.

  • @karanashu639
    @karanashu639 Місяць тому +1

    Can u provide a proper road map for model building of auto encoders and variational auto enconders or make a playlist regarding it with all perquisite knowledge

    • @CodeWithAarohi
      @CodeWithAarohi  29 днів тому

      Noted! This is going to be a lengthy playlist but I will try to cover.

  • @Pie-wv9nt
    @Pie-wv9nt 21 день тому

    Hello Ma'am, please make a video about how yolo is working in background the architecture.

  • @locpham5522
    @locpham5522 Місяць тому

    Great. Can you make a video setup yolov11 in jetson orin?

  • @fatima-arbab
    @fatima-arbab 25 днів тому

    Ma'am please make a video on
    Copy move forgery detection in video using machine learning

  • @CollegeOnline
    @CollegeOnline 14 днів тому

    hi mam thanks for these precious videos, mam can you create a video on Gated VIT regarding its architecture how it's different form VIT transformer with respect to any image related tasks, wating for a video on this topic as there isn't any video on this topic " Gated Vision Transformers "thanks

  • @harshrathod8424
    @harshrathod8424 8 днів тому

    Mam, could you guide me for emergency vehicle detection and classification using deep learning research topic?

  • @LengLeng-j5y
    @LengLeng-j5y 25 днів тому

    please also add plate number text extract as well

  • @ashokkumar-jy9wm
    @ashokkumar-jy9wm 26 днів тому

    you are mentioned about the CPU? is it running on Nvidia jetson nano board cpu

  • @brpatil_007
    @brpatil_007 28 днів тому +1

    Mam could you Please make the next video on Hugging Face Stable-diffusion-3.5-large Model that Generate Image it is open Source model FREEto use.

  • @vimalkumar2220
    @vimalkumar2220 Місяць тому

    Hi
    I am getting error while executing first block of code
    AttributeError: Can't get attribute 'C3k2' on

  • @karankumarkarthikeyan4523
    @karankumarkarthikeyan4523 28 днів тому

    cv2.line(frame, (690, line_y_red), (1130, line_y_red), (0, 0, 255), 3)
    Can you tell me how did you choose 690 and 1130 in the above code?

    • @CodeWithAarohi
      @CodeWithAarohi  27 днів тому +1

      You can use any tool which will help you know the position where to draw the line.