Learning-to-See-in-the-Dark
Learning-to-See-in-the-Dark copied to clipboard
upsample_and_cancat(x1,x2,output_channels,input_channels) does not contant the Crop operation
@cchen156 Do you have the "Croplayer" crop operation in this fuctions, It only have 'DECONVOLUTION' ans 'CONCAT',
I do not understand your question.
The crop operation does not work during the model. The crop operation work before the training. Every training iteration, the origin point randomly selected and the crop image is generated with certain patch size(e.g. 512 in the paper) to feed into the model.