为了实现年龄和性别分类,我尝试了caffe框架。
1) 我从链接上下载了caffemodelhttp://www.openu.ac.il/home/hassner/projects/cnn_agegender 后来下载了windows版本(https://github.com/bvlc/caffe/tree/windows)我维护了visualstudio 14 2015 win64和cmake 3.6.3的依赖关系。我得到的错误如下
'cmake' is not recognized as an internal or external command,
operable program or batch file.
ERROR: Configure failed
请提出前进的方向。请告诉我如何实现年龄和性别分类的步骤。
谢谢
1条答案
按热度按时间pu3pd22g1#
安装VisualStudio2015之后,我创建了c项目,隐式下载了c库。能够成功运行构建。