Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
☆969Jan 11, 2019Updated 7 years ago
Alternatives and similar repositories for fpn.pytorch
Users that are interested in fpn.pytorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Feature Pyramid Networks in PyTorch☆483Jan 23, 2018Updated 8 years ago
- A faster pytorch implementation of faster r-cnn☆7,863May 20, 2022Updated 3 years ago
- Base jwyang/fpn.pytorch, train FPN on Pascal VOC get 80.5 mAP☆101Aug 7, 2018Updated 7 years ago
- A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.☆2,818Sep 5, 2019Updated 6 years ago
- An implementation of DetNet: A Backbone network for Object Detection.☆378Jan 1, 2019Updated 7 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)☆1,818Nov 12, 2020Updated 5 years ago
- Feature Pyramid Networks for Object Detection☆528May 30, 2018Updated 7 years ago
- ☆2,372Sep 18, 2020Updated 5 years ago
- A PyTorch Implementation of Single Shot MultiBox Detector☆5,231Dec 29, 2021Updated 4 years ago
- A simplified implemention of Faster R-CNN that replicate performance from origin paper☆4,034May 15, 2021Updated 4 years ago
- Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.☆9,381Feb 16, 2023Updated 3 years ago
- pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet☆704Mar 27, 2020Updated 5 years ago
- FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)☆3,346Dec 9, 2023Updated 2 years ago
- RetinaNet in PyTorch☆999Mar 17, 2019Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018☆1,420Nov 2, 2021Updated 4 years ago
- Pytorch implementation of RetinaNet object detection.☆2,210Apr 29, 2023Updated 2 years ago
- An implementation of Cascade R-CNN: Delving into High Quality Object Detection.☆439Jan 1, 2019Updated 7 years ago
- Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .☆1,886Apr 18, 2022Updated 3 years ago
- Relation Networks for Object Detection☆1,104Sep 27, 2021Updated 4 years ago
- Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.☆9,109Apr 22, 2022Updated 3 years ago
- Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018☆1,427Mar 18, 2019Updated 7 years ago
- M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network☆1,443Nov 14, 2019Updated 6 years ago
- OpenMMLab Detection Toolbox and Benchmark☆32,542Aug 21, 2024Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- Deformable Convolutional Networks☆4,114Sep 27, 2021Updated 4 years ago
- Precise RoI Pooling with coordinate gradient support, proposed in the paper "Acquisition of Localization Confidence for Accurate Object D…☆784Dec 12, 2022Updated 3 years ago
- TorchCV: a PyTorch vision library mimics ChainerCV☆396Dec 25, 2018Updated 7 years ago
- A Tensorflow implementation of FPN detection framework.☆415Feb 24, 2019Updated 7 years ago
- Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version