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

Why cfg parameter TRAIN.HAS_RPN printed out is different from actual value?

Open clockwiser opened this issue 7 years ago • 2 comments

Even though TRAIN.HAS_RPN is set to True in yml file, it shows false in running time. The console log is as below.

'TRAIN': {'ASPECT_GROUPING': True, 'BATCH_SIZE': 128, 'BBOX_INSIDE_WEIGHTS': [1.0, 1.0, 1.0, 1.0], 'HAS_RPN': True, 'IMS_PER_BATCH': 1, 'LEARNING_RATE': 0.001, ... ... 'USE_FLIPPED': True, 'USE_PREFETCH': False}, 'USE_GPU_NMS': True} cfg.TRAIN.HAS_RPN = False

clockwiser avatar Mar 20 '17 03:03 clockwiser

See @cdathuraliya 's answer to #60 : the config file is not loaded properly

gdelab avatar Jun 15 '17 08:06 gdelab

maybe config in experiments/cfgs/faster_rcnn_end2end.yml will overwrite them.

eraofelix avatar Nov 15 '18 07:11 eraofelix