New Ribbon
Canva+AI創意設計與品牌應用250招:從商業技巧、社群祕技到AI圖文影音特效 快快樂樂學威力導演2024.影音剪輯與AI精彩創作 文淵閣工作室祝福大家新年快樂.龍年吉祥 Power Automate自動化超效率工作術 Midjourney AI圖像魔導書:搭配ChatGPT魔法加倍 超人氣FB+IG+LINE社群經營與行銷力(第二版) 翻倍效率工作術:不會就太可惜的 Excel × ChatGPT 自動化應用 AppInventor2零基礎入門班中文版(第六版) Python零基礎入門班(第四版) C語言學習聖經 用Canva設計超快超質感:平面、網頁、電子書、簡報、影片製作與AI繪圖最速技 PHP8/MySQL網頁程式設計自學聖經 翻倍效率工作術 - 不會就太可惜的Power BI大數據視覺圖表設計與分析(第三版) 社群經營一定要會的影音剪輯與動畫製作術 Notion高效管理250招:筆記×資料庫×團隊協作,數位生活與工作最佳幫手 Office 2021高效實用範例必修16課(附500分鐘影音教學/範例檔) Excel自學聖經(第二版):從完整入門到職場活用的技巧與實例大全 網路開店×拍賣王:蝦皮來了(第二版) 專家都在用的Google最強實戰:表單、文件、試算、簡報、遠距與線上會議 超人氣 Instagram 視覺行銷力(第二版):小編不敗,經營 IG 品牌人氣王的 120 個秘技!

 

  機器學習超進化-Yolo軟體安裝

蘇瑞龍

蘇瑞龍
更新時間:2021/9/9 下午 03:25:02

 

編譯Yolo,第5-12頁,按configure後出現錯誤。CMake Error: The source directory "D:/dartnetYolo/darknet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.相關軟體都與書本同,但Cmake版本為3.21.2版。

文淵閣工作室

文淵閣工作室
更新時間:2021/9/9 下午 08:27:21

 

我們測試書上安裝正常。
錯誤訊息指出在 D:/dartnetYolo/darknet 缺少 CMakeLists.txt。提供我的 CMakeLists.txt:https://drive.google.com/file/d/13ZRnU3zGfRu8Wn6h996PLrj4h-oZL8pA/view?usp=sharing

若仍不行,提供 cmake 3.18.3 版試試:https://drive.google.com/file/d/1YlMWRXPPP-BkBniWgqlZ3bLRtjmxnL3x/view?usp=sharing

蘇瑞龍

蘇瑞龍
更新時間:2021/9/10 上午 10:54:50

 

Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.17134.
CMake Error at CMakeLists.txt:107 (find_package):
  By not providing "FindPThreads_windows.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "PThreads_windows", but CMake did not find one.

  Could not find a package configuration file provided by "PThreads_windows"
  with any of the following names:

    PThreads_windowsConfig.cmake
    pthreads_windows-config.cmake

  Add the installation prefix of "PThreads_windows" to CMAKE_PREFIX_PATH or
  set "PThreads_windows_DIR" to a directory containing one of the above
  files.  If "PThreads_windows" provides a separate development package or
  SDK, be sure it has been installed.


Configuring incomplete, errors occurred!
See also "D:/dartnetYolo/darknet/CMakeFiles/CMakeOutput.log".
See also "D:/dartnetYolo/darknet/CMakeFiles/CMakeError.log".


1.加了CMakeLists.txt
2.不論哪一版的cmake,都發生上述問題。
3.解壓縮完的cmake資料夾,其下又有同名次資料夾。應該一層或兩層?不論幾層都測試同樣錯誤。

文淵閣工作室

文淵閣工作室
更新時間:2021/9/10 下午 07:42:07

 

我們未遇過此錯誤訊息,以錯誤訊息 google 也找不到資料。
1. cmake資料夾是一層。
2. 懷疑是否為 gpu 問題:請問您顯示卡的廠牌及型號?
3. 訊息顯示觀看 D:/dartnetYolo/darknet/CMakeFiles/CMakeOutput.log 及 D:/dartnetYolo/darknet/CMakeFiles/CMakeError.log 檔,請您看看,若有訊息請告知做為參考。

蘇瑞龍

蘇瑞龍
更新時間:2021/9/12 下午 03:36:52

 

Looking for a CUDA compiler failed with the following output:
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.17134.
CMake Error at D:/dartnetYolo/cmake-3.21.2-windows-x86_64/cmake-3.21.2-windows-x86_64/share/cmake-3.21/Modules/CMakeDetermineCompilerId.cmake:497 (message):
  No CUDA toolset found.
Call Stack (most recent call first):
  D:/dartnetYolo/cmake-3.21.2-windows-x86_64/cmake-3.21.2-windows-x86_64/share/cmake-3.21/Modules/CMakeDetermineCompilerId.cmake:6 (CMAKE_DETERMINE_COMPILER_ID_BUILD)
  D:/dartnetYolo/cmake-3.21.2-windows-x86_64/cmake-3.21.2-windows-x86_64/share/cmake-3.21/Modules/CMakeDetermineCompilerId.cmake:59 (__determine_compiler_id_test)
  D:/dartnetYolo/cmake-3.21.2-windows-x86_64/cmake-3.21.2-windows-x86_64/share/cmake-3.21/Modules/CMakeDetermineCUDACompiler.cmake:283 (CMAKE_DETERMINE_COMPILER_ID)
  CMakeLists.txt:2 (project)


-- Configuring incomplete, errors occurred!
See also "D:/dartnetYolo/darknet/CMakeFiles/CheckCUDA/CMakeFiles/CMakeOutput.log".

Determining if the include file pthread.h exists failed with the following output:
Change Dir: D:/dartnetYolo/darknet/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_85a18.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版

Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64

  Copyright (C) Microsoft Corporation.  著作權所有,並保留一切權利。

  CheckIncludeFile.c

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_85a18.dir\Debug\\" /Fd"cmTC_85a18.dir\Debug\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\CheckIncludeFile.c

D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1,10): fatal error C1083: 無法開啟包含檔案: 'pthread.h': No such file or directory [D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\cmTC_85a18.vcxproj]



The system is: Windows - 10.0.17134 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:  
Build flags:
Id flags:  

The output was:
0
Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。

已經開始建置於 2021/9/10 上午 10:43:44。
節點 1 (預設目標) 上的專案 "D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdC\CompilerIdC.vcxproj"。
PrepareForBuild:
  正在建立目錄 "Debug\"。
  正在建立目錄 "Debug\CompilerIdC.tlog\"。
InitializeBuildStatus:
  由於指定了 "AlwaysCreate",因此正在建立 "Debug\CompilerIdC.tlog\unsuccessfulbuild"。
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  CompilerIdC.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdC\CompilerIdC.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  正在刪除檔案 "Debug\CompilerIdC.tlog\unsuccessfulbuild"。
  正在變更時間戳記 "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate"。
專案 "D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdC\CompilerIdC.vcxproj" (預設目標) 建置完成。

建置成功。
    0 個警告
    0 個錯誤

經過時間 00:00:10.60


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "D:/dartnetYolo/darknet/CMakeFiles/3.21.2/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:  
Build flags:
Id flags:  

The output was:
0
Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。

已經開始建置於 2021/9/10 上午 10:43:56。
節點 1 (預設目標) 上的專案 "D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdCXX\CompilerIdCXX.vcxproj"。
PrepareForBuild:
  正在建立目錄 "Debug\"。
  正在建立目錄 "Debug\CompilerIdCXX.tlog\"。
InitializeBuildStatus:
  由於指定了 "AlwaysCreate",因此正在建立 "Debug\CompilerIdCXX.tlog\unsuccessfulbuild"。
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdCXX\CompilerIdCXX.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  正在刪除檔案 "Debug\CompilerIdCXX.tlog\unsuccessfulbuild"。
  正在變更時間戳記 "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate"。
專案 "D:\dartnetYolo\darknet\CMakeFiles\3.21.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (預設目標) 建置完成。

建置成功。
    0 個警告
    0 個錯誤

經過時間 00:00:05.22


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "D:/dartnetYolo/darknet/CMakeFiles/3.21.2/CompilerIdCXX/CompilerIdCXX.exe"

Detecting C compiler ABI info compiled with the following output:
Change Dir: D:/dartnetYolo/darknet/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_bea84.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版

Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64

  Copyright (C) Microsoft Corporation.  著作權所有,並保留一切權利。

  CMakeCCompilerABI.c

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_bea84.dir\Debug\\" /Fd"cmTC_bea84.dir\Debug\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\dartnetYolo\cmake-3.21.2-windows-x86_64\cmake-3.21.2-windows-x86_64\share\cmake-3.21\Modules\CMakeCCompilerABI.c"

  cmTC_bea84.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\Debug\cmTC_bea84.exe




Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/dartnetYolo/darknet/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_48c38.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版

Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64

  Copyright (C) Microsoft Corporation.  著作權所有,並保留一切權利。

  CMakeCXXCompilerABI.cpp

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_48c38.dir\Debug\\" /Fd"cmTC_48c38.dir\Debug\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\dartnetYolo\cmake-3.21.2-windows-x86_64\cmake-3.21.2-windows-x86_64\share\cmake-3.21\Modules\CMakeCXXCompilerABI.cpp"

  cmTC_48c38.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\Debug\cmTC_48c38.exe




The system is: Windows - 10.0.17134 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:  
Build flags: /DWIN32;/D_WINDOWS;/W3
Id flags:  

The output was:
0
Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。

已經開始建置於 2021/9/10 上午 10:48:00。
節點 1 (預設目標) 上的專案 "D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdC\CompilerIdC.vcxproj"。
PrepareForBuild:
  正在建立目錄 "Debug\"。
  正在建立目錄 "Debug\CompilerIdC.tlog\"。
InitializeBuildStatus:
  由於指定了 "AlwaysCreate",因此正在建立 "Debug\CompilerIdC.tlog\unsuccessfulbuild"。
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  CompilerIdC.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdC\CompilerIdC.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  正在刪除檔案 "Debug\CompilerIdC.tlog\unsuccessfulbuild"。
  正在變更時間戳記 "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate"。
專案 "D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdC\CompilerIdC.vcxproj" (預設目標) 建置完成。

建置成功。
    0 個警告
    0 個錯誤

經過時間 00:00:04.08


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "D:/dartnetYolo/darknet/CMakeFiles/3.18.3/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:  
Build flags: /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc
Id flags:  

The output was:
0
Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版
Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。

已經開始建置於 2021/9/10 上午 10:48:05。
節點 1 (預設目標) 上的專案 "D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdCXX\CompilerIdCXX.vcxproj"。
PrepareForBuild:
  正在建立目錄 "Debug\"。
  正在建立目錄 "Debug\CompilerIdCXX.tlog\"。
InitializeBuildStatus:
  由於指定了 "AlwaysCreate",因此正在建立 "Debug\CompilerIdCXX.tlog\unsuccessfulbuild"。
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdCXX\CompilerIdCXX.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  正在刪除檔案 "Debug\CompilerIdCXX.tlog\unsuccessfulbuild"。
  正在變更時間戳記 "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate"。
專案 "D:\dartnetYolo\darknet\CMakeFiles\3.18.3\CompilerIdCXX\CompilerIdCXX.vcxproj" (預設目標) 建置完成。

建置成功。
    0 個警告
    0 個錯誤

經過時間 00:00:04.09


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "D:/dartnetYolo/darknet/CMakeFiles/3.18.3/CompilerIdCXX/CompilerIdCXX.exe"

Detecting C compiler ABI info compiled with the following output:
Change Dir: D:/dartnetYolo/darknet/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_9ee17.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版

Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64

  Copyright (C) Microsoft Corporation.  著作權所有,並保留一切權利。

  CMakeCCompilerABI.c

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_9ee17.dir\Debug\\" /Fd"cmTC_9ee17.dir\Debug\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "D:\dartnetYolo\cmake-3.18.3-win64-x64\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCCompilerABI.c"

  cmTC_9ee17.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\Debug\cmTC_9ee17.exe




Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/dartnetYolo/darknet/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_b94d6.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine for .NET Framework 16.11.0+0538acc04 版

Copyright (C) Microsoft Corporation. 著作權所有,並保留一切權利。



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64

  Copyright (C) Microsoft Corporation.  著作權所有,並保留一切權利。

  CMakeCXXCompilerABI.cpp

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_b94d6.dir\Debug\\" /Fd"cmTC_b94d6.dir\Debug\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "D:\dartnetYolo\cmake-3.18.3-win64-x64\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCXXCompilerABI.cpp"

  cmTC_b94d6.vcxproj -> D:\dartnetYolo\darknet\CMakeFiles\CMakeTmp\Debug\cmTC_b94d6.exe


顯示卡:
Intel(R) HD Graphics 5500
NVIDIA GeForce 930M


文淵閣工作室

文淵閣工作室
更新時間:2021/9/12 下午 08:22:31

 

您的顯示卡有支援 GPU,不過已是相當早期的顯卡。

錯誤訊息第6列「No CUDA toolset found.」應是 CUDA 有問題。建議可重新安裝 CADA 及 CUDNN 試試,或者以「No CUDA toolset found.」關鍵字搜尋解決方法。

或者參考下列網址使用 CPU 執行:https://blog.csdn.net/baidu_36669549/article/details/79798587




 

 

Re:機器學習超進化-Yolo軟體安裝

請輸入姓名。

已超出字元數目的最大值。


請輸入電子郵件。

格式無效。


請輸入內容。