leon-liangwu / MaskYolo_Caffe

YOLO V2 & V3 , YOLO Combined with RCNN and MaskRCNN
114 stars 50 forks source link

修改网络的输入尺寸 #48

Closed guods closed 4 years ago

guods commented 4 years ago

原来网络输入尺寸是320224,我想将网络的640448训练模型, 除了修改输入尺寸还需要修改哪些参数?

leon-liangwu commented 4 years ago

you need to change all the corresponding values in MaskData , region_loss and decoderoi layers, and also you need to change the anchor values in region loss and decode roi layers bacause these values represent the box size on the feature map.

guods commented 4 years ago

感谢您的回复,我已修改在训练,期待有个好结果