Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagadomi/nunif
Misc; latest version of waifu2x; 2D video to SBS 3D video
https://github.com/nagadomi/nunif
super-resolution vr waifu2x
Last synced: 28 days ago
JSON representation
Misc; latest version of waifu2x; 2D video to SBS 3D video
- Host: GitHub
- URL: https://github.com/nagadomi/nunif
- Owner: nagadomi
- License: mit
- Created: 2019-08-13T07:23:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T15:19:35.000Z (6 months ago)
- Last Synced: 2024-05-06T16:42:53.271Z (6 months ago)
- Topics: super-resolution, vr, waifu2x
- Language: Python
- Homepage:
- Size: 8.48 MB
- Stars: 1,081
- Watchers: 20
- Forks: 103
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My playground.
For the time being, I will make incompatible changes.
## waifu2x
[waifu2x/README.md](./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](https://github.com/nagadomi/waifu2x).
The demo application can be found at
- https://waifu2x.udp.jp/ (Cloud version)
- https://unlimited.waifu2x.net/ (In-Browser version).## iw3
[iw3/README.md](./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/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 noiseCLI tools are also available to filter out low quality images using these results.
## Install
### Installer for Windows users
- [nunif windows package](windows_package/docs/README.md)
- [nunif windows package (日本語)](windows_package/docs/README_ja.md)### For developers
#### Dependencies
- Python 3 (Probably works with Python 3.9 or later, developed with 3.10)
- [PyTorch](https://pytorch.org/get-started/locally/)
- See requirements.txtWe usually support the latest version. If there are bugs or compatibility issues, we will specify the version.
- [INSTALL-ubuntu](INSTALL-ubuntu.md)
- [INSTALL-windows](INSTALL-windows.md)
- [INSTALL-macos](INSTALL-macos.md)