You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我使用sln在win10建置test_dll.exe,detector.dll成功,test_dll.exe也工作正常.yolov4-kFLOAT-batch1.eng也生成了.
因為sample_detector.cpp=>#include "class_timer.hpp" and #include "class_detector.h" 等於把整個extra and modules 全部都叫進去了
如果我要寫一個程式(已有yolov4-kFLOAT-batch1.eng),直接做偵測無須生成yolov4-kFLOAT-batch1.eng
請問我需要include modules 哪些檔案?
另外,我如果要用CMakeLists.txt在win10 compile,
line 23 "stdc++fs" vs2017不支援,刪除它,compile ok, but run crash.
how to solve this problem?
謝謝請賜教
The text was updated successfully, but these errors were encountered:
我使用sln在win10建置test_dll.exe,detector.dll成功,test_dll.exe也工作正常.yolov4-kFLOAT-batch1.eng也生成了.
因為sample_detector.cpp=>#include "class_timer.hpp" and #include "class_detector.h" 等於把整個extra and modules 全部都叫進去了
如果我要寫一個程式(已有yolov4-kFLOAT-batch1.eng),直接做偵測無須生成yolov4-kFLOAT-batch1.eng
請問我需要include modules 哪些檔案?
另外,我如果要用CMakeLists.txt在win10 compile,
line 23 "stdc++fs" vs2017不支援,刪除它,compile ok, but run crash.
how to solve this problem?
謝謝請賜教
The text was updated successfully, but these errors were encountered: