您的位置:首页 > 其它

fast-r-cnn人脸检测运行记录

2016-12-28 17:57 295 查看
1.通过运行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文件
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  深度学习