selective_search_ijcv_with_python
selective_search_ijcv_with_python copied to clipboard
Do I need to install matlab to run this code?
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~
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)