问题:
编译caffe时出错,CMake Error at examples/CMakeLists.txt:11 (add_executable):
add_executable cannot create target "prior_box_layer" because another target with the same name already exists. The existing target is an executable created in source directory "/caffe-ssd/examples".
解决:在/caffe-ssd/examples下的所有文件夹中,存在同名prior_box_layer.cpp文件,改变这些文件的名称或者可以删除的话删除,然后再编译就好了。