PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

pp-human 官方demo推理进度为0

Open mytangyh opened this issue 2 years ago • 4 comments

问题确认 Search before asking

  • [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

使用的docker环境 测试打架检测 进度一直为0 image image

mytangyh avatar Apr 27 '23 07:04 mytangyh

请问解决了吗

wenshuop avatar May 04 '23 06:05 wenshuop

请问解决了吗

没有

mytangyh avatar May 05 '23 12:05 mytangyh

需要再pipeline.py的730行处,将图像帧队列的缓冲大小改成-1,代表无限 原始: framequeue = queue.Queue(10) 修改后 framequeue = queue.Queue(-1)

LSun0717 avatar Jul 07 '23 07:07 LSun0717

需要再pipeline.py的730行处,将图像帧队列的缓冲大小改成-1,代表无限 原始: framequeue = queue.Queue(10) 修改后 framequeue = queue.Queue(-1)

哥们,他是有用的,点了

taytay-swift avatar Dec 12 '24 02:12 taytay-swift