https://github.com/deftruth/mattematte
👹 mattematte: A C++ ToolKit for matting, segmentation, SR and colorization with MNN, ONNXRuntime and Vulkan.
https://github.com/deftruth/mattematte
backgroundmatting backgroundmattingv2 colorization deeplabv3 fcn matting mgmatting mnn modnet modnetv2 realsr robustvideomatting vulkan
Last synced: 3 months ago
JSON representation
👹 mattematte: A C++ ToolKit for matting, segmentation, SR and colorization with MNN, ONNXRuntime and Vulkan.
- Host: GitHub
- URL: https://github.com/deftruth/mattematte
- Owner: DefTruth
- Created: 2022-02-21T14:56:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T10:15:08.000Z (about 3 years ago)
- Last Synced: 2025-02-09T22:30:50.192Z (5 months ago)
- Topics: backgroundmatting, backgroundmattingv2, colorization, deeplabv3, fcn, matting, mgmatting, mnn, modnet, modnetv2, realsr, robustvideomatting, vulkan
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👹 mattematte
A C++ ToolKit for matting, segmentation, SR and colorization with **MNN, ONNXRuntime** and **Vulkan**. The C++ code of mattematte is heavily based on **[lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)** and it aims to provide a optimized version with **Vulkan** to accelerate the pre or post processes of matting, segmentation, SR and colorization.## Codes Releases
The developing of mattematte is ongoing and will not be release soon ~ But, the basic version without Vulkan support can be found at [lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit).