vsmfdin


Namevsmfdin JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryMFDIN function for VapourSynth
upload_time2024-12-07 15:30:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords mfdin pytorch tensorrt vapoursynth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MFDIN
Multiframe Joint Enhancement for Early Interlaced Videos, based on https://github.com/anymyb/MFDIN.


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

`trt` requires additional packages:
- [TensorRT](https://developer.nvidia.com/tensorrt) 10.3.0 or later
- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.5.0 or later

To install the latest nightly build of PyTorch and Torch-TensorRT, run:
```
pip install -U packaging setuptools wheel
pip install --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124
pip install --no-deps --pre -U torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124
pip install -U tensorrt-cu12 tensorrt-cu12_bindings tensorrt-cu12_libs --extra-index-url https://pypi.nvidia.com
```


## Installation
```
pip install -U vsmfdin
```


## Usage
```python
from vsmfdin import mfdin

ret = mfdin(clip)
```

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vsmfdin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "MFDIN, PyTorch, TensorRT, VapourSynth",
    "author": null,
    "author_email": "HolyWu <holywu@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# MFDIN\nMultiframe Joint Enhancement for Early Interlaced Videos, based on https://github.com/anymyb/MFDIN.\n\n\n## Dependencies\n- [PyTorch](https://pytorch.org/get-started/) 2.5.1 or later\n- [VapourSynth](http://www.vapoursynth.com/) R66 or later\n\n`trt` requires additional packages:\n- [TensorRT](https://developer.nvidia.com/tensorrt) 10.3.0 or later\n- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.5.0 or later\n\nTo install the latest nightly build of PyTorch and Torch-TensorRT, run:\n```\npip install -U packaging setuptools wheel\npip install --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124\npip install --no-deps --pre -U torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124\npip install -U tensorrt-cu12 tensorrt-cu12_bindings tensorrt-cu12_libs --extra-index-url https://pypi.nvidia.com\n```\n\n\n## Installation\n```\npip install -U vsmfdin\n```\n\n\n## Usage\n```python\nfrom vsmfdin import mfdin\n\nret = mfdin(clip)\n```\n\nSee `__init__.py` for the description of the parameters.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MFDIN function for VapourSynth",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/HolyWu/vs-mfdin",
        "Issues": "https://github.com/HolyWu/vs-mfdin/issues"
    },
    "split_keywords": [
        "mfdin",
        " pytorch",
        " tensorrt",
        " vapoursynth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f835b0cd18b6abdca943f3a9edec02cc1a91c24dce9b8c03420bbd6ac28848e",
                "md5": "e032aca2b5a7239b28218a58c9e5c96c",
                "sha256": "73c1135ea503ff4330f39ccfe1fd03bfb6ef74d30eefa6738497467347aef3d7"
            },
            "downloads": -1,
            "filename": "vsmfdin-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e032aca2b5a7239b28218a58c9e5c96c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6901592,
            "upload_time": "2024-12-07T15:30:17",
            "upload_time_iso_8601": "2024-12-07T15:30:17.232297Z",
            "url": "https://files.pythonhosted.org/packages/6f/83/5b0cd18b6abdca943f3a9edec02cc1a91c24dce9b8c03420bbd6ac28848e/vsmfdin-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 15:30:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HolyWu",
    "github_project": "vs-mfdin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vsmfdin"
}
        
Elapsed time: 0.84919s