icoz69 / CEC-CVPR2021

Pytorch code for CVPR2021 paper "Few-Shot Incremental Learning with Continually Evolved Classifiers"
MIT License
152 stars 33 forks source link

why is session from 0 to 9 in pre-trained stage? #17

Closed Alex-arch closed 2 years ago

Alex-arch commented 2 years ago

hello, nice work. I have some questions about the code. why is session from 0 to 9 in pre-train stage? All we need is a pre-trained model which could classify 60 base classes. What's more, in the session_*.txt, should we write the label such as 60,61,62.etc rather than some big number?

Nan-S commented 2 years ago

Yes, we only pre-train the 60 base classes in our pre-training stage. We use the original session_*.txt file from the TOPIC . The big numbers are actually the img for the specific dataset. The dataloader file will help you translate each image to the corresponding img to class pair.