Skip to content
New issue

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

关于视频数据的预处理 #50

Open
DoubleYing opened this issue Mar 2, 2019 · 2 comments
Open

关于视频数据的预处理 #50

DoubleYing opened this issue Mar 2, 2019 · 2 comments

Comments

@DoubleYing
Copy link

首先,感谢能够有这么完整的代码和说明文档。对我帮助很大。
但是仍存在一些问题:
1.对于空间输入数据,采样率为10。对于运动输入数据,光流数据的采样率是多少?
情况1.是根据采样图像的后10帧得到的光流volume吗?
情况2.还是采样得到的帧,每10帧计算一个光流volume?
2.训练时,对运动空间,只采样3个帧;对运动空间只采样1个光流堆。那为何最初的数据处理要存储这么多的数据呢?
3.测试,对每个视频采样19帧,是为了保有足够的帧用于10个堆栈运动流中的测试。那么是否推测问题1中,光流的采样为情况2.
希望您有空能解答一下我的疑问。感谢。

@Robinxin123
Copy link

我没看错的话,在two stream network这篇paper里面有提到,光流数据的采样率是10,然后是bi-directional

@0HaNC
Copy link

0HaNC commented Sep 5, 2019

你说的rgb帧的采样率为10是哪看到的?我理解的光流数据没有采样率一说,就是在采样到的rgb帧的每个相邻帧间算光流,用的时候堆叠连续的多个光流帧。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants