selective_search_ijcv_with_python icon indicating copy to clipboard operation
selective_search_ijcv_with_python copied to clipboard

Do I need to install matlab to run this code?

Open sunshineatnoon opened this issue 8 years ago • 1 comments

Through this is a python wrapper, it seems that MATLAB is needed for compiling some files, do I have any other ways to run selective search codes without installing MATLAB? Thanks~

sunshineatnoon avatar Aug 27 '15 02:08 sunshineatnoon

I think so. there is some code for calling matlab.

mc = "matlab -nojvm -r "try; {}; catch; exit; end; exit"".format(command) pid = subprocess.Popen( shlex.split(mc), stdout=open('/dev/null', 'w'), cwd=script_dirname)

noirmist avatar Dec 31 '15 22:12 noirmist