python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config RA \ # AI, LDP or RA
--intra_period 16 \ # For RA or LDP
--gop_size 16 # For RA only
python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config RA \ # AI, LDP or RA
--intra_period 16 \ # For RA or LDP
--gop_size 8 # For RA only
python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config RA \ # AI, LDP or RA
--intra_period 8 \ # For RA or LDP
--gop_size 8 # For RA only
python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config LDP \ # AI, LDP or RA
--intra_period 8 # For RA or LDP
# --gop_size 8 # For RA only
python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config AI \ # AI, LDP or RA
# --intra_period 8 # For RA or LDP
# --gop_size 8 # For RA only
python aivc.py \
-i raw_HxW.yuv \ # Raw YUV video
--bitstream_out bit.bin \ # Bitstream
-o decoded_HxW.yuv \ # Decoded YUV video
--coding_config RA \ # AI, LDP or RA
--intra_period 16 \ # For RA or LDP
--gop_size 16 \ # For RA only
--model ms_ssim-2021cc-2 # Select model