Compare YOLOv3, v4, and v10

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Compare YOLOv3, YOLOv4, and YOLOv10.
    - Video that describes how to size Darknet/YOLO networks: • Sizing Darknet/YOLO ne...
    - Darknet/YOLO FAQ: www.ccoderun.c...
    - Darknet: github.com/han...
    - DarkHelp: github.com/ste...
    - DarkMark: github.com/ste...
    - LEGO gears dataset: www.ccoderun.c...
    - YOLOv10: github.com/THU...

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

  • @xthesayuri5756
    @xthesayuri5756 3 месяца назад +11

    First, the confidence levels being different is simply a result of the different loss functions used. Modern yolos need much lower confidence values or longer training but as a result dont have as many false positives and false negatives and better bounding boxes.
    Second, the speed difference can be explained by the different image sizes used. 640x480 for Yolov10 are roughly 10 times more pixels than 224x160 for yolov3 and yolov4.

  • @borystyran3797
    @borystyran3797 3 месяца назад +6

    Hey Stephane. Thanks for your time putting up this video. Results are certainly interesting. Keep up the great work that you do with darknet !

  • @strakhov
    @strakhov 3 месяца назад +1

    Thanks for your ongoing contribution to the fastest and most reliable object detection framework, Stephane!

  • @inneralien
    @inneralien 3 месяца назад

    Another great video. Thanks Stephane!

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

    would love to see a darknet/yolo + florence 2 + sam 2 pipeline

  • @Magentak
    @Magentak 3 месяца назад +1

    Definitely faster inference, but the lack of parameters hinders its accuracy harshly.

    • @StephaneCharette
      @StephaneCharette  2 месяца назад

      I'm guessing you didn't watch the video? Cause the accuracy is definitely higher with Darknet/YOLO.

    • @Magentak
      @Magentak 2 месяца назад

      @@StephaneCharette That is exactly my point. Does not YOLOv10n have smaller parameter size than YOLOv4-tiny?

  • @rayanghifani
    @rayanghifani 3 месяца назад

    Great comparison.
    Is there any way to run instance segmentation with yolov4 or anything open source?

  • @SaidMetiche-qy9hb
    @SaidMetiche-qy9hb 2 месяца назад

    This is a very constrained example, I'm interested in how this would be able to detect people in a crowd

    • @StephaneCharette
      @StephaneCharette  2 месяца назад

      I didn't train this network to find people and crowds. It was trained to find the things you see in the video. Like all customers who ask me to train neural networks for them, they typically want to find specific objects in machinery, or on a conveyor belt, not MSCOCO-style "find 80 random classes of things."

  • @wave47
    @wave47 3 месяца назад +1

    Good job

  • @alexmac2724
    @alexmac2724 3 месяца назад

    Good good stuff

  • @AravindKumar-fs6mw
    @AravindKumar-fs6mw 29 дней назад

    What about yolo v8 tiny?

  • @g-4660-i4l
    @g-4660-i4l 3 месяца назад

    is yolov4 still the best, compared to other versions?

    • @StephaneCharette
      @StephaneCharette  3 месяца назад +1

      Watch the video above and let us know what you think.

    • @g-4660-i4l
      @g-4660-i4l 3 месяца назад +1

      @@StephaneCharette Okay, I watched the video, but shouldn't the new versions be better to yolov4 logically? (I use Google translate, sorry for any translation errors. )

    • @StephaneCharette
      @StephaneCharette  3 месяца назад +1

      @@g-4660-i4l Darknet/YOLO with YOLOv4 is still better than YOLOv5, v6, v7, v8, v9, and now v10.