mrlooi / rotated_maskrcnnLinks
Rotated Mask R-CNN: From Bounding Boxes to Rotated Bounding Boxes
☆356Updated 3 years ago
Alternatives and similar repositories for rotated_maskrcnn
Users that are interested in rotated_maskrcnn are comparing it to the libraries listed below
Sorting:
- A fork of Detectron2 with ResNeSt backbone☆387Updated last year
- [CVPR 2020] CenterMask : Real-time Anchor-Free Instance Segmentation☆779Updated 3 years ago
- FoveaBox: Beyond Anchor-based Object Detector☆367Updated 2 years ago
- [CVPR 2020] VoVNet backbone networks for detectron2☆383Updated 3 years ago
- A Keras implementation of CenterNet with pre-trained model (unofficial)☆337Updated 3 years ago
- RetinaMask☆339Updated 6 years ago
- [CVPR 2020] CenterMask : Real-Time Anchor-Free Instance Segmentation☆775Updated 5 years ago
- A semantic segmentation toolbox based on PyTorch☆407Updated 3 years ago
- Code used to generate synthetic scenes and bounding box annotations for object detection. This was used to generate data used in the Cut,…☆289Updated 4 years ago
- Python and Pytorch two implements of Soft NMS algorithm☆184Updated last year
- Siamese Mask R-CNN model for one-shot instance segmentation☆348Updated 5 years ago
- Helper functions to create COCO datasets☆783Updated last year
- [ICML2021] What Makes for End-to-End Object Detection☆651Updated 2 years ago
- How to initialize Anchors in Faster RCNN for custom dataset?☆93Updated 4 years ago
- SOLOv2: Dynamic, Faster and Stronger, achives 39.5mAP on coco test-dev (36 epochs result)☆244Updated 5 years ago
- An easy to understand and better performance version of CenterNet☆550Updated 4 years ago
- SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)☆334Updated 4 years ago
- ☆487Updated 3 years ago
- Deep Extreme Cut http://www.vision.ee.ethz.ch/~cvlsegmentation/dextr☆847Updated 4 years ago
- unofficial EffcientDet implemented by mmdetection☆141Updated 5 years ago
- Composite Backbone Network (AAAI20)☆407Updated 5 years ago
- Anchor optimization for RetinaNet.☆115Updated 4 years ago
- Reactive python package for managing, creating and visualizing different deep-learning image annotation formats☆369Updated last year
- Represent Visual Objects by Point Sets☆590Updated 2 years ago
- detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn☆219Updated 2 years ago
- [ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan …☆525Updated 2 years ago
- Minimal PyTorch implementation of YOLACT.☆240Updated 3 years ago
- An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.