Background-Matting
Debackgrounding
Background removal technique to separate an object from its background in images and videos
Background Matting: The World is Your Green Screen
5k stars
141 watching
665 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zhkkke/modnet | A real-time portrait image matting solution in Python | 3,865 |
peterl1n/robustvideomatting | An implementation of video matting with temporal guidance using recurrent neural networks and various deep learning frameworks. | 8,657 |
dingzeyuli/knn-matting | An implementation of KNN Matting, a technique for segmenting foreground from background in images. | 150 |
marcoforte/closed-form-matting | Provides an implementation of image matting and background/foreground reconstruction from images with scribbles or trimaps. | 438 |
marcoforte/fba_matting | A deep learning model for image matting that provides foreground, background, and alpha predictions | 469 |
doubiiu/tooncrafter | Generates cartoon-style videos from two images using pre-trained diffusion models | 5,447 |
huochaitiantang/pytorch-deep-image-matting | Deep learning implementation of image matting, aiming to separate foreground and background from input images. | 293 |
albumentations-team/albumentations | A Python library providing a flexible and fast image augmentation tool for machine learning and computer vision tasks. | 14,386 |
joker316701882/deep-image-matting | An implementation of a deep learning model for separating foreground and background in images | 626 |
idea-research/groundingdino | An implementation of an object detection model designed to work in open-world scenarios with the ability to detect and recognize objects based on language descriptions. | 6,982 |
vision-cair/minigpt-4 | Enabling vision-language understanding by fine-tuning large language models on visual data. | 25,490 |
doubiiu/dynamicrafter | This project generates animated videos from open-domain images by leveraging pre-trained video diffusion priors. | 2,668 |
systemerrorwang/white-box-cartoonization | An implementation of a deep learning-based facial cartoonization system using TensorFlow | 3,958 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 887 |
google-research/scenic | A collection of libraries and projects focused on research around attention-based models for computer vision and beyond, providing optimized tools and baselines. | 3,363 |