megvii-research / FSCE

Apache License 2.0
280 stars 47 forks source link

Code about 'double the maximum number of proposals kept after NMS ' #40

Closed Wei-i closed 2 years ago

Wei-i commented 3 years ago

Thanks for your great work and source code :) I am confused about where the code refers to 'double the maximum number of proposals kept after NMS'. The default configuration of _C.MODEL.RPN.POST_NMS_TOPK_TRAIN is 2000, so in my view, FSCE should set _C.MODEL.RPN.POST_NMS_TOPK_TRAIN as 4000. However, for example, in FSCE/fsdet/config/defaults.py:

MODEL:
  RPN:
    POST_NMS_TOPK_TRAIN: 2000

am I wrong? I would be grateful if you could help me :)

joy-yjl commented 2 years ago

Thanks for your great work and source code :) I am confused about where the code refers to 'double the maximum number of proposals kept after NMS'. The default configuration of _C.MODEL.RPN.POST_NMS_TOPK_TRAIN is 2000, so in my view, FSCE should set _C.MODEL.RPN.POST_NMS_TOPK_TRAIN as 4000. However, for example, in FSCE/fsdet/config/defaults.py:

MODEL:
  RPN:
    POST_NMS_TOPK_TRAIN: 2000

am I wrong? I would be grateful if you could help me :)

I get the same question. Have you figured it out?