windows debug fix

This commit is contained in:
perseusdg
2021-10-30 19:29:21 +05:30
parent 7a89a4a573
commit 802c01bd8f
10 changed files with 2 additions and 70 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]) {
#ifdef __linux__
std::string input = "../demo/yolo_test.mp4";
#elif _WIN32
std::string input = "..\\..\\..\\demo\\yolo_test.mp4";
std::string input = "..\\demo\\yolo_test.mp4";
#endif
char ntype = 'y';