YOLOv5 - Training Yolov5 (object detection model) on a custom dataset using openCV and Python

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

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

  • @Suelee-tr9hk
    @Suelee-tr9hk ปีที่แล้ว +3

    Well explained and well delivered. Thank you for making this video.

  • @ibrahimahmed-dj3li
    @ibrahimahmed-dj3li 2 ปีที่แล้ว +5

    the way you explain is so simple and well delivered waiting for more videos about improving the accuracy of YOLO5
    thank you

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

    Thank you for your work!

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

    It has helped. Thank you for your work

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

    This helped. Thanks !

  • @Suelee-tr9hk
    @Suelee-tr9hk ปีที่แล้ว +2

    I was wondering to know the difference between YoloV5 an Yolov7 (the new model). A video to explain Yolov7 and compare it with other models would be a good idea too.

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

      Noted ! Thanks for the comment

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

    I'm new learner. how can i get pascal format in realtime data.

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

    1)Is it necessary to clone the Yolov5 git repo in the same drive and folder where we save our train/test images?
    2)I have cloned the yolov5 git repo in C drive [C/yol5/yolov5] and my train/test images are in E drive under img_data folder
    (Train= E/img_data/train Test= E/img_data/test)
    Here, how should I specify the path in dataset.yaml for train: and test:
    P.S :I’m using anaconda prompt for running the training command for yolov5

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

      Hi, thank you for watching. My apologies to get back so late. I was extremely busy lately. Just to clear one thing. Are you using Windows?

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

    Hi can you help us with our project custom dataset of quail egg, it’s only function is to detect quail egg as accepted or rejected. Hope you could help us Thank you

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

      Thank you for reaching put! Could you please send me the details of your project to monib.korea@gmail.com ?

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

    It will better if you explain how to install on windoes, due to run yolov5 on colabs is impossible but noone explian how to use on windows :/

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

    Hi , object detection with yolo, this is great video . i want the source code

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

      For yolov5 the source code is available on github. You may download it. For data preparation, I suggest you to write your own code by following the video. I’ll release the code after some refactoring. Thanks

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

    That greats can you share the code??

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

      Thank you for the support. Soon, I’ll share the source code through my webpage. Plz, stay tuned

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

      @@ovision01 oke thanks

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

      @@ovision01 can you share it now?

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

      @@ovision01 can you please provide the source code?

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

    I dont understand, I already have the images for train and validation and their text files for the format, i obtained them using makesense ai, I dont know what should I do after that

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

      You can simply train the YOLO model on it