Skip to content
forked from nagadomi/nunif

Misc; latest version of waifu2x; 2d video to sbs 3d video; etc

License

Notifications You must be signed in to change notification settings

Tristan971/nunif

 
 

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. However, it does not support Anime.

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.

Installer for non-developer Windows users

For developers

Dependencies

  • Python 3 (Probably works with Python 3.9 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 sbs 3d video; etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 90.2%
  • JavaScript 5.4%
  • Shell 1.3%
  • Smarty 1.3%
  • Batchfile 0.6%
  • CSS 0.6%
  • Other 0.6%