vsgmfss-union


Namevsgmfss-union JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryGMFSS_union function for VapourSynth
upload_time2023-01-31 16:23:13
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2023 HolyWu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords gmfss_union vapoursynth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GMFSS_union
High Performance GMFSS with RIFE and GAN for Anime Video Frame Interpolation, based on https://github.com/98mxr/GMFSS_union.


## Dependencies
- [CuPy](https://docs.cupy.dev/en/stable/install.html)
- [NumPy](https://numpy.org/install)
- [PyTorch](https://pytorch.org/get-started) 1.13
- [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.2.2

For ease of installation on Windows, you can download the 7z file on [Releases](https://github.com/HolyWu/vs-gmfss_union/releases) which contains required runtime libraries and Python wheel file. Unzip the file to the location that you chose. Add `<unzippath>/bin` to your system `PATH`. Additionally, add `<unzippath>` to `CUDA_PATH` environment variable because CuPy relies on it. Finally pip install the Python wheel file.


## Installation
```
pip install -U vsgmfss-union
```


## Usage
```python
from vsgmfss_union import gmfss_union

ret = gmfss_union(clip)
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vsgmfss-union",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "GMFSS_union,VapourSynth",
    "author": "",
    "author_email": "HolyWu <holywu@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# GMFSS_union\nHigh Performance GMFSS with RIFE and GAN for Anime Video Frame Interpolation, based on https://github.com/98mxr/GMFSS_union.\n\n\n## Dependencies\n- [CuPy](https://docs.cupy.dev/en/stable/install.html)\n- [NumPy](https://numpy.org/install)\n- [PyTorch](https://pytorch.org/get-started) 1.13\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.2.2\n\nFor ease of installation on Windows, you can download the 7z file on [Releases](https://github.com/HolyWu/vs-gmfss_union/releases) which contains required runtime libraries and Python wheel file. Unzip the file to the location that you chose. Add `<unzippath>/bin` to your system `PATH`. Additionally, add `<unzippath>` to `CUDA_PATH` environment variable because CuPy relies on it. Finally pip install the Python wheel file.\n\n\n## Installation\n```\npip install -U vsgmfss-union\n```\n\n\n## Usage\n```python\nfrom vsgmfss_union import gmfss_union\n\nret = gmfss_union(clip)\n```\n\nSee `__init__.py` for the description of the parameters.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 HolyWu  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "GMFSS_union function for VapourSynth",
    "version": "1.1.0",
    "split_keywords": [
        "gmfss_union",
        "vapoursynth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0331c8b6d59ddbae2ca7605b20f440d7993d3425fec1925252500c7f4696c661",
                "md5": "47e719411726863eec3d2a435042a0ae",
                "sha256": "4f5f406020988a390ec5ad602cd5ca7b271386cd917673002524f5e310a5edf8"
            },
            "downloads": -1,
            "filename": "vsgmfss_union-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47e719411726863eec3d2a435042a0ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 53026623,
            "upload_time": "2023-01-31T16:23:13",
            "upload_time_iso_8601": "2023-01-31T16:23:13.166073Z",
            "url": "https://files.pythonhosted.org/packages/03/31/c8b6d59ddbae2ca7605b20f440d7993d3425fec1925252500c7f4696c661/vsgmfss_union-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 16:23:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "vsgmfss-union"
}
        
Elapsed time: 0.04475s