demo.m
Closed this issue · 2 comments
GuanRainy commented
list_im = read_cell(filename); Do not have read_cell function
kevinlin311tw commented
Find read_cell function at ./matlab/caffe/read_cell.m
You should launch matlab at caffe's root folder, or run "startup.m" before testing any function.
GuanRainy commented
thanks