This is the implemention of the paper "DILATED CONVOLUTIONAL NEURAL NETWORK-BASED DEEP REFERENCE PICTURE GENERATION FOR VIDEO COMPRESSION".
Paper URL: https://arxiv.org/abs/2202.05514
python = 3.7.6
pytorch = 1.8.0
torchvision = 0.10.0
cudatoolkit = 10.2
cudnn = 7.6.5
VTM = 10.0
File EncGOP.cpp is a modification of VTM inter-frame coding, the purpose is to add the deep reference picture to the reference picture list.