PSPNet icon indicating copy to clipboard operation
PSPNet copied to clipboard

evaluation in python using pycaffe

Open michaelhuang74 opened this issue 7 years ago • 9 comments

I don't have matlab installed on my Ubuntu. Does anyone have the code on python for evaluation (e.g., eval_all.m in matlab) using pycaffe? Many thanks.

michaelhuang74 avatar Aug 23 '17 21:08 michaelhuang74

when i make -j8 && make matcaffe, there is one error is MATLAB_DIR must be specified in Makefile.config to build matcaffe. Makefile:511: recipe for target 'matlab/+caffe/private/caffe_.' failed make: *** [matlab/+caffe/private/caffe_.] Error 1

Do you konw how to solve it, thank you.

zhcv avatar Sep 07 '17 15:09 zhcv

@zhapeng you need uncomment the MATLAB_DIR in Makfile.convfig and assign it to the path of your matlab

pkuCactus avatar Sep 20 '17 08:09 pkuCactus

@michaelhuang74 did you have code for python?

ThienAnh avatar Oct 11 '17 09:10 ThienAnh

@ThienAnh No, I don't have the code for PyCaffe.

michaelhuang74 avatar Oct 11 '17 14:10 michaelhuang74

@ThienAnh, I have tried to reproduced the model, you can take a look on it

hellochick avatar Oct 21 '17 14:10 hellochick

@hellochick Where can i take it? I'm using caffe, not tensorflow.

ThienAnh avatar Oct 23 '17 04:10 ThienAnh

demo.txt @ThienAnh u can use this

coderzbx avatar Nov 23 '17 02:11 coderzbx

HI @coderzbx Thank you so much

ThienAnh avatar Nov 24 '17 04:11 ThienAnh

So, Matlab is not required then???

kaisark avatar Apr 11 '18 17:04 kaisark