xingyizhou / CenterNet2

Two-stage CenterNet
Apache License 2.0
1.2k stars 188 forks source link

about input size of centernet2 model #62

Open shengyuan-tang opened 3 years ago

shengyuan-tang commented 3 years ago

How to control the input size of the model, i changed the yaml file, but seems not work. INPUT: FORMAT: RGB CUSTOM_AUG: EfficientDetResizeCrop TRAIN_SIZE: 1280 TEST_SIZE: 512 ----> this? TEST_INPUT_TYPE: 'square'

xingyizhou commented 3 years ago

This should be effective if you set TEST_INPUT_TYPE: 'square'. Can you provide more details?