Gooogr / YOLOv4_Toolkit

Toolkit for training custom YOLOv4 and Tiny YOLOv4 in Google Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This toolkit was designed for fast and easy training of YOLO v4 and Tiny YOLO v4 neural networks on the Google Colab GPU. In the beginning you only have to specify the classes from the ImageNetV4 dataset and the samples amount. After that, script will automatically prepare dataset, setting up framework and create most of necessary files.

Toolkit covers the following stages:

The training set of Imagenet V4 contains 14.6M bounding boxes for 600 object classes on 1.74M images
Dataset description - Overview of Open Images V4
Available image classes - Classes hystoram

How to start with it

Follow this link to start in playground mode Train_yolov4_imagenet.ipynb

Could be useful:
External data: Local Files, Drive, Sheets, and Cloud Storage - How to upload your external data to Google Colab notebook
Connection pushers - How to prevent Google Colab from disconnect during the training.

Acknowledgments

Darknet - AlexeyAB's version of the Darknet framework
OIDv4_ToolKit - ImagenetV4 dataset downloader
tensorflow-yolov4-tflite - Weights converter

About

Toolkit for training custom YOLOv4 and Tiny YOLOv4 in Google Colab.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%