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

Video coding results #4

Open
theoladune opened this issue Sep 9, 2024 · 0 comments
Open

Video coding results #4

theoladune opened this issue Sep 9, 2024 · 0 comments

Comments

@theoladune
Copy link

theoladune commented Sep 9, 2024

Hi 👋

I've been doing some video encoding using C3 and I got some weird results here and there. For the context, I am using the UVG dataset with the configs/uvg.py file with the following changes:

# ... configs/uvg.py
exp.dataset.num_frames = 9         # I want to code only 9 frames
exp.opt.num_noise_steps = 10_000   # Faster encoding
exp.opt.max_num_ste_steps = 1_000  # Faster encoding

exp.dataset.video_idx = 4          # I want to code a single sequence e.g. the 4th video
exp.dataset.skip_examples = 0      # I specify explicitly the video_idx, so I can start at 0
exp.dataset.num_examples = 48      # A 1920x1080 frame has 48 non-overlapping 180x240 patches

Here are the results I obtained sequence-wise (ignore the average graph 😉). Some sequences (Bosphorus, YachtRide) failed to converge. Have I done something wrong with the parameters within the config file? Or is it due to the small patch size and the reduced number of frames which increase the relative share of the NN parameters in the overall rate?

image

Thanks!

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

1 participant