few-shot-object-detection
few-shot-object-detection copied to clipboard
Novel weights LVIS
Hi there, i was wondering about the novel weights training step of the last layer specifically for the LVIS dataset. How does this justify to be a few-shot setting when showing the novel shots twice. As far as i understand the scripts:
- Novel weight training: All novel (rare classes from train_rare.json) annotations of train set are used for training
- Fine-tuning: Again max. 10 shots of each class used for balanced fine-tuning
Isn't this invalidating the few-shot setting to some extent ? Maybe i also have a misunderstand here. Thanks!