Skip to content

Commit ddec5bb

Browse files
committed
add notes
1 parent c0ae2ef commit ddec5bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ mkdir build && cd build
8787
cmake ..
8888
make -j$(nproc)
8989
```
90-
4. The executable file will be generated in `bin` in the repo directory if compile successfully.Then enjoy yourself with command like this:
90+
4. Download the TRT engine or ONNX model and put them in `weights/MODEL_NAME`. Then modify the configuration file in `configs`.
91+
92+
5. The executable file will be generated in `bin` in the repo directory if compile successfully.Then enjoy yourself with command like this:
9193
```
9294
cd bin
9395
./object_detection yolov5 /path/to/input/dir

0 commit comments

Comments
 (0)