Update for DeepStream 6.2

This commit is contained in:
Marcos Luciano
2023-04-10 12:33:34 -03:00
parent e7c77ee9fe
commit ab6de54c43
10 changed files with 413 additions and 54 deletions

View File

@@ -52,6 +52,12 @@ const char* YOLOLAYER_PLUGIN_VERSION {"2"};
**NOTE**: Do it for each GIE folder, replacing the GIE folder name (`gie1/nvdsinfer_custom_impl_Yolo`).
* DeepStream 6.2 on x86 platform
```
CUDA_VER=11.8 make -C gie1/nvdsinfer_custom_impl_Yolo
```
* DeepStream 6.1.1 on x86 platform
```
@@ -70,7 +76,7 @@ const char* YOLOLAYER_PLUGIN_VERSION {"2"};
CUDA_VER=11.4 make -C gie1/nvdsinfer_custom_impl_Yolo
```
* DeepStream 6.1.1 / 6.1 on Jetson platform
* DeepStream 6.2 / 6.1.1 / 6.1 on Jetson platform
```
CUDA_VER=11.4 make -C gie1/nvdsinfer_custom_impl_Yolo