aim-uofa / AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
☆3,387Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for AdelaiDet
- FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)☆3,274Updated 11 months ago
- The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semant…☆3,160Updated 2 years ago
- ResNeSt: Split-Attention Networks☆3,238Updated last year
- Deformable DETR: Deformable Transformers for End-to-End Object Detection.☆3,247Updated 6 months ago
- This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Object Detection and …☆1,810Updated last year
- RepVGG: Making VGG-style ConvNets Great Again☆3,333Updated last year
- OpenMMLab Computer Vision Foundation☆5,907Updated this week
- DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution☆1,137Updated 2 years ago
- DeepLab v3+ model in PyTorch. Support different backbones.☆2,911Updated 3 months ago
- A simple, fully convolutional model for real-time instance segmentation.☆5,035Updated last year
- OpenMMLab Semantic Segmentation Toolbox and Benchmark.☆8,293Updated 3 months ago
- Pytorch implementation of RetinaNet object detection.☆2,151Updated last year
- convert dataset to coco/voc format☆1,091Updated 3 years ago
- Two-stage CenterNet☆1,208Updated 2 years ago
- Scaled-YOLOv4: Scaling Cross Stage Partial Network☆2,019Updated 2 weeks ago
- Object detection, 3D detection, and pose estimation using center point detection:☆7,290Updated last year
- [CVPR2021, PAMI2023] End-to-End Object Detection with Learnable Proposal☆1,315Updated last year
- Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral☆1,155Updated 6 months ago
- OpenMMLab Pre-training Toolbox and Benchmark☆3,456Updated 2 weeks ago
- Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNe…☆2,869Updated last year
- Nvidia Semantic Segmentation monorepo☆1,779Updated 3 years ago
- PyTorch implementation of YOLOv4☆1,887Updated 2 weeks ago
- A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights☆1,588Updated 2 months ago
- Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .☆1,866Updated 2 years ago
- ☆2,023Updated 5 years ago
- Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method…☆1,735Updated last year
- Efficient AI Backbones including GhostNet, TNT and MLP, developed by Huawei Noah's Ark Lab.☆4,056Updated 4 months ago
- Official PyTorch implementation of SegFormer☆2,585Updated 3 months ago
- A simplified implemention of Faster R-CNN that replicate performance from origin paper