This file includes the instructions on how to run this project. The full project report can be found in the report.md file
Fork and clone this project:
git clone ...
If you already have socv
environment set up with anaconda
, just activate the environment:
conda activate socv
If not, you can install the dependencies individually to set up the environment
To run the program, you must have a live video feed (webcam or camera) When you have everything set up, run the following command for each method:
- The segmentation method:
python contour.py
- The dense optical flow method:
python optical-flow.py