Update for DeepStream 6.2
This commit is contained in:
@@ -81,6 +81,12 @@ Copy the generated `cfg` and `wts` files to the `DeepStream-Yolo` folder.
|
||||
|
||||
Open the `DeepStream-Yolo` folder and compile the lib
|
||||
|
||||
* DeepStream 6.2 on x86 platform
|
||||
|
||||
```
|
||||
CUDA_VER=11.8 make -C nvdsinfer_custom_impl_Yolo
|
||||
```
|
||||
|
||||
* DeepStream 6.1.1 on x86 platform
|
||||
|
||||
```
|
||||
@@ -99,7 +105,7 @@ Open the `DeepStream-Yolo` folder and compile the lib
|
||||
CUDA_VER=11.4 make -C 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 nvdsinfer_custom_impl_Yolo
|
||||
|
||||
Reference in New Issue
Block a user