VideoSuperResolution
A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
File Explorer
Download Latest Version (.zip)- credentials.json
- crf.npz
- datasets.yaml
- README.md
- 1. Inference using SRCNN.ipynb
- 2. Building data pipeline with DataLoader.ipynb
- 3. Calling model with executor.ipynb
- Adding new model.md
- Change backend.md
- Benchmark (paper).md
- Benchmark (reproduce).md
- Collections CVPR 2019.md
- Collections CVPR 2020.md
- Collections ECCV 2020.md
- Collections ICCV 2019.md
- Collections NeurIPS 2020.md
- 0000.flo
- img0.png
- img1.png
- c_10.png
- c_11.png
- f_01.png
- img_001_SRF_2_LR.png
- img_002_SRF_2_LR.png
- img_003_SRF_2_LR.png
- img_004_SRF_2_LR.png
- img_005_SRF_2_LR.png
- xiuxian001.png
- xiuxian002.png
- xiuxian003.png
- xiuxian001.png
- xiuxian002.png
- xiuxian003.png
- raw_32x32.yv12
- crf_s.npz
- fake_datasets.yml
- vespcn.yaml
- correlation_test.py
- dataset_test.py
- googledrive_test.py
- image_test.py
- imfilter_test.py
- initializer_test.py
- loader_test.py
- model_test.py
- motion_test.py
- space_to_depth_test.py
- training_test.py
- utility_test.py
- vgg_test.py
- virtualfile_test.py
- CelebA.py
- DND.py
- FastMetrics.py
- FFmpegHelper.py
- Image2Raw.py
- MakeHDF.py
- Misc.py
- NtireHelper.py
- Raw2Image.py
- SeqVisual.py
- Vimeo.py
- YoukuPackage.py
- srcnn.yaml
- carn.yml
- cubic.yml
- dbpn.yml
- dncnn.yml
- drcn.yml
- drn.yml
- drrn.yml
- edrn.yml
- edsr.yml
- espcn.yml
- esrgan.yml
- ffdnet.yml
- frvsr.yml
- mldn.yml
- msrn.yml
- ntire19.yml
- qprn.yml
- rbpn.yml
- rcan.yml
- realsr.yml
- rsr.yml
- sofvsr.yml
- spmc.yml
- srcnn.yml
- srfeat.yml
- srmd.yml
- tecogan.yml
- vdsr.yml
- vespcn.yml
- carn.yaml
- dbpn.yaml
- dcscn.yaml
- dncnn.yaml
- drcn.yaml
- drrn.yaml
- drsr.yaml
- drsr_v2.yaml
- duf.yaml
- edsr.yaml
- espcn.yaml
- ffdnet.yaml
- frvsr.yaml
- gangp.yaml
- idn.yaml
- lapsrn.yaml
- lsgan.yaml
- memnet.yaml
- msrn.yaml
- nlrn.yaml
- ragan.yaml
- ragangp.yaml
- ralsgan.yaml
- rcan.yaml
- rdn.yaml
- rgan.yaml
- rgangp.yaml
- rlsgan.yaml
- sgan.yaml
- srcnn.yaml
- srdensenet.yaml
- srfeat.yaml
- srgan.yaml
- vdsr.yaml
- vespcn.yaml
- wgan.yaml
- wgangp.yaml
- check_dataset.py
- eval.py
- README.md
- train.py
- __init__.py
- Environment.py
- Trainer.py
- __init__.py
- Model.py
- Srcnn.py
- __init__.py
- __init__.py
- Dense.py
- Discriminator.py
- Residual.py
- __init__.py
- GAN.py
- LayersHelper.py
- Motion.py
- Noise.py
- SuperResolution.py
- Trainer.py
- __init__.py
- Carn.py
- Crdn.py
- Dbpn.py
- Dcscn.py
- DnCnn.py
- Drcn.py
- Drrn.py
- Drsr.py
- Drsr_v2.py
- Duf.py
- Edsr.py
- Espcn.py
- FFDNet.py
- Gan.py
- Idn.py
- LapSrn.py
- MemNet.py
- Msrn.py
- Nlrn.py
- Rcan.py
- Rdn.py
- Srcnn.py
- SRDenseNet.py
- SRFeat.py
- SrGan.py
- Vdsr.py
- Vespcn.py
- __init__.py
- Util.py
- __init__.py
- Environment.py
- Summary.py
- Trainer.py
- __init__.py
- denoise.py
- edrn.py
- frn.py
- ran2.py
- __init__.py
- discriminator.py
- loss.py
- network.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- Blocks.py
- Discriminator.py
- Distortion.py
- Initializer.py
- Loss.py
- Motion.py
- Scale.py
- SISR.py
- __init__.py
- Bicubic.py
- Carn.py
- Classic.py
- Crdn.py
- Dbpn.py
- Drn.py
- Edsr.py
- Esrgan.py
- Ffdnet.py
- Frvsr.py
- Mldn.py
- Model.py
- Msrn.py
- NTIRE19.py
- NTIRE20.py
- Qprn.py
- Rbpn.py
- Rcan.py
- Sofvsr.py
- Spmc.py
- SRFeat.py
- Srmd.py
- TecoGAN.py
- Vespcn.py
- __init__.py
- Metrics.py
- Utility.py
- __init__.py
- README.md
- __init__.py
- __init__.py
- Crop.py
- Dataset.py
- FloDecoder.py
- Loader.py
- NVDecoder.py
- Transform.py
- VirtualFile.py
- YVDecoder.py
- __init__.py
- __init__.py
- Config.py
- Ensemble.py
- GoogleDriveDownloader.py
- Hook.py
- ImageProcess.py
- LearningRateScheduler.py
- Math.py
- PcaPrecompute.py
- Utility.py
- VisualizeOpticalFlow.py
- __init__.py
- .gitignore
- .gitmodules
- .travis.yml
- azure-pipelines.yml
- CHANGELOG.md
- LICENSE
- prepare_data.py
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/LoSealL/VideoSuperResolution
Downloads the entire project code from GitHub to your computer.
cd VideoSuperResolution
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
