he010103 / CFWCR

5th visual object tracking(VOT) tracker CFWCR
MIT License
130 stars 61 forks source link

问题1 #3

Closed iou1992 closed 6 years ago

iou1992 commented 6 years ago

请问 imagenet-vgg-m-2048-cut.mat在哪里下载?

he010103 commented 6 years ago

wget http://www.vlfeat.org/matconvnet/models/imagenet-vgg-m-2048.mat. mv imagenet-vgg-m-2048.mat imagenet-vgg-m-2048-cut.mat

iou1992 commented 6 years ago

I can download the imagenet-vgg-m-2048.mat from the matconvnet/model , but I don't know where to find the imagenet-vgg-m-2048-cut.mat file ? what does the 'mv' means ? it's move?

he010103 commented 6 years ago

change the name of the models.

iou1992 commented 6 years ago

run demo_CFWCF.m the result shown below the picture. result

iou1992 commented 6 years ago

is ~/bash_profile in the readme.md a file?

he010103 commented 6 years ago

@iou1992 please complie the matconvnet corectly http://www.vlfeat.org/matconvnet/install/!

iou1992 commented 6 years ago

thank you very much. run mex -setup vl_compilenn No problem appears. but run demo_CFWCF.m the result shown below the picture. result2

he010103 commented 6 years ago

@iou1992 You need to compile in gpu option

iou1992 commented 6 years ago

i choose to complie in cpu option . all the problem has solved. and the result did not show the process of tracking.thank you.