arthurdouillard / incremental_learning.pytorch

A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).
MIT License
383 stars 60 forks source link

ImageNet 100 label index. Why choose these label index #52

Closed qsunyuan closed 2 years ago

qsunyuan commented 2 years ago

https://github.com/HobbitLong/CMC/issues/21 https://www.kaggle.com/ambityga/imagenet100

I found there are different versions of ImageNet 100.

So, I was so confused which one should I choose.

Is it a simple random selection of labels?

Hope to get ur replay early.

Thx.

arthurdouillard commented 2 years ago

I've just chosen it randomly since I didn't see one official version of imagenet100.

Although, all models in my PODNet papers used the same class ids; and following works, such as DER (cvpr2021) also uses my subset.