You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.pyexp.dataset.num_frames=9# I want to code only 9 framesexp.opt.num_noise_steps=10_000# Faster encodingexp.opt.max_num_ste_steps=1_000# Faster encodingexp.dataset.video_idx=4# I want to code a single sequence e.g. the 4th videoexp.dataset.skip_examples=0# I specify explicitly the video_idx, so I can start at 0exp.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?
Thanks!
The text was updated successfully, but these errors were encountered:
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: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?
Thanks!
The text was updated successfully, but these errors were encountered: