Hello
I have a pipeline with 1 PGIE and 1 SGIE.
Originally I used scaling-compute-hw
as VIC for SGIE but I got this error
VIC Configuration failed image scale factor exceeds 16, use GPU for Transformation
So based on other posts in the forums, one option was to change the scaling hw to GPU.
After doing that, I get another error
/dvs/git/dirty/git-master_linux/nvutils/nvbufsurftransform/nvbufsurftransform.cpp(3446) : getLastCudaError() CUDA error : Recevied NvBufSurfTransformError_Execution_Error : (2) out of memory.
Note, this happens at random intervals (sometimes after a 5 hour run and sometimes after 2 hours). I see the RAM usage increasing until.
This happens on both Deepstream 6.0.1 and 6.1.1.
Is there any way to fix this? My SGIE’s input size is 96 x 96
.
Note, I cannot upgrade Deepstream or Jetpack on either of these machines currently.
Thanks.
• Hardware Platform (Jetson / GPU): Jetson Xavier AGX and ORIN
• DeepStream Version: 6.0.1 & 6.1.1
• JetPack Version (valid for Jetson only): 4.6.1 and 5.0.1
• Issue Type( questions, new requirements, bugs): Bug