Open crazybill-first opened 2 years ago
我尝试用该工程测试一组视频,检测器是yolov5s。该工程会有缓慢的内存泄漏,超过两个小时运行速度明显变慢,内存使用会不断增加
当我不使用跟踪时,系统运行会很稳定
请问这个问题后来有解决吗
Please describe the detail
就是上面这个同学描述的内存泄漏现象,我这边这使用该工程也发现了这种情况
Please provide a detailed situation about what kind of memory leak occurred and under what circumstances. We welcome pull requests.
同样怀疑存在内存泄漏问题,请问各位大佬解决了吗?
BYTETracker类中的变量
std::vector
Please provide a detailed situation about what kind of memory leak occurred and under what circumstances. We welcome pull requests.
notice that size of std::vector removedstracks in BYTETracker.h would keep on rising by keeping calling function update
请问在循环处理多个视频时,想要处理完一个视频就释放bytetrack算法占用的所有内存,具体应该如何做呢?
hello,请问 代码中的update 是每个box 都要运行一次的吗 。我现在是多目标所以,但是它只跟踪一个框
我尝试用该工程测试一组视频,检测器是yolov5s。该工程会有缓慢的内存泄漏,超过两个小时运行速度明显变慢,内存使用会不断增加