Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suxuecode/robustvideomattingcsharpdemo
PeterL1n/RobustVideoMatting ONNX模型 C# DEMO
https://github.com/suxuecode/robustvideomattingcsharpdemo
robustvideomatting
Last synced: about 2 months ago
JSON representation
PeterL1n/RobustVideoMatting ONNX模型 C# DEMO
- Host: GitHub
- URL: https://github.com/suxuecode/robustvideomattingcsharpdemo
- Owner: SuxueCode
- License: mit
- Created: 2023-02-07T05:05:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T05:06:37.000Z (almost 2 years ago)
- Last Synced: 2023-08-12T06:53:03.401Z (over 1 year ago)
- Topics: robustvideomatting
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## RobustVideoMattingCSharpDemo
本项目为实验 [PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting) 中官方ONNX模型在C#处理的demo测试,只实现了图片的抠像,视频抠像还得涉及到的处理有点麻烦,懒得写了
仅上传供大家进行参考,比较粗糙,ETC请直接抬杆放行##### 请注意把官方的ONNX模型放在运行根目录下
#### 友情提示
如果你是和我一样没有接触过深度学习的新手,建议重点查下ML.NET中ONNX Runtime以及理解深度学习中张量的概念
如有问题可以提issue,不一定解答,因为我也可能搞不定