Train YOLOv7 On Custom Dataset | Object Detection |

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

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

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

    big up brother you helped me a lot

  • @MangeshKhode-h5n
    @MangeshKhode-h5n 4 หลายเดือนก่อน

    Sir jb hum testing krte hai to bounding boxes nhi aa rhe hai ,how can we solve this problem? 😔

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

    Thanks for the detailed video. Really very helpful

  • @SP-db6sh
    @SP-db6sh 2 ปีที่แล้ว

    Deserves more like & share, next video could be on how to contenarize & deploy as app !

  • @NeverGiveUp-by1yk
    @NeverGiveUp-by1yk 2 ปีที่แล้ว

    You are doing good job👏

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

    Many thanks for this ! Cheers !👏

  • @ICT.amit02
    @ICT.amit02 6 หลายเดือนก่อน

    What does --img 416 mean ??

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

    hello, how do i perform transfer learning, this is the term for adding more training to my pre-trained custom dataset right?

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

    Sir, can you please tell me how to calculate the overall accuracy of the particular trained yolov7 model after testing an image in Google colab.

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

      Run val.py script to get accuracy

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

    hi ,you made a wonderful video really it is amazing i thankful to you
    after training when i try to detect the object it doesn't show any bounding boxes ...
    could you plz tell me what is the problem

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

      May be you need to train it on more samples

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

    hi guys how can i find pretrained weigths set like a hardhalmet pretrained set

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

    Hi, Tha,k you, is there any way to use .pt file with Opencv

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

    Clear tutorial

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

    why test.py testing the validation images? why not test images instead?

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

    Thanks for the amazing tutorial. Can you make a video on how to load a model or how to use it on real time using our webcam?

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

      You can use detect.py file and pass your trained model with video as arguments, it will start detecting the objects. Moreover, you can also convert model into onxx format and get inference from onxx inference

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

      @@karndeepsingh thank you!

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

    Hi!
    I have a dataset including images with different sizes and their annotations are created based on these sizes (bounding boxes, for example), can I use Yolov7 to train this dataset?
    I also see that your label file contains (class x y z o), could you please tell which one is x_min, x_max, y_min and y_max among those x, y, z, o?
    Thanks.

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

      Hey! Did you find an answer for your first question?

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

    Great tutorial, can you also tell what should i do to resolve error like "AssertionError: train: No labels in ../Data/train/labels.cache.".I created custom dataset on dogs and cats classification with labelimg @karndeep Singh

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

      If you have to mention the directory ./data/train/images

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

      @@karndeepsingh Thanks

    • @AyazKhan-hu1so
      @AyazKhan-hu1so 2 ปีที่แล้ว

      @karndeep Singh I also faced the above problem. my custom.yaml is as train: /content/drive/MyDrive/yolov_7/train/images
      val: /content/drive/MyDrive/yolov_7/val/images

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

    𝓟Ř𝔬𝓂𝔬𝐒ϻ ✋

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

    I have an error while trying to import dataset from my drive
    MessageError Traceback (most recent call last)
    in
    1 from google.colab import drive
    ----> 2 drive.mount('/content/drive')
    3 frames
    /usr/local/lib/python3.7/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec)
    100 reply.get('colab_msg_id') == message_id):
    101 if 'error' in reply:
    --> 102 raise MessageError(reply['error'])
    103 return reply.get('data', None)
    104
    MessageError: Error: credential propagation was unsuccessful