cong

Results 31 comments of cong

能否详细说明下情况,譬如内存or显存的占用情况,还是报了什么错误?

killer机制是 LINUX内核 Out-Of-Memory的一种防止内存耗尽影响系统运行而采用的一种自我保护机制,这种情况下,一般就是内存溢出,直接让系统给中断了,我这边测了一下,当前代码版本稳定运行情况下,CPU:4G,GPU:3G左右

> > killer机制是 LINUX内核 Out-Of-Memory的一种防止内存耗尽影响系统运行而采用的一种自我保护机制,这种情况下,一般就是内存溢出,直接让系统给中断了,我这边测了一下,当前代码版本稳定运行情况下,CPU:4G,GPU:3G左右 > > 您好,我用Xavier nx跑的这个程序,只能降低输入视频的分辨率才能运行,不然会被杀死,然后跑低分辨率的视频大概是不到2fps,8G内存几乎占满,这是个什么情况啊 您好,更新了项目,可以试一下最新的项目。

您好,我是直接通过终端命令查看的GPU占用显存情况

> Hi, I used the code as it is on a Jetson Xavier AGX with all dependencies installed and I get the same error at the end, but the pre-conditions...

> 1. No problem with Tensort. > 2. I am using the engine file that come with your original repo. I though it was good for the demo. Should I...

Can you specify the situation where the error is reported, and what's your python version?

> 没有解决,还是相同的问题。 ldd yolo_deepsort.cpython-37m-x86_64-linux-gnu.so, 看一看还缺少哪些链接库,对应链接上,看看能不能解决你的问题。

其实优化的还是 deepsort 特征提取部分