retinamask
Object detector
A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture.
RetinaMask
339 stars
16 watching
52 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
taokong/ron | A deep learning framework for object detection tasks using a novel neural network architecture | 355 |
daijifeng001/r-fcn | A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. | 1,245 |
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 995 |
serengil/retinaface | A deep learning-based face detection library for Python with facial landmark extraction and alignment capabilities. | 1,243 |
rucaibox/pope | An evaluation framework for detecting object hallucinations in vision-language models | 179 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
unsky/retinanet | A Python implementation of the RetinaNet architecture with focal loss for dense object detection. | 224 |
yuwenxiong/py-r-fcn | A Python implementation of an object detection algorithm using region-based fully convolutional networks | 1,048 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
liuyuisanai/rsa-for-object-detection | Provides a software framework for implementing object detection algorithms using Recurrent Scale Approximation (RSA) and CNN-based methods | 238 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
wannabeog/mask-rcnn | A PyTorch implementation of the Mask R-CNN architecture | 993 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a lightweight architecture | 834 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |