after executing this command:
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=C:/Program Files/libtorch ..
i open yolo-app.sln with visual studio in order to build the project and generate yolo-app.exe
but i can't build because there is some errors in Darknet.cpp file :
i fix error 'isspace': is not a member of 'std' by include this at the top #include <cctype> ,
but i got another build errors walktreelibtorch-yolov3#40
after executing this command:
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_PREFIX_PATH=C:/Program Files/libtorch ..
i openyolo-app.sln
with visual studio in order to build the project and generateyolo-app.exe
but i can't build because there is some errors inDarknet.cpp
file :Any Help :)