zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

Missing matlab function in the windows generating file #8

Closed du0002in closed 8 years ago

du0002in commented 8 years ago

hi, @zhaoweicai ,

I think one function is missed in the matlab function 'mscnn_kitti_car_window_file.m'. There is no 'readLabels(label_dir, imgidx)' function being defined.

zhaoweicai commented 8 years ago

You should download KITTI devkit, can put it to you KITTI path. In the matlab code, add the path addpath([root_dir 'devkit_object/devkit/matlab']), then it should be working.