Faster-RCNN_TF
Faster-RCNN_TF copied to clipboard
ParameterSettings
trafficstars
Hi author, I am running the train_net.py, and set _C.TRAIN.HAS_RPN=True.
When the function "get_boxes_grid" is called, it produces 234150000 grid boxes for an image of size 333*500. I find that such a large number of grid boxes can be attributed to the setting of __C.TRAIN.SCALES, which is set at 600 in the config.py. Is this a normal setting? I am looking forward to your reply.
agree with you. there is something wrong with __C.TRAIN.SCALES which should be 1
more exactly, original height and weight should not time max(cfg.TRAIN>SCALES)