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
在训练自己的数据时,stride, num_frames应该设置为多少? 另外在代码里面看到hard code编码,所以这里stride都要使用16吗? self.t_factor_point = self.args.frames_per_sec / (vid_fps * 16)
The text was updated successfully, but these errors were encountered:
另外,对于一个动作实例,其中大概需要最少标记几个点。尝试一个实例只有一个点的话,完全没有正确率。 模型可能更倾向于预测所有的feat都为背景。动作损失和背景损失由于都使用了焦点损失,极少的正样本对于整体损失函数的贡献将会十分有限。大概需要标记多少点是最优的
Sorry, something went wrong.
No branches or pull requests
在训练自己的数据时,stride, num_frames应该设置为多少? 另外在代码里面看到hard code编码,所以这里stride都要使用16吗?
self.t_factor_point = self.args.frames_per_sec / (vid_fps * 16)
The text was updated successfully, but these errors were encountered: