ZhangGongjie / Meta-DETR

[T-PAMI 2022] Meta-DETR for Few-Shot Object Detection: Official PyTorch Implementation
MIT License
388 stars 84 forks source link

performing few-shot finetuning only #46

Open ghost opened 2 years ago

ghost commented 2 years ago

hi,

I'm glad to find this interesting work. I would like to perform few-shot finetuning based on the pretained weight provided in github, but I have couples of questions:

1) I want to run the code on Google Colab but i'm wondering that is it possibe to setup the enviement with only one GPU (with RAM=12GB)?

2) if I only want to perform few-shot finetuning, I'm assuming that i don't have to download the "full" dataset, correct?

I'm looking forward to seeing your reply :)