tztztztztz / eql.detectron2

The official implementation of Equalization Loss for Long-Tailed Object Recognition (CVPR 2020) based on Detectron2. https://arxiv.org/abs/2003.05176
Apache License 2.0
202 stars 17 forks source link

Do you have the SEQL implementation? #6

Closed amirhfarzaneh closed 4 years ago

amirhfarzaneh commented 4 years ago

Do you have the implementation for the SEQL? How can we access CIFAR-LT and ImageNet-LT?

tztztztztz commented 4 years ago

SEQL is designed for image classification. We do not have a plan to release it in this repo recently.

You can access CIFAR-LT at https://github.com/richardaecn/class-balanced-loss and ImageNet-LT at https://github.com/facebookresearch/classifier-balancing