ucbdrive / few-shot-object-detection

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

How to run on seed 0? #166

Open joshmyersdean opened 2 years ago

joshmyersdean commented 2 years ago

Hello!

I was wondering what is the protocol to replicate your seed 0 results? I put the misc. txt files into a seed 0 folders and ran python -m tools.run_experiments --num-gpus 1 --shots 1 --seeds 0 1 --split 1 but got a higher nAP50 (~45). For single GPU training I decreased my number of images to 2, the learning rate by 8, and increased the number of iters by 8 times.

Thank you!