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

confused about the temporal attention #33

Open
Worromots opened this issue Jan 2, 2024 · 3 comments
Open

confused about the temporal attention #33

Worromots opened this issue Jan 2, 2024 · 3 comments

Comments

@Worromots
Copy link

image the shape of sampe is (batch, num_frames, channel, height, width), so the sample.shape[2] should be the number of channel. but here, you set num_frames=sample.shape[2], is there a problem here? image then, num_frames is used to reshape sampe image

looking forward to your reply!

@junhaozhang98
Copy link
Collaborator

Hi the sample‘s shape should be(B,C,F,H,W). The annotation is wrong.

@Worromots
Copy link
Author

THX! I noticed that there are no files for calculating metrics (IS, FVD) in the code. How should I calculate these metrics? Thank you!

@zhangjiewu
Copy link
Collaborator

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