Annotator txt_color updates (#13842)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
31de5d044f
commit
3f90100d5e
5 changed files with 206 additions and 20 deletions
|
|
@ -72,21 +72,21 @@ Note (2): Due to ONNX Runtime, we need to use CUDA 11 and cuDNN 8. Keep in mind
|
|||
|
||||
3. Create a build directory and navigate to it:
|
||||
|
||||
```console
|
||||
mkdir build && cd build
|
||||
```
|
||||
```console
|
||||
mkdir build && cd build
|
||||
```
|
||||
|
||||
4. Run CMake to generate the build files:
|
||||
|
||||
```console
|
||||
cmake ..
|
||||
```
|
||||
```console
|
||||
cmake ..
|
||||
```
|
||||
|
||||
5. Build the project:
|
||||
|
||||
```console
|
||||
make
|
||||
```
|
||||
```console
|
||||
make
|
||||
```
|
||||
|
||||
6. The built executable should now be located in the `build` directory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue