yolov10
Object Detector
Real-time object detection using a neural network architecture
YOLOv10: Real-Time End-to-End Object Detection [NeurIPS 2024]
10k stars
51 watching
986 forks
Language: Python
last commit: about 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
rlggyp/yolov10-openvino-cpp-inference | An open-source C++ implementation of YOLOv10 object detection using OpenVINO for real-time inference. | 58 |
ayooshkathuria/pytorch-yolo-v3 | An implementation of a YOLO v3 object detection algorithm in PyTorch. | 3,304 |
ultralytics/yolov3 | A deep learning framework providing object detection capabilities through a neural network architecture | 10,226 |
ultralytics/yolov5 | A comprehensive framework for object detection and image analysis using deep learning models | 50,881 |
philipperemy/yolo-9000 | Real-time object detection using deep learning and a large dataset of classes | 1,183 |
neso613/yolo-v5-tflite-model | An implementation of YOLOv5 object detection model in TensorFlow Lite format | 17 |
andy-yun/pytorch-0.4-yolov3 | A PyTorch implementation of YOLOv3 with support for both YOLOv2 and YOLOv3 configurations. | 279 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,693 |
alexeyab/darknet | A set of neural networks for object detection | 21,765 |
experiencor/keras-yolo2 | An implementation of YOLOv2 in Keras for object detection and regression tasks | 1,729 |
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 |
matlab-deep-learning/pretrained-yolov9-network-for-object-detection | Provides pre-trained YOLO object detection networks in MATLAB for real-time performance with good detection quality. | 4 |
dmlc/gluon-cv | A toolkit for building and deploying deep learning models in computer vision | 5,833 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
roboflow/notebooks | A collection of tutorials and examples on using various computer vision models and techniques. | 5,547 |