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
where H2, W2 are the cutted height and width into multiplier of 64. the path of png images should also be set when running test, see details in each folder
after that, set the root path of dataset in dataset.py line 19 and 59
Pre-trained Baseline Model
Download following pre-trained models and put them into ./Checkpoints folder:
the gop_size parameter should be set to 10 for HEVC BCDE dataset, and 12 for UVG dataset
the optimize_range parameter is just the C parameter in Sec. 4.2. Setting it < gop size makes Proposed-Scalable, and set it == gop size makes Proposed-Approx. To reproduce the result in Tab. 1, use optimize_range = 2
As for DCVC (Li et al. 2021) or HSTEM, you only need to change the setting --test_model="DCVC" or --test_model="HSTEM".
for more detailed CLI, use:
python main.py --help
If it occupies more memory than the maximum capacity of GPU, you can crop the input frame by changing --factor and --overlap. Here we don't provide the cropping mode for DVC because it's model size is very small. And if it's necessary to crop the input frame for DVC, please refer to the practice of DCVC or HSTEM in main.py.