Video statbilization project for the computer vision course using PyTorch.
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
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: