ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

win10+caffe+cmake+MinGW can not make successful #61

Open tjh123321 opened 4 years ago

tjh123321 commented 4 years ago

-- Building for: Visual Studio 14 2015 -- Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.18362. -- The C compiler identification is MSVC 19.0.24210.0 -- The CXX compiler identification is MSVC 19.0.24210.0 -- Check for working C compiler: D:/vs2015/VC/bin/cl.exe -- Check for working C compiler: D:/vs2015/VC/bin/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: D:/vs2015/VC/bin/cl.exe -- Check for working CXX compiler: D:/vs2015/VC/bin/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.0 (found version "10.0") -- CUDA 10 detected, enabling SM_72 -- system arch: AMD64 -- output path: D:/工作/my/caffe-yolov3/build/AMD64 -- Copying D:/工作/my/caffe-yolov3/activations.h -- Copying D:/工作/my/caffe-yolov3/blas.h -- Copying D:/工作/my/caffe-yolov3/box.h -- Copying D:/工作/my/caffe-yolov3/cuda.h -- Copying D:/工作/my/caffe-yolov3/image.h -- Copying D:/工作/my/caffe-yolov3/yolo_layer.h CMake Error: failed to create symbolic link 'D:/宸ヤ綔/my/caffe-yolov3/build/AMD64/bin/networks': operation not permitted -- OpenCV ARCH: x86 -- OpenCV RUNTIME: vc14 -- OpenCV STATIC: ON CMake Warning at D:/openCV/opencv/build/OpenCVConfig.cmake:138 (message): Found OpenCV Windows Pack but it has no binaries compatible with your configuration.

You should manually point CMake variable OpenCV_DIR to your build of OpenCV library. Call Stack (most recent call first): CMakeLists.txt:79 (FIND_PACKAGE)

-- Configuring done -- Generating done -- Build files have been written to: D:/工作/my/caffe-yolov3/build

tjh123321 commented 4 years ago

then make -j6 make: *** No targets specified and no makefile found. Stop.

tjh123321 commented 4 years ago

i use MinGW as make