vietnh1009/Yolo-v2-pytorch
A PyTorch reimplementation of the YOLOv2 object detection model from the YOLO9000 paper.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository provides a complete PyTorch implementation of the YOLOv2 (You Only Look Once) object detection architecture. It supports training models from scratch or fine-tuning pretrained weights on standard benchmarks including VOC2007, VOC2012, COCO2014, and COCO2017 datasets. The implementation includes data loading pipelines, training loops, and evaluation scripts for single-stage detector inference.