DeepStream 6.1.1 support
This commit is contained in:
@@ -48,6 +48,12 @@ Copy the generated `cfg` and `wts` files to the `DeepStream-Yolo` folder.
|
||||
|
||||
Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -60,7 +66,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
|
||||
@@ -52,6 +52,12 @@ Copy the generated `cfg` and `wts` files to the `DeepStream-Yolo` folder
|
||||
|
||||
Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -64,7 +70,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
|
||||
@@ -77,6 +77,12 @@ Copy the generated `cfg` and `wts` files to the `DeepStream-Yolo` folder.
|
||||
|
||||
Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -89,7 +95,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
|
||||
@@ -75,6 +75,12 @@ Copy the generated `cfg` and `wts` files to the `DeepStream-Yolo` folder.
|
||||
|
||||
Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -87,7 +93,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
|
||||
@@ -27,6 +27,12 @@ cd DeepStream-Yolo
|
||||
|
||||
### Compile the lib
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -39,7 +45,7 @@ cd DeepStream-Yolo
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C nvdsinfer_custom_impl_Yolo
|
||||
|
||||
@@ -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.1.1 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.7 make -C gie1/nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -64,7 +70,7 @@ const char* YOLOLAYER_PLUGIN_VERSION {"2"};
|
||||
CUDA_VER=11.4 make -C gie1/nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1 on Jetson platform
|
||||
* DeepStream 6.1.1 / 6.1 on Jetson platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.4 make -C gie1/nvdsinfer_custom_impl_Yolo
|
||||
|
||||
Reference in New Issue
Block a user