s-gupta / rcnn-depth

Learning Rich Features from RGB-D Images for Object Detection and Segmentation
BSD 2-Clause "Simplified" License
365 stars 150 forks source link

Undefined contour_to_ucm #27

Closed nisabrinaa closed 8 years ago

nisabrinaa commented 8 years ago

Undefined function 'contours_to_ucm' for input arguments of type 'cell'.

Error in run_all (line 13) [ucm2, ucms, elapsed_time] = contours_to_ucm(I, sc, Es, O);

Error in demo (line 6) run_all(I, D, RD, C, out_file);

anyone can fix this?