yanxp / MetaR-CNN

Meta R-CNN : Towards General Solver for Instance-level Low-shot Learning
https://yanxp.github.io/metarcnn.html
177 stars 23 forks source link

is the model training on all 20 classes of PASCAL? #43

Open IssamLaradji opened 4 years ago

IssamLaradji commented 4 years ago

In the second training phase, it seems that the model is training on all 20 classes. If this is true, then this is not few shot classification, since there are no novel classes at test time.

Am I missing something?