pytorch-vcii icon indicating copy to clipboard operation
pytorch-vcii copied to clipboard

Video Compression through Image Interpolation (ECCV'18) [PyTorch]

Results 5 pytorch-vcii issues
Sort by recently updated
recently updated
newest added

How did you shortlist videos from Kinetics? Are these motion stabilized/ less camera motion and so on? What criterion did you use?

First of all great project. I just want to know did this project implements H.264 encoder in pytorch framework? Or can u please provide me with any other project which...

when i run this command:- train.sh 2 on my git bash it produces following results:- Namespace(batch_size=16, bits=8, checkpoint_iters=10000, clip=0.5, decoder_fuse_ level=1, distance1=1, distance2=2, encoder_fuse_level=1, eval='data/eval', eval_ batch_size=1, eval_iters=4500, eval_mv='data/eval_mv', fuse_encoder=True,...

Hi, chaoyuaw. Thanks for your research and also the released code. In the DATA.md, you said that "Tools to facilitate motion extraction are coming soon." I wonder when these tools...

Hi Chao-Yuan, First of all thanks for sharing this great work! I am trying to train on my own videos so I need to extract motion vectors (MVs) first, which...