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

Questions on RFR #15

Open
DianCh opened this issue Mar 4, 2023 · 0 comments
Open

Questions on RFR #15

DianCh opened this issue Mar 4, 2023 · 0 comments

Comments

@DianCh
Copy link

DianCh commented Mar 4, 2023

Hi! Thank you for releasing this wonderful work. I have a question on how RFR operates:

Since the dependencies of F_t^i are the items to its LEFT and TOP (like this drawing), and we get shallow features for all clips (t=0,1,...T/N -1) at layer i=0, how do we calculate features for clip t=0 at all layers (i=1,2,...L-1) in order to start the recurrency for later clips?
For example, to calculate F(i=1, t=1), it depends on F(i=0, t=0), F(i=0, t=1) (these two I understand are the shallow features to begin with), and F(i=1, t=0) (which I'm not sure where it comes from).
Screen Shot 2023-03-04 at 3 04 03 PM

Thank you in advance! I'd appreciate your help in explaining!

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

1 participant