请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

ssd-caffe中widerface的create_list.sh找不到build文件

运行create_list.sh后出现了如下错误,

Create list for wider_face trainval…
Create list for wider_face test…
./data/widerface/create_list.sh: line 41: /home/sw/SSD_liuwei/caffe/data/widerface/…/…/build/tools/get_image_size: No such file or directory

但是在https://github.com/weiliu89/caffe/tree/ssd 官方源码中也没有这个文件看到这个文件夹,导致运行这个脚本出错,如何解决呢?

正在回答

1回答

build文件夹源码里面是没有的,是编译的时候创建的文件夹。源码下载下来以后,创建修改makefile配置文件之后,创建文件夹build,然后命令行进入到build中,在进行cmke ..和make all,完成编译。具体可以看这个博客;

https://blog.csdn.net/u012986684/article/details/72469542

1 回复 有任何疑惑可以回复我~
  • 提问者 swag丶 #1
    非常感谢!
    回复 有任何疑惑可以回复我~ 2018-11-29 14:57:51
  • 提问者 swag丶 #2
    老师,我按照您提供的博客,到了最后一步,make all完成编译的这一步出现了问题,不太明白怎么解决
    
    我分两批把错误提示发您看看
    回复 有任何疑惑可以回复我~ 2018-11-29 16:26:53
  • 提问者 swag丶 #3
    [  0%] Building CXX object src/caffe/CMakeFiles/proto.dir/__/__/include/caffe/proto/caffe.pb.cc.o
    In file included from /usr/include/c++/5/mutex:35:0,
                     from /home/sw/anaconda2/include/google/protobuf/stubs/mutex.h:33,
                     from /home/sw/anaconda2/include/google/protobuf/stubs/common.h:52,
                     from /home/sw/SSD_liuwei/caffe/build/include/caffe/proto/caffe.pb.h:9,
                     from /home/sw/SSD_liuwei/caffe/build/include/caffe/proto/caffe.pb.cc:4:
    /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
     #error This file requires compiler and library support \
      ^
    回复 有任何疑惑可以回复我~ 2018-11-29 16:27:47
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信