PKU-ICST-MIPL / OPAM_TIP2018

Source code of our TIP 2018 paper "Object-Part Attention Model for Fine-grained Image Classification"
91 stars 32 forks source link

addpath /home/junchao/hexiangteng/CVPR2018/code-one-shot/caffe-master/matlab/caffe #7

Open Codeczh opened 5 years ago

Codeczh commented 5 years ago

when I run demo.m, I found that "addpath (/home/junchao/hexiangteng/CVPR2018/code-one-shot/caffe-master/matlab/caffe)"and "net_weights = ['./models/vgg16/car_vgg16CAM_iter_55000.caffemodel'];". I donot know which they mean, because there is no folder named CVPR2018 and models. Can you help me?

mumuhe commented 5 years ago

@Codeczh The first path means the caffe root folder, the second means the model you have trained by CAM.