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
我想请教一下demo推理中的问题,这个模型训练的不是视频动作吗,demo中的推理每次都只用一帧数据,直接复制成16份去推理吗?这不就是单帧的目标检测吗
The text was updated successfully, but these errors were encountered:
视频刚开始检测的前十五帧无法提供完整的时空语义信息,通过复制同一帧数来填补全一个clip,从而保证输入要求从而进行检测。
Sorry, something went wrong.
No branches or pull requests
我想请教一下demo推理中的问题,这个模型训练的不是视频动作吗,demo中的推理每次都只用一帧数据,直接复制成16份去推理吗?这不就是单帧的目标检测吗
The text was updated successfully, but these errors were encountered: