FTVSR
FTVSR copied to clipboard
[ECCV'22] FTVSR: Learning Spatiotemporal Frequency-Transformer for Compressed Video Super-Resolution
Hello, [MSU Graphics & Media Lab Video Group](https://videoprocessing.ai/) has recently launched two new Super-Resolution Benchmarks. * [Super-Resolution for Video Compression benchmark](https://videoprocessing.ai/benchmarks/super-resolution-for-video-compression.html) aims to test Super-Resolution methods on compressed videos and...
Is it not possible to run on Windows?
great work, hope you can setup a colab notebook in which users can upload their .mp4 files and get a super-res output back.
I use the code provided by your github. Thop shows the flops and params are 1.668T and 43.331M, so which model is 10.8M(in your paper)?
Hi, I want to know when the code of pami will be released.
Hi, I've tested single gpu test in two different machines, one with a GPU 8GB, another is with A10 24 GB. Both gave me oom error even with `num_input_frames =...
Hello, I tried to use your model to train on the general ×4 video super-resolution task. Vimeo90K is used for the training set, and the degraded model is BD. Vid4...
把python分布式命令 python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT \ $(dirname "$0")/train.py $CONFIG --launcher pytorch ${@:3} 改成 python ./tools/train.py ./configs/FTVSR_reds4.py 运行模型训练报错:KeyError: 'TTVSR is not in the model registry' 请问是什么原因呢?
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...
How to draw the DCT-based spectral maps of Fig 1(b) and Amplitude-Frequency curves of Fig(c) in your ECCV2022 paper? Thank you very much!