年龄估计调研

SSR-Net: A Compact Soft Stagewise Regression Network for Age Estimation

论文地址

源码地址

环境搭建

若出现某个模块找不到,可能是python版本改变,重新安装即可,下面的是建议顺序

conda install -c conda-forge moviepy
conda install -c cogsci pygame
conda install -c conda-forge requests
conda install -c conda-forge pytables

tensoflow-gpu

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu

dlib

ubuntu 安装

sudo apt-get install build-essential
sudo apt-get install cmake(如果报错:软件包 cmake 没有可安装候选,先sudo apt-get update)
sudo apt-get install libboost-python-dev
pip install dlib # pip3 install dlib

windows

  1. Boost官网下载最新版的boost包

  2. 在解压缩的包中,运行bootstrap.bat

  3. 然后在同级目录中运行b2.exe

  4. 将同级目录中的bin目录加入系统环境变量中

  5. 运行 b2 -a --with-python address-model=64 toolset=msvc runtime-link=static,完成

添加环境变量:

  • BOOST_ROOT 为 …\boost_1_63_0
  • BOOST_LIBRARYDIR 为boost_1_63_0\stage\lib
pip install dlib

opencv

pip install opencv-python

requests

pip install requests

tqdm

pip install tqdm

keras

pip install keras
pip install --upgrade keras
  • 8
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值