ruiminshen/yolo2-pytorch
PyTorch implementation of the YOLOv2 deep learning object detection model.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository provides a PyTorch implementation of the YOLO v2 object detection algorithm, a popular one-stage detector. It includes training pipelines with TensorBoard monitoring, support for ONNX model export for Caffe2 deployment, configurable settings via command line, and checkpoint management with NaN debugging capabilities.