happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 649 forks source link

about the code in predict_box_layer.cpp&.cu #297

Open githublsj opened 6 years ago

githublsj commented 6 years ago

I read the code and find that when the batch_size or so called num in this layer is bigger than 1, the top[1] is set to all zero. Does it mean this caffe version can not support batch image inference?

happynear commented 6 years ago

Yes, only support batch size 1.