Everything you need in order to get YOLOv3 and running in the cloud. Learn to train your custom YOLOv3 object detector in the cloud for free! All the required files are available in this repo.
Custom_Training_YOLOv3.ipynb - This file contains all Google Colab command generate_train.py - This file creates the training data for YOLO custom detector
obj.data - Setting file
obj.names - Category file
yolov3_custom.cfg - Configuration file
Yolo v3_testing.ipynb - Script to test the Model on Local Computer