shichaoy / semantic_3d_mapping

Semantic 3D Occupancy Mapping through Efficient High Order CRFs
Other
193 stars 60 forks source link

Can not run file change_cnn_label.m #11

Closed huyphongdo closed 5 years ago

huyphongdo commented 5 years ago

I have run your script with matlab but it has error ?

change_cnn_label processing 1 out of 500 Error using reshape To RESHAPE the number of elements must not change.

Error in change_cnn_label (line 38) prob=reshape(U,num_labels,img_height*img_width)'; Can you give me some advice to fix this ?