mailrocketsystems / JetsonYolov5

GNU General Public License v3.0
24 stars 25 forks source link

performance drastically drops over time #13

Closed MichalZelazko closed 6 months ago

MichalZelazko commented 6 months ago

Hi, having followed the tutorial and all of the steps, I've managed to read the image from my USB camera on Jetson Nano 4GB. However, the longer it runs, the slower it gets and finally crashes the app (talking about ~10 seconds here). I'm using xrdp to run it and have a look at the output. Are there any ways to optimize it and make it less laggy and infer the frames faster? I need it for person following.

Thanks in advance