-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about reducing memory when running #25
Comments
Are you using Jetson platform? |
I'm seeing a similar issue on an Xavier NX. The detection is much better then YoloV3 but it's slower. Around 20fps vrs 30fps for YoloV3. YoloV4-CSP seems to be the fastest. Tried fp16/32 and int8. But don't notice much difference. Would be great to achieve 25fps with same level of detection. Any tweaks you can think of ? |
yes i use jetson platform |
Idk how to reduce deepstream memory usage, but you can reduce system memory usage by using lxde (see my video: https://youtu.be/Z3K43Q34sIs). Btw, the system will have more memory to use during deepstream/post process. |
hi,why the whole process takes up so much memory, and is there any way to reduce the memory
The text was updated successfully, but these errors were encountered: