fanq15 / FSOD-code

MIT License
244 stars 61 forks source link

why do we need change post_nms_topN? #23

Open 978326187 opened 4 years ago

978326187 commented 4 years ago

https://github.com/fanq15/FSOD-code/blob/2e534649b57791182b6c93153d279ecfa554ecb0/lib/modeling/collect_and_distribute_fpn_rpn_proposals.py#L74 why do we multiply a scale to change post_nms_topN in this line? and coco's background is more complicate than imagenet. is this a little unfair using fsod to compare with coco, such that coco is more difficult to train?

fanq15 commented 4 years ago

I can not open this link. I use the original code in this part.What do you mean the comparison between fsod and coco?

978326187 commented 4 years ago

post_nms_topN = int(cfg[cfg_key].RPN_POST_NMS_TOP_N * cfg.FPN.RPN_COLLECT_SCALE + 0.5)this line. and the comparison is the following pic. image