PSPNet
PSPNet copied to clipboard
evaluation in python using pycaffe
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.
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.
@zhapeng you need uncomment the MATLAB_DIR in Makfile.convfig and assign it to the path of your matlab
@michaelhuang74 did you have code for python?
@ThienAnh No, I don't have the code for PyCaffe.
@ThienAnh, I have tried to reproduced the model, you can take a look on it
@hellochick Where can i take it? I'm using caffe, not tensorflow.
demo.txt @ThienAnh u can use this
HI @coderzbx Thank you so much
So, Matlab is not required then???