Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardoMrMu authored Nov 15, 2021
1 parent 4867bc6 commit c0d4cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ using namespace std;

int main(){
bool is_first = true;
char* yolo_engine = "/home/tthd/workspace/project/yoloreflective/resources/reflective-s.engine";
char* yolo_engine = "";
float conf_thre = 0.3;
Trtyolosort yosort(yolo_engine);
VideoCapture capture;
cv::Mat frame;
frame = capture.open("/home/tthd/workspace/data/helmet/test.mp4");
frame = capture.open("");
if (!capture.isOpened()){
std::cout<<"can not open"<<std::endl;
return -1 ;
Expand Down

0 comments on commit c0d4cb0

Please sign in to comment.