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

update will suitable for uoload pretrained model #684

Open
renrenzsbbb opened this issue Jan 23, 2025 · 1 comment
Open

update will suitable for uoload pretrained model #684

renrenzsbbb opened this issue Jan 23, 2025 · 1 comment
Assignees

Comments

@renrenzsbbb
Copy link

Thanks for your great work. I find that thers are some commit to update the i2vdataset, like add image transform to it and remove the reference image as the first image . I argue that these two change should be consistent with your trainning mode so that there will be a congruent new pretrained model. but unfortunately I can't find it. So I wonder that the pretrained model is suitable for new change like above mentioned.

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR self-assigned this Jan 24, 2025
@zRzRzRzRzRzRzR
Copy link
Member

These are because we lacked alignment with the training team in our previous implementation.
Firstly, the length of the training team's training videos is 8N + 1 or 16N +. That is, 81 frames / 49 frames of images, not 48 frames of images.
Therefore, when preparing the dataset, each complete dataset should be 8N + 1, not by appending the first image to 8N.

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

2 participants