YOLOv11 Speed Detection Tutorial: Cutting-Edge Object Tracking & AI Speed Prediction

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

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

  • @gizaLook
    @gizaLook 27 дней назад +1

    nice. interesting to see all code + make some experiments and integration

    • @AiGrind76
      @AiGrind76  26 дней назад

      Thank !

    • @AiGrind76
      @AiGrind76  26 дней назад

      You can se all code on my GitHub/glennraana

  • @anloc233
    @anloc233 3 дня назад

    did you detect in each frame

    • @AiGrind76
      @AiGrind76  3 дня назад +1

      Yes, detection is performed on every frame read by "cap.read()".
      Detecting on every frame can be computationally intensive for longer or high-resolution videos. You may optimize this by skipping frames or resizing frames for faster processing if real-time speed isn’t critical.
      Since i am using "model.track()", the detections in consecutive frames are linked to enable consistent object identification across the video

  • @tep67
    @tep67 Месяц назад +1

    Can i have your full code?

    • @AiGrind76
      @AiGrind76  Месяц назад

      Hi :) all the code for projects on youtube is here: github.com/glennraana