Continuous-ConvOp icon indicating copy to clipboard operation
Continuous-ConvOp copied to clipboard

The adaptive mode

Open jimmy-dq opened this issue 7 years ago • 1 comments

Hi, @martin-danelljan, how to keep the standard inputsize(224*224) to the CNN model in your code? I find that there is a cnndefault mode, but it doesn't work. Thank you very much!

jimmy-dq avatar May 15 '18 09:05 jimmy-dq

Set the last argument in the call to init_features to 'same'. Then set params.min_image_sample_size = 224^2; params.max_image_sample_size = 224^2; in the runfile.

martin-danelljan avatar May 20 '18 19:05 martin-danelljan