YOLOX Paper Explanation and How to Train a Custom Drone Detector

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

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

  • @LearnOpenCV
    @LearnOpenCV  2 ปีที่แล้ว +2

    📚 LINK TO BLOGPOST: learnopencv.com/yolox-object-detector-paper-explanation-and-custom-training/
    ▶ LINK TO YOLO MASTERCLASS PLAYLIST: th-cam.com/play/PLfYPZalDvZDLALsG9o-cjwNelh-oW9Xc4.html

  • @eprohoda
    @eprohoda 2 ปีที่แล้ว +1

    good evening- this is super .catch you later! ;)

  • @mybirdda
    @mybirdda ปีที่แล้ว +1

    Your video is extremely clear and inspiring, please keep going!

  • @LimChinHong-ju6fo
    @LimChinHong-ju6fo ปีที่แล้ว

    Hi, may I know that it does the back propagation through the sum of total loss function or the loss function in classification head and regression head do the back propagation separately?

    • @sovitrath4735
      @sovitrath4735 ปีที่แล้ว

      Hello. It does a backpropagation of the total loss.

  • @j.j.maverick9252
    @j.j.maverick9252 2 ปีที่แล้ว +2

    excellent summary, thankyou

  • @burakbuyukyuksel2194
    @burakbuyukyuksel2194 2 ปีที่แล้ว +2

    Great explanation.

  • @CoolSwag351
    @CoolSwag351 ปีที่แล้ว +1

    Hello. I want to use YOLOX for Object detection on CPU. Will it give a good FPS? Which YOLO models is good to use on CPU? Also whatever the model is I’m supposed to use OPENCV DNN only i.e. convert yolox model from pytorch to onnx and use it with opencv. Is there any way to improve the FPS?

    • @LearnOpenCV
      @LearnOpenCV  ปีที่แล้ว

      Hey! You can try with nano, tiny, and small models. Performance will vary from device to device. It is recommended to test with the pre-trained ONNX models before custom training. Keep input images below 720p for optimal speed.

  • @termoulabderaouf4118
    @termoulabderaouf4118 ปีที่แล้ว +1

    excellent

  • @fzgarcia
    @fzgarcia 2 ปีที่แล้ว +1

    Top! Thanks.

  • @salmanshah-ci3yr
    @salmanshah-ci3yr 2 ปีที่แล้ว +1

    How is this any different from centernet?

    • @LearnOpenCV
      @LearnOpenCV  2 ปีที่แล้ว

      It is faster and more accurate than CenterNet. However there are new models for CenterNet like CenterNet2 and CenterNet++. We are yet to explore them in detail.