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

分类 #5

Open zhanghongruiupup opened 4 years ago

zhanghongruiupup commented 4 years ago

how set in classification network problem?

tztztztztz commented 4 years ago

You can use SEQL in image classification. https://github.com/facebookresearch/classifier-balancing is a good repo to conduct experiments for long-tailed image classification problem.