caffe fully convolutional cnn - how to use the crop parameters
问题 I am trying to train a fully convolutional network for my problem. I am using the implementation https://github.com/shelhamer/fcn.berkeleyvision.org . I have different image sizes. I am not sure how to set the 'Offset' param in the 'Crop' layer. What are the default values for the 'Offset' param? How to use this param to crop the images around the center? 回答1: According to the Crop layer documentation, it takes two bottom blobs and outputs one top blob. Let's call the bottom blobs as A and B