vsfemasr


Namevsfemasr JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryFeMaSR function for VapourSynth
upload_time2024-06-02 12:11:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords femasr pytorch tensorrt vapoursynth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FeMaSR
Real-World Blind Super-Resolution via Feature Matching with Implicit High-Resolution Priors, based on https://github.com/chaofengc/FeMaSR.


## Dependencies
- [PyTorch](https://pytorch.org/get-started/) 2.4.0.dev or later
- [VapourSynth](http://www.vapoursynth.com/) R66 or later

`trt` requires additional Python packages:
- [TensorRT](https://developer.nvidia.com/tensorrt/) 10.0.1
- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.4.0.dev

To install TensorRT, run `pip install tensorrt==10.0.1 tensorrt-cu12_bindings==10.0.1 tensorrt-cu12_libs==10.0.1 --extra-index-url https://pypi.nvidia.com`

To install Torch-TensorRT, Windows users can pip install the whl file on [Releases](https://github.com/HolyWu/vs-femasr/releases). Linux users can run `pip install --pre torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124` (requires PyTorch nightly build).


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


## Usage
```python
from vsfemasr import femasr

ret = femasr(clip)
```

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vsfemasr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "FeMaSR, PyTorch, TensorRT, VapourSynth",
    "author": null,
    "author_email": "HolyWu <holywu@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# FeMaSR\nReal-World Blind Super-Resolution via Feature Matching with Implicit High-Resolution Priors, based on https://github.com/chaofengc/FeMaSR.\n\n\n## Dependencies\n- [PyTorch](https://pytorch.org/get-started/) 2.4.0.dev or later\n- [VapourSynth](http://www.vapoursynth.com/) R66 or later\n\n`trt` requires additional Python packages:\n- [TensorRT](https://developer.nvidia.com/tensorrt/) 10.0.1\n- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.4.0.dev\n\nTo install TensorRT, run `pip install tensorrt==10.0.1 tensorrt-cu12_bindings==10.0.1 tensorrt-cu12_libs==10.0.1 --extra-index-url https://pypi.nvidia.com`\n\nTo install Torch-TensorRT, Windows users can pip install the whl file on [Releases](https://github.com/HolyWu/vs-femasr/releases). Linux users can run `pip install --pre torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124` (requires PyTorch nightly build).\n\n\n## Installation\n```\npip install -U vsfemasr\npython -m vsfemasr\n```\n\n\n## Usage\n```python\nfrom vsfemasr import femasr\n\nret = femasr(clip)\n```\n\nSee `__init__.py` for the description of the parameters.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "FeMaSR function for VapourSynth",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/HolyWu/vs-femasr",
        "Issues": "https://github.com/HolyWu/vs-femasr/issues"
    },
    "split_keywords": [
        "femasr",
        " pytorch",
        " tensorrt",
        " vapoursynth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be5a41a63223a078cced5d78c751a372bca2fb6d71ccc0feab20cce62c79902",
                "md5": "164c5dc5214efc35732f1eff43a5f007",
                "sha256": "6f4102acc1b21a63f1964a4d0748851ec99db83c09235b92b66e7a446d41d2b4"
            },
            "downloads": -1,
            "filename": "vsfemasr-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "164c5dc5214efc35732f1eff43a5f007",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22614,
            "upload_time": "2024-06-02T12:11:21",
            "upload_time_iso_8601": "2024-06-02T12:11:21.024821Z",
            "url": "https://files.pythonhosted.org/packages/4b/e5/a41a63223a078cced5d78c751a372bca2fb6d71ccc0feab20cce62c79902/vsfemasr-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-02 12:11:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HolyWu",
    "github_project": "vs-femasr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vsfemasr"
}
        
Elapsed time: 1.74447s