Skip to content
forked from nagadomi/nunif

Misc; latest version of waifu2x; 2D video to stereo 3D video conversion

License

Notifications You must be signed in to change notification settings

FuZhouhao/nunif

This branch is 285 commits behind nagadomi/nunif:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e830a9a · Jan 13, 2025
Jun 12, 2024
May 6, 2024
Apr 5, 2024
Mar 1, 2023
May 24, 2023
Jan 13, 2025
Jan 13, 2025
Nov 19, 2024
Feb 24, 2023
Dec 14, 2024
Jul 28, 2024
Aug 13, 2024
Jul 30, 2023
Nov 7, 2024
Mar 25, 2023
Aug 13, 2024
Aug 27, 2024
Jan 24, 2024
Mar 30, 2024
Jun 13, 2023
Nov 9, 2024
Jul 7, 2023
Oct 17, 2024
Jul 15, 2023
Jul 15, 2023
Jul 27, 2023
Mar 21, 2023
Dec 31, 2023
Jul 15, 2023
Nov 8, 2024
Nov 7, 2024
Sep 5, 2024
Dec 14, 2024
Sep 14, 2024

Repository files navigation

My playground.

For the time being, I will make incompatible changes.

waifu2x

waifu2x/README.md

waifu2x: Image Super-Resolution for Anime-Style Art. Also it supports photo models (GAN based models)

The repository contains waifu2x pytorch implementation and pretrained models, started with porting the original waifu2x.

The demo application can be found at

iw3

iw3/README.md

I want to watch any 2D video as 3D video on my VR device, so I developed this very personal tool.

iw3 provides the ability to convert any 2D image/video into side-by-side 3D image/video.

cliqa

cliqa/README.md

cliqa provides low-vision image quality scores that are more consistent across different images.

It is useful for filtering low-quality images with a threshold value when creating image datasets.

Currently, the following two models are supported.

  • JPEGQuality: Predicts JPEG Quality from image content
  • GrainNoiseLeve: Predicts Noise Level related to photograph and PSNR degraded by that noise

CLI tools are also available to filter out low quality images using these results.

Install

Installer for Windows users

For developers

Dependencies

  • Python 3 (Works with Python 3.10 or later, developed with 3.10)
  • PyTorch
  • See requirements.txt

We usually support the latest version. If there are bugs or compatibility issues, we will specify the version.

About

Misc; latest version of waifu2x; 2D video to stereo 3D video conversion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.3%
  • JavaScript 3.7%
  • Shell 0.9%
  • Smarty 0.9%
  • Batchfile 0.5%
  • CSS 0.4%
  • Other 0.3%