Faster-RCNN_TF icon indicating copy to clipboard operation
Faster-RCNN_TF copied to clipboard

ParameterSettings

Open zhao181 opened this issue 7 years ago • 2 comments
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.

zhao181 avatar Nov 28 '17 18:11 zhao181

agree with you. there is something wrong with __C.TRAIN.SCALES which should be 1

smallhaes avatar Oct 23 '18 08:10 smallhaes

more exactly, original height and weight should not time max(cfg.TRAIN>SCALES)

smallhaes avatar Oct 23 '18 08:10 smallhaes