ucbdrive / few-shot-object-detection

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

Number of shots is altered after update from v0.1 #80

Closed bsun0802 closed 3 years ago

bsun0802 commented 3 years ago

Hi,

I encounter a weird problem after updating from v0.1. The number of shots for COCO is altered weirdly. For 10 shots, the baseball glove becomes 9-shots. And for 30 shots the baseball glove becomes 28-shots. All the rest is okay.

Everything worked in v0.1 and I am using the same json file before and after update.

Any idea? Great thanks for your nice work fsdet and time!

image

image

bsun0802 commented 3 years ago

Figured it out. Seems seed0 is indeed just like that.