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

fix bug of i2v finetune #657

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix bug of i2v finetune #657

wants to merge 3 commits into from

Conversation

ZGCTroy
Copy link
Contributor

@ZGCTroy ZGCTroy commented Jan 11, 2025

Value of image and video should be checked. Please check whether the value is correctly transformed to [0, 255] or [-1, 1].

Image value is in [0, 255] and should be transformed into [-1, 1], similar to video.
image should also be transformed to [-1, 1]
video is already 0-255 and should not be multiplied 255 any more
Copy link
Member

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OleehyO Whether this part needs to be considered.

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

Successfully merging this pull request may close these issues.

2 participants