Skip to content

Commit 96a461d

Browse files
authored
Update README.md
1 parent 0127b23 commit 96a461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ std::string label = "CaffeModel/labels.txt";
2222
```
2323
- Check Project Properties and make sure all dependencies paths (TensorRT, CUDA, OpenCV) are correct
2424
- Build the solution on Release mode and run
25-
- The first time you running this program, it will take some time to build the CUDA engine, and the engine will be saved as **ClassificationTRT.engine**. The next time you run the program, it will load the created engine in a short time.
25+
- The first time you run this program, it will take some time to build the CUDA engine, and the engine will be saved as **ClassificationTRT.engine**. The next time you run the program, it will load the created engine in a short time.
2626

2727
# Result
2828
```

0 commit comments

Comments
 (0)