yuxng/YCB_Video_toolbox

Reference to non-existent field 'model_path'.

Opened this issue · 1 comments

Thank you so much for sharing!
when I run the code "show_pose_results.m",it will be reported the error:Reference to non-existent field 'model_path'.
As follows:
show_pose_results
loading 3D models...
Reference to non-existent field 'model_path'.
Error in show_pose_results (line 23)
file_obj = fullfile(opt.model_path, object_names{i}, 'textured.obj');
can you tell me what's that means.and how to get it works,thanks.

in show_pose_results.m add opt.model_path = '/data/Ycb_Video_Dataset/models';
that should work