Here are
52 public repositories
matching this topic...
Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
Updated
Jan 14, 2022
Python
Real-Time High-Resolution Background Matting
Updated
Apr 13, 2022
Python
MMEditing is a low-level vision toolbox based on PyTorch, supporting super-resolution, inpainting, matting, video interpolation, etc.
Updated
Apr 30, 2022
Python
Updated
Aug 20, 2019
Python
This is tensorflow implementation for paper "Deep Image Matting"
Updated
Sep 21, 2018
Python
[IJCV 2022] Bridging Composite and Real: Towards End-to-end Deep Image Matting
Updated
Apr 1, 2022
Python
Updated
Apr 11, 2019
Python
Python implementation of A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2006, New York
Updated
Dec 21, 2020
Python
Official repository for the paper F, B, Alpha Matting
Updated
Sep 22, 2021
Jupyter Notebook
Official repository for Natural Image Matting via Guided Contextual Attention
Updated
Aug 18, 2020
Python
Pytorch implementation of deep image matting
Updated
Mar 11, 2022
Python
FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
Updated
Feb 13, 2022
Python
[IJCAI'21] Deep Automatic Natural Image Matting
Updated
Apr 1, 2022
Python
This project is an unofficial implementation of AlphaGAN: Generative adversarial networks for natural image matting published at the BMVC 2018
Updated
Jul 19, 2020
Python
Source Code for KNN Matting, CVPR 2012 / TPAMI 2013. MATLAB code ready to run. Simple and robust implementation under 40 lines.
Updated
Jul 20, 2017
MATLAB
Updated
Mar 20, 2018
Python
Portrait Mating implementation in UNet with PyTorch.
Updated
Mar 2, 2022
Python
Getting to 99% Accuracy in Interactive Segmentation and Interactive Training and Architecture for Deep Object Selection
Updated
Nov 10, 2020
Jupyter Notebook
TOM-Net: Learning Transparent Object Matting from a Single Image (CVPR 2018)
Summary and experiment includes basic segmentation, human segmentation, human or portrait matting for both image and video.
[ACM MM 2021] Privacy-Preserving Portrait Matting
Updated
Apr 1, 2022
Python
TensorFlow implementation of Real-Time High-Resolution Background Matting
Updated
Jan 6, 2021
Python
Official implementation for ICCV19 "Shadow Removal via Shadow Image Decomposition"
Updated
Nov 11, 2021
Jupyter Notebook
Python implementation of Poisson matting method
Updated
Jan 18, 2017
Python
对图片进行精细分割,a pytorch implemenation for Deep Image Matting paper
Updated
Jan 25, 2019
Python
Simplified Deep Image Matting training code with keras on tensorflow
Updated
Jul 19, 2020
Python
TOM-Net: Learning Transparent Object Matting from a Single Image, CVPR 2018
Updated
Aug 1, 2018
Python
This is a web project about auto-matting with deep learning tech, which can be used in image merge, poster generate, video editing etc.
Updated
Feb 10, 2022
JavaScript
Improve this page
Add a description, image, and links to the
matting
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
matting
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
这个issue主要讲一下,如何把你自己的模型添加到lite.ai.toolkit。lite.ai.toolkit集成了一些比较新的基础模型,比如人脸检测、人脸识别、抠图、人脸属性分析、图像分类、人脸关键点识别、图像着色、目标检测等等,可以直接用到具体的场景中。但是,毕竟lite.ai.toolkit的模型还是有限的,具体的场景下,可能有你经过优化的模型,比如你自己训了一个目标检测器,可能效果更好。那么,如何把你的模型加入到lite.ai.toolkit中呢?这样既能用到lite.ai.toolkit一些已有的算法能力,也能兼容您的具体场景。这个issue主要是讲这个问题。大家有疑惑的可以提在这个issue,我会尽可能回答~