yolo2-pytorch
YOLO detector
An implementation of YOLOv2 in PyTorch for object detection using a darknet-based approach.
YOLOv2 in PyTorch
2k stars
49 watching
419 forks
Language: Python
last commit: about 3 years ago
Linked from 2 awesome lists
darknetdetectionpytorchyoloyolo2
Related projects:
Repository | Description | Stars |
---|---|---|
ruiminshen/yolo2-pytorch | A PyTorch implementation of the YOLO (You Only Look Once) v2 object detection algorithm with flexible configuration and parallel training capabilities. | 440 |
andy-yun/pytorch-0.4-yolov3 | A PyTorch implementation of YOLOv3 with support for both YOLOv2 and YOLOv3 configurations. | 279 |
wongkinyiu/yolor | An implementation of a unified network architecture for multiple object detection tasks using PyTorch | 1,989 |
hekun-nvidia/py-darknet-yolo | A Python interface to YOLO object detection software using Darknet | 27 |
walktree/libtorch-yolov3 | An implementation of the YOLO v3 object detection algorithm using Libtorch | 452 |
leetenki/yolov2 | Represents an implementation of the YOLOv2 object detection algorithm in Chainer for real-time object detection and tracking. | 338 |
experiencor/keras-yolo2 | An implementation of YOLOv2 in Keras for object detection and regression tasks | 1,729 |
wojciechmo/yolo2 | Trains a YOLOv2 object detector from scratch using Tensorflow | 138 |
philipperemy/yolo-9000 | Real-time object detection using deep learning and a large dataset of classes | 1,183 |
yhcc/yolo2 | An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
frankzhangrui/darknet-yolo | An end-to-end object detection framework with a custom YOLO implementation for training on user-provided data. | 49 |
leggedrobotics/darknet_ros | This ROS package integrates YOLO object detection into a ROS environment for real-time image processing and object classification. | 2,217 |
experiencor/keras-yolo3 | A deep learning framework for object detection using YOLO3 and training datasets from various sources. | 1,604 |
chuanenlin/drone-net | Reimplements YOLO's real-time object detection system on drone images using Darknet | 154 |
alexeyab/yolo-windows | A YOLO object detection framework for Windows | 71 |