duanzhiihao / RAPiD

RAPiD: Rotation-Aware People Detection in Overhead Fisheye Images (CVPR 2020 Workshops)
http://vip.bu.edu/rapid/
Other
213 stars 63 forks source link

Different results in the evaluation #42

Open VanesaLomas opened 2 years ago

VanesaLomas commented 2 years ago

Hi!

I have been testing your code, and when I run the evaluation script to evaluate the HABBOF dataset I obtain a slightly different result than yours. I have obtained an AP of 95.9 (AP0.5) in contrast with the 98.1 that you obtained. I have run the code over the whole dataset(5837 images) with your pretrained weights(the ones to evaluate HABBOF for a resolution of 1024). Do you have any idea of what can cause this difference in the results?

Thanks in advance! :)

duanzhiihao commented 2 years ago

Hi, I can think of several possible reasons:

There may be other factors that I missed. If you can provide your evaluation script I'm happy to help find where causes the difference.

VanesaLomas commented 2 years ago

I found the error: I was computing AP for all the images in a single step, not for each video separately. Computing AP for each video and then computing the average I obtain the same result as you.

Thank you so much for your help!!