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

detailed texture change in video #10

Open
maminglang1991 opened this issue Aug 23, 2024 · 4 comments
Open

detailed texture change in video #10

maminglang1991 opened this issue Aug 23, 2024 · 4 comments

Comments

@maminglang1991
Copy link

The sky area in video "suv_up2" has a detailed texture change every few frames. Why is this ?
1724381864400

@hejingwenhejingwen
Copy link
Collaborator

This video has very large motion, and we split it into multiple chunks for enhancement. Therefore, there will be texture change across different chunks. One simple way to relieve this is setting large overlap between two consecutive chunks.

@maminglang1991
Copy link
Author

e, but now the chunk setting is "MAX_CHUNK_LEN, MAX_O_LEN, MIN_S_NUM = 24, 12, 8", is the overlap large enough?

@hejingwenhejingwen
Copy link
Collaborator

e, but now the chunk setting is "MAX_CHUNK_LEN, MAX_O_LEN, MIN_S_NUM = 24, 12, 8", is the overlap large enough?

This is the default setting, you still can increase MAX_O_LEN. Or you can try to average the overlaps.

@hejingwenhejingwen
Copy link
Collaborator

Go check the latest commit. Hope the updated version works for you.

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