【发布时间】:2017-01-03 14:48:48
【问题描述】:
为了实现年龄和性别分类,我尝试了框架 caffe。
1) 我从链接http://www.openu.ac.il/home/hassner/projects/cnn_agegender 下载了 caffemodel,后来下载了 windows 版本 (https://github.com/BVLC/caffe/tree/windows) 我维护了依赖关系 Visual Studio 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
请提出前进的方向。请让我知道如何实现年龄和性别分类的步骤。
谢谢
【问题讨论】:
-
您的 windows 不知道 cmake,您必须将 cmake 的位置添加到 PATH 环境变量中,以便 windows 知道它也应该在那里查找未知的可执行文件
标签: java image-processing caffe conv-neural-network