rahulvigneswaran / Class-Balanced-Distillation-for-Long-Tailed-Visual-Recognition.pytorch

Un-offical PyTorch Implementation of "Class-Balanced Distillation for Long-Tailed Visual Recognition" paper.
16 stars 4 forks source link

Pytorch Implementation of Class-Balanced Distillation for Long-Tailed Visual Recognition by Ahmet Iscen, André Araujo, Boqing Gong, Cordelia Schmid


Note:

- Implemented only for ImageNetLT
- `normal_teachers` is the `Standard model` from the paper
- `aug_teachers` is the `Data Augmentation model` from the paper

Things to do before you run :

How to use?

Arguments :

(General)

(Specific to Distillation and Student's training)

Raise an issue :

If something is not clear or you found a bug, raise an issue!!