通过运行matlab程序,获取人脸初始位置的.mat文件。
安装matlab 在ubuntu下。到matlab官网https://cn.mathworks.com/,获取免费试用版。获取时需要注册用户账号,填写个人资料信息。
然后到试用的安装包后,解压,cd到解压的安装包,sudo ./install 开始安装matlab.
安装完成后,在/etc/profile 和 ~/.bashrc下 添加环境变量
sudo gedit ~/.bashrc
export PATH=$PATH:/home/huang/opt1/matlab/bin
然后source /etc/profile
source ~/.bashrc
代码下载:selective proposal github
https://github.com/sergeyk/selective_search_ijcv_with_python
然后在Python中运行 python selective_search.py. 生成mat文件。