kevinlin311tw / caffe-cvprw15

:heart::coffee: Deep Learning of Binary Hash Codes for Fast Image Retrieval (CVPRW15)
Other
526 stars 218 forks source link

demo.m #10

Closed GuanRainy closed 8 years ago

GuanRainy commented 8 years ago

list_im = read_cell(filename); Do not have read_cell function

kevinlin311tw commented 8 years ago

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 8 years ago

thanks