Deepstream 6 YOLO performance issue

Hi, @adventuredaisy
I applied the it by using this:

/opt/nvidia/deepstream/deepstream-6.0/sources/objectDetector_Yolo$ sudo patch -p1 < ~/DS6.0_objectDetector_Yolo_perf_regression.patch

I checked that the code changed after running the patch file.
but I couldn’t get any difference even after applying it.

I still getting about 11 fps…
image

1 Like

Sorry! The patch includes some .o files, and generated under docker, so there are patch apply error to .o files & warining about file permission change. You can ignore these error and warning.
I went through the log, seems the patch was applied successfully .

You need to rebuild the libnvdsinfer_custom_impl_Yolo.so with
$ export CUDA_VER= …
$ make -C nvdsinfer_custom_impl_Yolo

Sorry all!

I updated the patch and steps to apply the patch in post#22 (Deepstream 6 YOLO performance issue - #22 by mchi) above.

1 Like

My bad! It shows about 55 fps after rebuild.
Thanks!

Beautiful
55 fps also
My faith in you’re skills to surmount this problem never wavered
OK maybe a little bit
But you didn’t let us down.

Thank you

2 Likes

Could I have this issue when using the container nvcr.io/nvidia/deepstream:6.0-triton?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.