Yolov8 Ram usage #7080
Replies: 1 comment
-
|
@Nithish-github it sounds like you're experiencing a memory leak issue while running YOLOv8 on an RTSP stream. This could be due to various reasons, such as not properly releasing resources or accumulating results in memory without clearing them. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
If after trying these steps the issue persists, consider opening an issue on the Ultralytics YOLOv8 repo with detailed information about your environment, code snippets, and steps to reproduce the issue. The community and maintainers can then provide more targeted assistance. Remember to check the documentation for any additional configuration options that might help manage memory usage more effectively. 🛠️💡 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using yolov8 to take inference on rtsp stream. In this the ram memory is gradually getting consumed and the process is getting killed. At start the the available memory was 10 Gb .I;m using yolov8n.engine model.
But when i checked with yolov5 , it was not the case. If you anyone have any clarification, let me know !
Beta Was this translation helpful? Give feedback.
All reactions