RetinaNet
Object detector
A Python implementation of the RetinaNet architecture with focal loss for dense object detection.
Focal loss for Dense Object Detection
224 stars
10 watching
65 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 995 |
unsky/fpn | Implementation of Feature Pyramid Networks for Object Detection using Caffe. | 524 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
unsky/focal-loss | An implementation of the focal loss algorithm for dense object detection in deep learning models. | 485 |
ibm/max-object-detector | A tool for detecting objects in images using deep learning models | 290 |
chengyangfu/retinamask | A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture. | 339 |
goatmessi8/rfbnet | An object detection system using a novel receptive field block module to enhance feature discriminability and robustness. | 1,413 |
eniac-xie/faster-rcnn-resnet | An implementation of a Faster R-CNN object detection algorithm using a ResNet neural network architecture. | 207 |
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 |
rucaibox/pope | An evaluation framework for detecting object hallucinations in vision-language models | 179 |
vxy10/p5_vehicledetection_unet | Develops an object detection algorithm using a U-Net architecture to detect vehicles in images and videos from a publicly available dataset | 95 |
xingyizhou/extremenet | An object detection framework that uses extreme and center points to detect objects in images. | 1,031 |
team3997/chickenvision | An image processing system for detecting and tracking objects in camera feed using HSV color thresholding. | 31 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |