Adaptive Class Suppression Loss for Long-Tail Object Detection
ACSL This repo is the official implementation for CVPR 2021 paper: Adaptive Class Suppression Loss for Long-Tail Object Detection. Requirements 1. Environment: The requirements are exactly the same as BalancedGroupSoftmax. We tested on the following settings: python 3.7 cuda 10.0 pytorch 1.2.0 torchvision 0.4.0 mmcv 0.2.14 conda create -n mmdet python=3.7 -y conda activate mmdet pip install cython pip install numpy pip install torch pip install torchvision pip install pycocotools pip install matplotlib pip install terminaltables # download the source […]
Read more