Bi-box_Regression icon indicating copy to clipboard operation
Bi-box_Regression copied to clipboard

mAP extremely low when testing on Caltech

Open msha096 opened this issue 7 years ago • 4 comments

Hi,

I just found the mAP is very low when testing on Caltech Dataset, it is around 0.03 The code is

optimizer = optim.Adam(retinanet.parameters(), lr=1e-5)
scheduler = optim.lr_scheduler.ReduceLROnPlateau(optimizer, patience=3, verbose=True)

If I change to SGD or I change lr=1e-4, mAP will always be 0.0 If there anyone has similar problem as mine? What is wrong with my expirement?

BTW, I downsize the caltech to 1/10 of the original size, it takes 35 minutes to run one epoch and I ran 50 epochs. The val data set was chosen from another 1/10 of the original Caltech Dataset. Basiclly the val and test should be very similar, but the mAP on Val is only around 0.3 at 24th epoch.

I have no idea what went wrong. Thanks!!!

msha096 avatar Mar 22 '19 17:03 msha096

I do not test on Caltech. I wonder whether your label file is correct. Or you need to try different hyper-parameters.

rainofmine avatar Mar 30 '19 12:03 rainofmine

Can I know which data set you use? Could you please offer the code to evaluate the MR-FPPI and output the bbox? Thanks!

msha096 avatar Mar 30 '19 15:03 msha096

@msha096 @rainofmine Thanks. Could you please share the test code?

buaaswf avatar Apr 13 '19 13:04 buaaswf

@msha096 @rainofmine Thanks. Could you please share the test code?

The test code is right in csv_eval.py which was called in train.py

msha096 avatar Apr 17 '19 19:04 msha096