We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ae2ef commit ddec5bbCopy full SHA for ddec5bb
1 file changed
README.md
@@ -87,7 +87,9 @@ mkdir build && cd build
87
cmake ..
88
make -j$(nproc)
89
```
90
-4. The executable file will be generated in `bin` in the repo directory if compile successfully.Then enjoy yourself with command like this:
+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:
93
94
cd bin
95
./object_detection yolov5 /path/to/input/dir
0 commit comments