YOLOv9: Advancing the YOLO Legacy

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

КОМЕНТАРІ • 4

  • @NeuralAIM
    @NeuralAIM 5 місяців тому +2

    *384*x640 20ms (yolo v8) vs *640*x640 30ms (yolo v9)
    - Mmm WHY V9 slower than V8?!
    p.s. check resolution 1:52 ^ )

    • @LearnOpenCV
      @LearnOpenCV  5 місяців тому

      You are correct! v8 infers on smaller image size while v9 infers on larger. The other point on layer and model optimisation is also valid.

  • @aesthetic6772
    @aesthetic6772 6 місяців тому +1

    I'm working on a project where a small object I'm detecting,so which model I can prefer??

    • @LearnOpenCV
      @LearnOpenCV  6 місяців тому

      For your specific use-case, a single object detector alone might not give the best possible results for small object detection.
      Hence, try adding a SAHI component to your object detection pipeline. This sliding window approach for global context sharing, helps a lot.
      You can also check out our video on the SAHI technique: ua-cam.com/video/UuOjJKxn-M8/v-deo.html