Tagged articles

Background Replacement

4 articles · Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 10, 2023 · Artificial Intelligence

Video Background Replacement Using RobustVideoMatting and Python

This tutorial explains how to use the open‑source RobustVideoMatting project to perform human portrait segmentation and replace video backgrounds, covering environment setup, model loading, custom image‑and‑video matting functions, and final video composition with OpenCV.

Background ReplacementPythonRobustVideoMatting
0 likes · 9 min read
Video Background Replacement Using RobustVideoMatting and Python
Python Programming Learning Circle
Python Programming Learning Circle
Feb 11, 2022 · Artificial Intelligence

Background Replacement Using Deep Learning in Python

This article presents a Python implementation that leverages deep learning models such as MobileNetV2 and ResNet to replace image backgrounds, detailing project structure, required dependencies, dataset preparation, core code for homographic alignment, model definition, and usage instructions for processing single images with custom backgrounds.

Background Replacementcomputer-visiondeep-learning
0 likes · 28 min read
Background Replacement Using Deep Learning in Python