Рет қаралды 173,839
If you like the video, please subscribe to the channel by using the below link
tinyurl.com/1w...
Hi Everyone in this video I have explained how to train YOLO v4 for custom object detection on google colab utilizing the free GPU resources. This video is very special because it provides complete overview of changing the make file configuration file and creating training and testing dataset feel free to add your custom class and train your own model. I have also explained how to use trained model to detect objects on live video.
1. Add crome extension to download images by below URL
bit.ly/3nXfPI8
2. Download rename files jupyter notebook form below link paste in the same folder where you
placed all the images run it all the image files will be renamed
github.com/jak...
2.1 Download labelImg tool with below link
tzutalin.githu...
3. git link to clone darknet on colab
github.com/pjr...
4. Get train and test data generator from here
github.com/jak...
Note for point 4 :- I am not the authors for 2 py files complete credit goes to authors for
creating-files-data-and-name, creating-train-and-test-txt-files files.
5. Download pre-trained weights for the convolutional layers (154 MB):
pjreddie.com/me...
6. command to train the model (take care of single line and spaces)
!darknet/darknet detector train custom_data/labelled_data.data darknet/cfg/yolov3_custom.cfg
custom_weight/darknet53.conv.74 -dont_show
7. Download code to use trained model to detect object on live video
github.com/jak...
In this tutorial I’m going to explain you one of the easiest way to train YOLO to detect a custom object even if you’re a beginner and have no experience with coding.
This video cover:
1. Setting up Google Colab as a cloud VM with Free GPU.
2. Commands to get Darknet with YOLOv3 weights installed and running.
3. YOLOv3 pretrained coco model detections in the Cloud.
4. Configuration for Custom YOLOv3 Training in the Cloud.
5. Training Custom YOLOv3 Object Detector in the Cloud.