Learn What Is Introduced in YOLOv10 | YOLOv10 Paper Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • YOLOv10: Real-Time End-to-End Object Detection
    Paper: arxiv.org/pdf/...
    YOLOv10, developed by researchers at Tsinghua University introduces a novel approach to real-time object detection. This version addresses deficiencies in both post-processing and model architecture found in earlier YOLO versions. By removing non-maximum suppression (NMS) and optimizing various model components, YOLOv10 achieves state-of-the-art performance with significantly reduced computational overhead. Extensive experiments show its superior accuracy-latency trade-offs across multiple model scales.
    #computervision #objectdetection #yolov9 #yolov8 #yolov10
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 50

  • @rajmeetsingh1625
    @rajmeetsingh1625 4 หลายเดือนก่อน +4

    Great information. Can you please make one video on how to get the inference time graph comparison with yolov8, yolov9, and yolov10 using the new features of yolov10?

  • @vinitsarode908
    @vinitsarode908 หลายเดือนก่อน

    you didn't explain how the method is NMS free. Is there any other video for this explanation?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      NO, I don't have any other video on this.

  • @KiranBatool-e6b
    @KiranBatool-e6b 3 หลายเดือนก่อน

    Is anyone using this model?
    I'm using yolov9 model but its not providing any beneficial results same as yolo8l.

  • @drivemy5128
    @drivemy5128 3 หลายเดือนก่อน

    thank you

  • @pihao-r2w
    @pihao-r2w หลายเดือนก่อน

    Can I ask you a few questions through other instant messaging apps?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      You can email me at aarohisingla1987@gmail.com

  • @SaiSira
    @SaiSira 4 หลายเดือนก่อน

    🎯 Key Takeaways for quick navigation:
    YOLOv10 introduces a feature called "NMS free training" to avoid duplicate bounding boxes for the same object, reducing postprocessing time and computational resources.
    Spatial Channel Decoupled Down sampling in YOLOv10 separates spatial and channel operations to make downsampling more efficient, using pointwise and depthwise convolutions.
    Rank Guided Block Design in YOLOv10 adjusts model stages based on redundancy levels, improving efficiency by allocating compact inverted blocks where necessary.
    Lightweight classification heads in YOLOv10 are designed to be efficient in assigning labels without compromising accuracy.
    Made with HARPA AI

  • @icon_chatt
    @icon_chatt 2 หลายเดือนก่อน

    maam wanted to know from where did you get the links of the pt file for yolov10 for training

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน +1

      You can download pretrained weights from here:github.com/THU-MIG/yolov10/releases

    • @icon_chatt
      @icon_chatt 2 หลายเดือนก่อน

      ​@@CodeWithAarohi thank you maam

  • @daniell9062
    @daniell9062 4 หลายเดือนก่อน

    I feel like the performance of recent YOLO models are similar anyway. I guess not having NMS may be nice for mobile devices or when computational resources are limited, at slight cost of performance?

  • @rishabhjangid5575
    @rishabhjangid5575 4 หลายเดือนก่อน

    Can we convert yolov10 custom trained model to quantised tflite model

  • @sush5651
    @sush5651 2 หลายเดือนก่อน

    maam try running yolov10 on jetson nano.will it work?

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      YOLOv10 is based on ultralytics and I was not able to run ultralytics on jetson nano. But using DeepStream, I was successful in running ultralytics models (yolov5, yolov8) on jetson nano. You can try the same for yolov10. Run yolov10 using DeepStream on Jetson nano.

    • @sush5651
      @sush5651 2 หลายเดือนก่อน

      @@CodeWithAarohi maam it would be very helpful if u implement this pls maam

  • @DeepakYadav-jc8mo
    @DeepakYadav-jc8mo 4 หลายเดือนก่อน

    While I appreciate your attempt, your walkthrough is extremely superflous information, borderline redundant and offers very less in-depth info. But pls keep on going!
    Take this as a gradient update step into your learning!

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน +1

      Thank you for your feedback and encouragement!

  • @tilkesh
    @tilkesh หลายเดือนก่อน

    🙏

  • @allanjobs3595
    @allanjobs3595 4 หลายเดือนก่อน

    can you make a details video how can I upgrade any yolo model to upgrade version for a project ? and also how can I we customize yolo model ? I'm studying ai now but facing problem for that , Lack of this type of tutorials videos in youtube , that will be help me a lot

  • @sozno4222
    @sozno4222 4 หลายเดือนก่อน

    I love your channel. Really great stuff. If you can, I suggest buying an external microphone. Improved sound quality would do wonders to improve the quality of the videos.

  • @cyberhard
    @cyberhard 4 หลายเดือนก่อน

    Nice. Thanks for the video. I didn't realize v10 was here. Or soon will be once it is incorporated into Ultralytics.

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน

      Glad you found it helpful!

  • @khalidamiralam6469
    @khalidamiralam6469 4 หลายเดือนก่อน

    Hello, great work. Can you plz make a video on text to image to video, and explain the python code as well

  • @RightlyFree
    @RightlyFree 3 หลายเดือนก่อน

    indeed it's very helpful, thank you very much Aarohi

  • @rajmeetsingh1625
    @rajmeetsingh1625 4 หลายเดือนก่อน

    Dear Maam, please suggest to me the Deep learning model and a way to detect the cursive Hindi character from the image and rewrite it in normal Hindi characters as output. I want to use Yolo. Could you suggest the methodology or any link? How do I label the Hindi character as Hindi text output?

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน

      You can train yolo model on dataset which have hindi characters. For this- collect images of all hindi characters, annotate them and then train your model on it.

    • @rajmeetsingh1625
      @rajmeetsingh1625 4 หลายเดือนก่อน

      @@CodeWithAarohi thanks but I am confused how to annotate them . How do I add labels in Hindi ( अ, ए, ) any annotations software?

  • @aiforeveryone
    @aiforeveryone 4 หลายเดือนก่อน +1

    Great

  • @RAZZKIRAN
    @RAZZKIRAN 4 หลายเดือนก่อน

    thank u madam, great content

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน

      You are most welcome

  • @daniell9062
    @daniell9062 4 หลายเดือนก่อน

    Damn you are faaaaaaaast

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน

      Thanks! Just trying to keep up with the pace :)

  • @mdk1171
    @mdk1171 4 หลายเดือนก่อน

    thank you
    can't wait to see you working on it

  • @MahmoudHashem-fh7ie
    @MahmoudHashem-fh7ie 4 หลายเดือนก่อน

    Thanks for your effort

  • @jhicinternational
    @jhicinternational 3 หลายเดือนก่อน

    fantastic !

  • @patis.IA-AI
    @patis.IA-AI 4 หลายเดือนก่อน

    Thanks

  • @tikendraw
    @tikendraw 4 หลายเดือนก่อน +2

    I thought of yelling "OKAY MADAM🫡" in response to your "OKAY?" 😂

    • @CodeWithAarohi
      @CodeWithAarohi  4 หลายเดือนก่อน +3

      Haha, that's funny! 😆 Glad my "OKAY?" got such a spirited reaction! Thanks for the laugh.