Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdhz committed Dec 28, 2022
1 parent b334c67 commit 14a2a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <YoloV5.h>
#include <opencv2/opencv.hpp>
#include <iostream>
#include <time.h>
Expand Down Expand Up @@ -50,4 +49,4 @@ int main()
if (cv::waitKey(1) == 27) break;
}
return 0;
}
}

0 comments on commit 14a2a1c

Please sign in to comment.