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

Generating Video Following having One Test Image #3

Open
hmdolatabadi opened this issue Nov 18, 2021 · 0 comments
Open

Generating Video Following having One Test Image #3

hmdolatabadi opened this issue Nov 18, 2021 · 0 comments

Comments

@hmdolatabadi
Copy link

hmdolatabadi commented Nov 18, 2021

Hi,
Thanks for the cool work.

I have a question regarding your test script.
In Figure 2 (the test phase), it seems like the video is going to be entirely generated by having one input image.
In the code, however, you compute the trajectory using the ground-truth video.

clip_in = torch.stack([clip[scene_index], clip[i+1]])
pose = get_pose_window(encoder_traj, clip_in)

Is there some point that I am missing? And is generating a video having only one fixed image possible?
(I know that for training you would necessarily need a video sequence, what I mean is at test time.)

Thanks.

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