JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.04k stars 155 forks source link

Question about the exemplar memory #71

Closed luckychay closed 2 years ago

luckychay commented 3 years ago

Screenshot from 2021-10-06 09-39-27

Thank you for your amazing job. When I read the paper, I got a question about the exemplar memory.

As you said in the Supplementary Material of the paper, the exemplar memory takes about 34MB. Does it mean the extra size of the model to avoid forgetting? But the number of classes is varibale, how many classes is 34MB for?

JosephKJ commented 2 years ago

34MB is the size of the exemplar store (when saved to disk) in the 15+5 setting.