Skip to content

simple example python code to remove background from video.

Notifications You must be signed in to change notification settings

nurbxfit/video_remBG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aout

Simple script demo, on how to remove background from a video. It take a video, extract it frames into images, apply background removal and then stitch it back together into a new video.

How to run (Windows)

  1. cd into this directory
cd bgRemove
  1. create new virtual environment
python3 -m venv .venv
  1. get into the environment
 .\.venv\Scripts\activate
  1. install dependencies
pip install -r .\requirements.txt
  1. run the script
cd src && python main.py

  1. get our of venv
deactivate

About

simple example python code to remove background from video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages