marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 356 forks source link

CUDA failure: an illegal memory access was encountered in file yoloPlugins.cpp at line 259 #306

Open Arpit1496 opened 1 year ago

Arpit1496 commented 1 year ago

I am getting this error when running prolonged yolov5s6 without display on jetson nx 16 Gb production module. We use python to run deepstream piipelines. Can you help ?

marcoslucianops commented 1 year ago

Check if you are facing memory leak in RAM or GPU.

Arpit1496 commented 1 year ago

How can I check it ? It says error is in yoloPlugins.cpp. I am using deepstream with python. My python script runs back to back detector and saves some frame to disk.

marcoslucianops commented 1 year ago

Run jtop while you deepstream code is running and check the memory usage.