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,520 |
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 Faster RCNN object detection framework in TensorFlow using pre-trained models and convolutional neural networks | 3,648 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 337 |
rangilyu/nanodet | A lightweight object detection model designed for efficient inference on mobile devices and edge AI applications. | 5,786 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 875 |
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,770 |
tencent/tnn | A high-performance neural network inference framework supporting various deep learning frameworks and hardware platforms. | 4,430 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
eniac-xie/faster-rcnn-resnet | A custom implementation of Faster R-CNN with ResNet architecture and Online Hard Example Mining. | 207 |
apple/corenet | A deep neural network toolkit allowing researchers and engineers to train various models | 6,997 |
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,441 |