当前位置:网站首页>Various pits encountered in the configuration of yolov3 on win10

Various pits encountered in the configuration of yolov3 on win10

2022-06-25 05:03:00 MondayCat111

  • problem 1:CUDA status Error: file: …\src\dark_cuda.c : get_gpu_compute_capability()
    The solution is to use CMake recompile darknet, Details refer to https://www.jianshu.com/p/f944ebd43f4c, The author wrote in great detail , Thank you so much .

  • problem 2: Install first cuda Put it on again vs(visual studio) And then report cuda The file does not exist .
    terms of settlement : Method comes from https://blog.csdn.net/weixin_43279853/article/details/99319743( Thanks to the author )

  • problem 3: reinstall VS Can't fit , Report errors “Could not write value devenv.exe to key \SOFTWARE\MicrosoftExplorer\Main\FeatureControl\FEATURE_BLOCK_CROSS_PROTOCOL_FILE_NAVIGATION. ”
    terms of settlement : Add this unopened in the registry key, For details, see https://blog.csdn.net/zhaohuan_88/article/details/77956270( I can't use this method ). I'm in my registry , In path “ Computer \HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl” Find the folder mentioned in the log , Just modify the permissions . For details, see https://blog.csdn.net/qq_43480492/article/details/92814389

  • problem 4: At first I used it directly VS compile darknet.sln file , As a result, I accidentally upgraded the platform working set , As a result, the rear unloading and reloading stepped on many pits . as follows :
     Insert picture description here
    terms of settlement : If there is a little partner who upgrades the working set of the platform , You can delete darknet, Re Download darknet Reload the vs You can select the platform set ,VS Xiaobai doesn't know that you can reselect the platform set every time you load it , Parties and their regrets .

    I hope the answers to the above questions can help you , I wish you all a smooth installation .

原网站

版权声明
本文为[MondayCat111]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202210528019798.html