pytorch-retinanet

Object detector

This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization.

RetinaNet in PyTorch

GitHub

997 stars
35 watching
249 forks
Language: Python
last commit: over 7 years ago

Related projects:

RepositoryDescriptionStars
ruotianluo/pytorch-faster-rcnnAn implementation of Faster R-CNN detection framework in PyTorch1,816
unsky/retinanetA Python implementation of the RetinaNet architecture with focal loss for dense object detection.225
ruotianluo/faster-rcnn-densecap-torchAn implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap.85
xiong-zhitong/pytorch_rfcnAn implementation of an object detection algorithm using PyTorch and region-based fully convolutional networks279
kaiyangzhou/dassl.pytorchA PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision.1,236
alankbi/detectoA Python package for building and deploying computer vision models with PyTorch614
chengyangfu/retinamaskA Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture.339
maju116/platypusAn R package for object detection and image segmentation with pre-trained models.130
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
felixgwu/img_classification_pk_pytorchA PyTorch project for comparing image classification models and facilitating quick experiment setup366
wongkinyiu/yolorAn implementation of a unified network architecture for multiple object detection tasks using PyTorch1,992
ruiminshen/yolo2-pytorchA PyTorch implementation of the YOLO (You Only Look Once) v2 object detection algorithm with flexible configuration and parallel training capabilities.440
chenyuntc/dsod.pytorchAn implementation of the Deep Supervised Object Detector from scratch using PyTorch.70
ignacio-rocco/detectorchA PyTorch wrapper around Facebook AI Research's Detectron models for object detection and instance segmentation557
lz118/deep-correlation-networkDevelops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors.13