simpledet
Object detector framework
A framework for object detection and instance recognition with high-performance training capabilities
A Simple and Versatile Framework for Object Detection and Instance Recognition
3k stars
119 watching
488 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
instance-segmentationmxnetobject-detection
Related projects:
Repository | Description | Stars |
---|---|---|
jolibrain/deepdetect | A machine learning API and server written in C++ that supports multiple deep learning libraries and provides a flexible interface for building and deploying machine learning models. | 2,519 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
bharatsingh430/py-r-fcn-multigpu | A software framework for training object detection models on multiple GPUs using the Caffe deep learning framework | 193 |
endernewton/tf-faster-rcnn | An implementation of a real-time object detection framework using region proposal networks. | 3,648 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
rangilyu/nanodet | A lightweight object detection model designed for efficient inference on mobile devices and edge AI applications. | 5,769 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
smallcorgi/faster-rcnn_tf | An experimental implementation of Faster R-CNN object detection using TensorFlow | 2,340 |
matterport/mask_rcnn | An implementation of object detection and instance segmentation using a Feature Pyramid Network (FPN) backbone. | 24,699 |
tencent/tnn | A high-performance neural network inference framework supporting various deep learning frameworks and hardware platforms. | 4,415 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
eniac-xie/faster-rcnn-resnet | An implementation of a Faster R-CNN object detection algorithm using a ResNet neural network architecture. | 207 |
apple/corenet | A deep neural network toolkit allowing researchers and engineers to train various models | 6,981 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
abhineet123/deep-learning-for-tracking-and-detection | A collection of papers, datasets, code, and resources for object tracking and detection using deep learning. | 2,437 |