adityaarun1 / Detectron.pytorchLinks
A PyTorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available. Supports PyTorch 1.1+ and TorchVision 0.3.0+. No compilation necessary.
☆65Updated 6 years ago
Alternatives and similar repositories for Detectron.pytorch
Users that are interested in Detectron.pytorch are comparing it to the libraries listed below
Sorting:
- Revisiting RCNN: On Awakening the Classification Power of Faster RCNN (ECCV 2018)☆169Updated 5 years ago
- Segmentation realize Deeperlab only segmentation part☆136Updated 4 years ago
- Codebase of the paper "Feature Intertwiner for Object Detection", ICLR 2019☆107Updated 6 years ago
- video detection papers☆225Updated 5 years ago
- Proposal, Tracking and Segmentation (PTS): A Cascaded Network for Video Object Segmentation☆117Updated 6 years ago
- Context-driven data augmentation for Object Detection (ECCV'18)☆120Updated 7 years ago
- PKU_360 Team's fuse code! This code is used to fuse the semantic segmentation result and instance segmentation result. We won the third p…☆73Updated 6 years ago
- four ways to compare the speed of roi pooling in pytorch☆62Updated 7 years ago
- PyTorch re-implementation of DeepMask☆217Updated 6 years ago
- ☆122Updated 6 years ago
- Pytorch implementation of group normalization in https://arxiv.org/abs/1803.08494 (Following the PyTorch Style)☆87Updated 6 years ago
- Tracking☆70Updated 6 years ago
- Light-Head R-CNN in PyTorch☆94Updated 6 years ago
- EmbedMask: Embedding Coupling for One-stage Instance Segmentation☆161Updated 4 years ago
- ☆262Updated 6 years ago
- SOLO: Segmenting Objects by Locations☆164Updated 3 years ago
- Lucid Data Dreaming for Multiple Object Tracking☆110Updated 7 years ago
- Proposal-generation, Refinement and Merging for Video Object Segmentation☆129Updated 5 years ago
- Code for calculating the upper bound AP in object detection☆82Updated 5 years ago
- Implementation of "Anchor Loss: Modulating loss scale based on prediction difficulty"☆53Updated 4 years ago
- Relation Networks for object detection based pytorch