KaihuaTang / Long-Tailed-Recognition.pytorch

[NeurIPS 2020] This project provides a strong single-stage baseline for Long-Tailed Classification, Detection, and Instance Segmentation (LVIS). It is also a PyTorch implementation of the NeurIPS 2020 paper 'Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect'.
GNU General Public License v3.0
560 stars 68 forks source link

Lvis setting #13

Open xinqiaozhao opened 3 years ago

xinqiaozhao commented 3 years ago

您好,我看到在config里,coco和lvis的num_class分别设置为80和1203,想请教一下这里为什么没有算背景呢?非常感谢~

KaihuaTang commented 3 years ago

mmdet V2 之后代码就是这样,背景类在代码里会自己+1