Opencv cuda fix

This commit is contained in:
hchandirasekar
2021-03-31 03:44:51 -07:00
parent 5f3ab1472c
commit 2e92944f1d
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
std::string net = "yolo4tiny_fp32.rt";
if(argc > 1)
net = argv[1];
std::string input = "../demo/yolo_test.mp4";
std::string input = "..\..\..\demo\yolo_test.mp4";
if(argc > 2)
input = argv[2];
char ntype = 'y';