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

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 23

  • @Suelee-tr9hk
    @Suelee-tr9hk 2 роки тому +3

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

  • @ibrahimahmed-dj3li
    @ibrahimahmed-dj3li 3 роки тому +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 2 роки тому +1

    It has helped. Thank you for your work

  • @vedshukla659
    @vedshukla659 2 роки тому +3

    This helped. Thanks !

  • @Suelee-tr9hk
    @Suelee-tr9hk 2 роки тому +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  2 роки тому

      Noted ! Thanks for the comment

  • @neirinzaralwin3181
    @neirinzaralwin3181 2 роки тому +1

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

  • @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 ?

  • @shounakkshirsagar2009
    @shounakkshirsagar2009 3 роки тому +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?

  • @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 :/

  • @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?

  • @ranasaeed6217
    @ranasaeed6217 3 роки тому +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

  • @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