-
Notifications
You must be signed in to change notification settings - Fork 29
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
怀疑存在内存泄漏 #11
Comments
当我不使用跟踪时,系统运行会很稳定 |
请问这个问题后来有解决吗 |
Please describe the detail |
就是上面这个同学描述的内存泄漏现象,我这边这使用该工程也发现了这种情况 |
Please provide a detailed situation about what kind of memory leak occurred and under what circumstances. |
同样怀疑存在内存泄漏问题,请问各位大佬解决了吗? |
BYTETracker类中的变量 |
notice that size of std::vector removed_stracks_ in BYTETracker.h would keep on rising by keeping calling function update |
请问在循环处理多个视频时,想要处理完一个视频就释放bytetrack算法占用的所有内存,具体应该如何做呢? |
hello,请问 代码中的update 是每个box 都要运行一次的吗 。我现在是多目标所以,但是它只跟踪一个框 |
我尝试用该工程测试一组视频,检测器是yolov5s。该工程会有缓慢的内存泄漏,超过两个小时运行速度明显变慢,内存使用会不断增加
The text was updated successfully, but these errors were encountered: