rafiuddinkhan / Yolo-Training-GoogleColab

Helmet Detection using tiny-yolo-v3 by training using your own dataset and testing the results in the google colaboratory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo-Training-GoogleColab

yolo

Custom tiny-yolo-v3 training using your own dataset and testing the results using the google colaboratory. Object detection using yolo algorithms and training your own model and obtaining the weights file using google colab platform.

Explaination link: https://medium.com/@today.rafi/train-your-own-tiny-yolo-v3-on-google-colaboratory-with-the-custom-dataset-2e35db02bf8f

The steps includes:

  1. Data Acquisition.
  2. Data Preparation according to the yolo.
  3. Load Dataset.
  4. Train the dataset.
  5. Obtain the model weights.
  6. Test the model.

yolo-google-colab

About

Helmet Detection using tiny-yolo-v3 by training using your own dataset and testing the results in the google colaboratory.


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%