Skip to content

mbrdg/video-stabilization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Stabilization

POVa project

Video statbilization project for the computer vision course using PyTorch.

Setup

This project includes the file env.yml that includes all the dependencies needed to run. This project uses a miniconda environment.

In order to get install everything you just need to run the following commands:

conda env create --file=env.yml     # Creates the env (only needed once) 
conda activate stabilization        # Activates the env

Usage

First, ensure that you have the environment activated using:

conda activate stabilization

The next step is to execute the program using the command below, which will print the help instructions.

python src/stab.py --help

You may also try the gaussian stabilization version with:

python src/gauss_stab.py --help

Authors:

About

Video stabilization using OpenCV

Resources

Stars

Watchers

Forks

Languages