This is but a minimalist version of rife-ncnn-vulkan with updated models for my script.
it will contain the latest models + rife4.6 for speedy inference, head to releases to download the wheels.
Windows only cuz I cba to figure out why Mac and Linux won't build.
Credit to the creators and maintainers
Install through pypi
```bash
pip install rife-ncnn-vulkan-python-TAS
```
## Introduction
[rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan) is nihui's ncnn implementation of Real-Time Intermediate Flow Estimation for Video Frame Interpolation.
rife-ncnn-vulkan-python wraps [rife-ncnn-vulkan project](https://github.com/nihui/rife-ncnn-vulkan) by SWIG to make it easier to integrate rife-ncnn-vulkan with existing python projects.
## Original RIFE Project
- https://github.com/hzwer/arXiv2020-RIFE
## Other Open-Source Code Used
- https://github.com/Tencent/ncnn for fast neural network inference on ALL PLATFORMS
- https://github.com/webmproject/libwebp for encoding and decoding Webp images on ALL PLATFORMS
- https://github.com/nothings/stb for decoding and encoding image on Linux / MacOS
- https://github.com/tronkko/dirent for listing files in directory on Windows
- https://github.com/nihui/rife-ncnn-vulkan the original rife-ncnn-vulkan project
Raw data
{
"_id": null,
"home_page": "https://github.com/NevermindNilas/rife-ncnn-vulkan-python",
"name": "rife-ncnn-vulkan-python-TAS",
"maintainer": "NevermindNilas",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "nilascontact@gmail.com",
"keywords": "rife,ncnn,vulkan,swig",
"author": "ArchieMeng",
"author_email": "archiemeng@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/42/8a/c20992007b265816374cf696ef2700c5ff960655c0f1f30480d8d3e80cc6/rife-ncnn-vulkan-python-TAS-2.0.6.tar.gz",
"platform": null,
"description": "This is but a minimalist version of rife-ncnn-vulkan with updated models for my script.\r\nit will contain the latest models + rife4.6 for speedy inference, head to releases to download the wheels.\r\nWindows only cuz I cba to figure out why Mac and Linux won't build.\r\n\r\nCredit to the creators and maintainers\r\n\r\nInstall through pypi\r\n```bash\r\npip install rife-ncnn-vulkan-python-TAS\r\n```\r\n\r\n## Introduction\r\n[rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan) is nihui's ncnn implementation of Real-Time Intermediate Flow Estimation for Video Frame Interpolation.\r\n\r\nrife-ncnn-vulkan-python wraps [rife-ncnn-vulkan project](https://github.com/nihui/rife-ncnn-vulkan) by SWIG to make it easier to integrate rife-ncnn-vulkan with existing python projects.\r\n\r\n## Original RIFE Project\r\n\r\n- https://github.com/hzwer/arXiv2020-RIFE\r\n\r\n## Other Open-Source Code Used\r\n\r\n- https://github.com/Tencent/ncnn for fast neural network inference on ALL PLATFORMS\r\n- https://github.com/webmproject/libwebp for encoding and decoding Webp images on ALL PLATFORMS\r\n- https://github.com/nothings/stb for decoding and encoding image on Linux / MacOS\r\n- https://github.com/tronkko/dirent for listing files in directory on Windows\r\n- https://github.com/nihui/rife-ncnn-vulkan the original rife-ncnn-vulkan project\r\n",
"bugtrack_url": null,
"license": "AGPL3.0",
"summary": "A Python FFI of nihui/rife-ncnn-vulkan achieved with SWIG",
"version": "2.0.6",
"project_urls": {
"Homepage": "https://github.com/NevermindNilas/rife-ncnn-vulkan-python"
},
"split_keywords": [
"rife",
"ncnn",
"vulkan",
"swig"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "428ac20992007b265816374cf696ef2700c5ff960655c0f1f30480d8d3e80cc6",
"md5": "ec68f23f793f4e7a8ce355d74e7eff55",
"sha256": "bb9f16cdcc23d19234735174fea1a62e47e5b409a783a7807db3f448840e571f"
},
"downloads": -1,
"filename": "rife-ncnn-vulkan-python-TAS-2.0.6.tar.gz",
"has_sig": false,
"md5_digest": "ec68f23f793f4e7a8ce355d74e7eff55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 23595882,
"upload_time": "2024-02-10T15:28:41",
"upload_time_iso_8601": "2024-02-10T15:28:41.509659Z",
"url": "https://files.pythonhosted.org/packages/42/8a/c20992007b265816374cf696ef2700c5ff960655c0f1f30480d8d3e80cc6/rife-ncnn-vulkan-python-TAS-2.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-10 15:28:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NevermindNilas",
"github_project": "rife-ncnn-vulkan-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "rife-ncnn-vulkan-python-tas"
}