ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.08k stars 225 forks source link

parameter settings #200

Open wudiabin opened 3 months ago

wudiabin commented 3 months ago

Hello, thank you very much for your work!I recently tried to reproduce the work in the paper, but I only have one GPU,so I adjusted IMS_PER_BATCH from 16 to 2.I want to know how other parameters should be changed, such asBASE_LR, MAX_ITER,STEPS.Thank you so much!