DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

Process Killed yoloR_w6

Open alejoGT1202 opened this issue 2 years ago • 2 comments

Hello,

I follow the steps described here and was able to generate the .wts and .cfg files. However, when I execute the deepstream-app -c deepstream_app_config.txt command the process gets killed.

The last thing my console prints is:

Total number of YOLO layers: 638

Building YOLO network complete
Building the TensorRT Engine

Killed

I'm running the code in a Jetson Nano Dev Kit, using the yoloR_w6 weights, is it possible to run this weights on Jetson Nano or should I use the CSP weights?

Thanks for the help.

alejoGT1202 avatar Sep 08 '22 14:09 alejoGT1202

Looks like you're out of RAM. Maybe you can relieve some by killing stuff like text editor, web browser... Use jtop on Jetson for a detailed monitor. If you can't you'll probably need to switch to a lighter model.

I haven't tried TensorRT conversion, but recently we could not infer Yolov5L or Yolov4-P6 (with torch) on the Nano for this very reason, it is quite memory-limited.

pabsan-0 avatar Sep 09 '22 10:09 pabsan-0

You sould use tiny models on Jetson Nano board. It doesn't have sufficient resources to run heavy models.

marcoslucianops avatar Sep 23 '22 13:09 marcoslucianops