ZhihaoHu / PyTorchVideoCompression

PyTorch implementation and benchmark of Video Compression
MIT License
321 stars 71 forks source link

GOP in training #22

Open sbov opened 9 months ago

sbov commented 9 months ago

Thank you for sharing the code. My question is about taking two frames as input, where one is the current input and the two previous ones are also selected. Why is GOP not used in the training?