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

About keyframe save. #4

Open
haoyan14 opened this issue Aug 24, 2023 · 2 comments
Open

About keyframe save. #4

haoyan14 opened this issue Aug 24, 2023 · 2 comments

Comments

@haoyan14
Copy link

Hey hello, I really appreciate your work and still have a few questions to ask. I want to retrain D-NeRV on the ucf101 data set I made, but the extraction method is not the same as the extraction method in your paper where your video will be extacted for 2fps per second. and I would like to ask whether there will be a big difference in the final result between the way of save the keyframes directly in the png format in torch and your way of compressing the keyframes with other methods and saving them?

@haoyan14
Copy link
Author

And also, it would be of great help if the code for dataset processing could be made public. Thanks a lot.

@boheumd
Copy link
Owner

boheumd commented Aug 25, 2023

Hi. If you want to achieve the state-of-the-art video compression performance, applying image compression on the keyframes are important and necessary. Without compressing the keyframes, the video compression results will be much worse due to the much larger keyframe size. For the dataset processing pipeline, you can refer to #2 (comment) for more details.

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