Sense-X / TSD

1st place models in Google OpenImage Detection Challenge 2019
Apache License 2.0
456 stars 64 forks source link

rcnn nms score_thre? #5

Closed luuuyi closed 4 years ago

luuuyi commented 4 years ago

Hello, I notice that rcnn header's nms score_thre in TSD is 0.00, which in normal setting is 0.05. In TSD paper, I haven't notice some chapter to declare this. Is this a fair comparsion?

songguanglu commented 4 years ago

Hi,we evaluate the performance under the same score_thresh for the comparison between TSD and base model. The score_thresh will slightly affect the performance of ~0.2. You can use the normal setting for research and use 0.00 for the challenge.

luuuyi commented 4 years ago

@songguanglu OK, I will try