xiaohaoChen / rrc_detection

Accurate Single Stage Detector Using Recurrent Rolling Convolution
Other
361 stars 136 forks source link

top_shape[j] == bottom[i]->shape(j) (45 vs. 46) #54

Open lzh19961031 opened 6 years ago

lzh19961031 commented 6 years ago

F0809 12:35:39.369956 17335 concat_layer.cpp:42] Check failed: top_shape[j] == bottom[i]->shape(j) (45 vs. 46) All inputs must have the same shape, except at concat_axis.

When I change the resize_width and resize_height from rrc_kitti_car.py, I met this problem.Have anyone ever met the same question? Please help me thanks!!!