Skip to content

g-make-it/AI_Video_Removal

Repository files navigation

AI Video Editing

These scripts are used to remove objects in videos. Run in them in sequence and checkout the video below from my youtube channel to see how they work.

Scripts in order they should run (top - 1st)

notebook open in colab complementary materials
Convert Video To images Colab YouTube GitHub
Generate Mask - using SAM/GroundingDino Colab YouTube GitHub
Remove Object and Create Video (using mask) Colab YouTube GitHub arXiv
Remove Flickering and Recreate Video Colab YouTube GitHub

🎬 videos

Subscribe, and stay up to date with our latest YouTube videos!

AI Video Editing

💻 run locally

locally, below you will find instructions on how to do it. Remember don't install your dependencies globally, use venv.

# clone repository and navigate to root directory
git clone https://github.com/g-make-it/AI_Video_Removal.git

# setup python environment and activate it
python3 -m venv venv
source venv/bin/activate

# install and run jupyter notebook
pip install notebook
jupyter notebook

About

scripts I put together to remove items from a video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors