vsrealesrgan


Namevsrealesrgan JSON
Version 4.1.0 PyPI version JSON
download
home_page
SummaryReal-ESRGAN function for VapourSynth
upload_time2023-03-30 13:53:53
maintainer
docs_urlNone
author
requires_python>=3.10
licenseBSD 3-Clause License Copyright (c) 2021-2022, HolyWu All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords real-esrgan vapoursynth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Real-ESRGAN
Training Real-World Blind Super-Resolution with Pure Synthetic Data, based on https://github.com/xinntao/Real-ESRGAN.


## Dependencies
- [NumPy](https://numpy.org/install)
- [PyTorch](https://pytorch.org/get-started) 1.13.1
- [VapourSynth](http://www.vapoursynth.com/) R55+

`trt` requires additional runtime libraries:
- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) 11.7
- [cuDNN](https://developer.nvidia.com/cudnn) 8.6
- [TensorRT](https://developer.nvidia.com/tensorrt) 8.5.3.1

For ease of installation on Windows, you can download the 7z file on [Releases](https://github.com/HolyWu/vs-realesrgan/releases) which contains required runtime libraries and Python wheel file. Either add the unzipped directory to your system `PATH` or copy the DLL files to a directory which is already in your system `PATH`. Finally pip install the Python wheel file.


## Installation
```
pip install -U vsrealesrgan
python -m vsrealesrgan
```


## Usage
```python
from vsrealesrgan import realesrgan

ret = realesrgan(clip)
```

See `__init__.py` for the description of the parameters.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vsrealesrgan",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "Real-ESRGAN,VapourSynth",
    "author": "",
    "author_email": "HolyWu <holywu@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# Real-ESRGAN\nTraining Real-World Blind Super-Resolution with Pure Synthetic Data, based on https://github.com/xinntao/Real-ESRGAN.\n\n\n## Dependencies\n- [NumPy](https://numpy.org/install)\n- [PyTorch](https://pytorch.org/get-started) 1.13.1\n- [VapourSynth](http://www.vapoursynth.com/) R55+\n\n`trt` requires additional runtime libraries:\n- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) 11.7\n- [cuDNN](https://developer.nvidia.com/cudnn) 8.6\n- [TensorRT](https://developer.nvidia.com/tensorrt) 8.5.3.1\n\nFor ease of installation on Windows, you can download the 7z file on [Releases](https://github.com/HolyWu/vs-realesrgan/releases) which contains required runtime libraries and Python wheel file. Either add the unzipped directory to your system `PATH` or copy the DLL files to a directory which is already in your system `PATH`. Finally pip install the Python wheel file.\n\n\n## Installation\n```\npip install -U vsrealesrgan\npython -m vsrealesrgan\n```\n\n\n## Usage\n```python\nfrom vsrealesrgan import realesrgan\n\nret = realesrgan(clip)\n```\n\nSee `__init__.py` for the description of the parameters.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2021-2022, HolyWu All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Real-ESRGAN function for VapourSynth",
    "version": "4.1.0",
    "split_keywords": [
        "real-esrgan",
        "vapoursynth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f244d93efc0712f0b082ee402f35770b75b6cf913ac1e48a6db80a730c4ff505",
                "md5": "30f87891f5e56fdcf0cb40e22d049a1a",
                "sha256": "76fb9123c9ce4509f47cf4862b56594e86e80779c3d4d0804f7ed1b3f8280083"
            },
            "downloads": -1,
            "filename": "vsrealesrgan-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30f87891f5e56fdcf0cb40e22d049a1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13677,
            "upload_time": "2023-03-30T13:53:53",
            "upload_time_iso_8601": "2023-03-30T13:53:53.754687Z",
            "url": "https://files.pythonhosted.org/packages/f2/44/d93efc0712f0b082ee402f35770b75b6cf913ac1e48a6db80a730c4ff505/vsrealesrgan-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-30 13:53:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "vsrealesrgan"
}
        
Elapsed time: 0.04984s