NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

image_size_y 384 and 352 in caffe/examples/kitti/detectnet_network-2classes.prototxt #578

Open vxgu86 opened 4 years ago

vxgu86 commented 4 years ago

in caffe/examples/kitti/detectnet_network-2classes.prototxt there are multi image size_y which is image_size_x: 1248 image_size_y: 384

param_str : '1248, 352, 16, 0.6, 3, 0.02, 22, 2'

what is the difference between them?

drnikolaev commented 4 years ago

@vxgu86 seems like a crop, have you tried to alter the values?