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
請問為什麼在 i2v_dataset.py 中,需要將image condition 加入到video frames中,如下code,image condition不是本來就是複製first frames得到的,然後video frames不是本身就有包含first frames了嗎,這樣子video frames 會等於有兩個first frames吧 frames = torch.cat([image.unsqueeze(0), frames], dim=0)
frames = torch.cat([image.unsqueeze(0), frames], dim=0)
The text was updated successfully, but these errors were encountered:
zRzRzRzRzRzRzR
No branches or pull requests
請問為什麼在 i2v_dataset.py 中,需要將image condition 加入到video frames中,如下code,image condition不是本來就是複製first frames得到的,然後video frames不是本身就有包含first frames了嗎,這樣子video frames 會等於有兩個first frames吧
frames = torch.cat([image.unsqueeze(0), frames], dim=0)
The text was updated successfully, but these errors were encountered: