We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在看代码时发现,MOT model only supports batch_size=1,并且有个assert严格限制mot的batch_size为1。是模型不支持批处理还是后面的追踪算法不支持啊?
The text was updated successfully, but these errors were encountered:
是追踪算法不支持。模型是可以多batch预测的,但是paddledetection中跟踪的逻辑只考虑当前帧和当前帧以前的预测结果,所有不允许batch_size > 1
Sorry, something went wrong.
LokeZhou
leo-q8
No branches or pull requests
问题确认 Search before asking
请提出你的问题 Please ask your question
在看代码时发现,MOT model only supports batch_size=1,并且有个assert严格限制mot的batch_size为1。是模型不支持批处理还是后面的追踪算法不支持啊?
The text was updated successfully, but these errors were encountered: