AntonMu/TrainYourOwnYOLO
A tutorial project for training a YOLOv3 object detection model from scratch using TensorFlow 2 and Keras.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides a complete pipeline for training custom YOLOv3 object detectors from scratch. It includes scripts for image annotation using Microsoft’s VoTT tool, model training with pre-trained weights and transfer learning support, and inference on new images and videos. The project is designed to work with Google Colab and integrates with Weights & Biases for experiment tracking.