RetinaNet
Object detector
A Python implementation of the RetinaNet architecture with focal loss for dense object detection.
Focal loss for Dense Object Detection
225 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. | 997 |
unsky/fpn | This project implements a deep learning framework for object detection using a feature pyramid network architecture. | 525 |
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 focal loss for dense object detection in mxnet. | 486 |
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,416 |
eniac-xie/faster-rcnn-resnet | A custom implementation of Faster R-CNN with ResNet architecture and Online Hard Example Mining. | 207 |
wongkinyiu/yolor | An implementation of a unified network architecture for multiple object detection tasks using PyTorch | 1,992 |
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 | 187 |
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,032 |
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,816 |