Repo containing the assigments for the different weeks of the module
Table of Contents
M6-Video Analysis project from the Msc: Master in Computer Vision done by the UAB. This repository is maintained mainly by Alberto Barreiro, Manel Guzmán, Jiaqiang Ye Zhu and Advait Dixit.
The main goal is to learn the basic concepts and techniques to Video analysis.
In order to make our project reproductible, we have make use of the python package manager conda.
This is an example of how to list things you need to use the software and how to install them.
- conda
conda env create -f environment.yml
- Clone the repo
git clone https://github.com/mcv-m6-video/mcv-m6-2023-team3.git
- Install Anaconda Manager
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
bash Anaconda3-2020.02-Linux-x86_64.sh
python main.py -h
usage: main.py [-h] <-w WEEK> <-t TASK>
M6 - Video Analysis: Video Surveillance for Road Traffic Monitoring
Arguments:
-h, --help show this help message and exit
-w WEEK, --week WEEK week to execute. Options are [1,2,3,4,5]
-t TASK, --task TASK task to execute. Options depend on each week.
-
Week 3: Oject Detection and Tracking
-
Week 4: Optical Flow: Stabilization and Tracking
-
Week 5: Multi-Target Multi-Camera Tracking You can also visualize the week 5/final presentation in a static PDF
The final report is available here
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Albert Barreiro | Manel Guzman | Jiaqiang Ye Zhu | Advait Dixit |
---|---|---|---|
albertbarreirod@gmail.com | manelguz7@gmail.com | jiaqiangyz@gmail.com | advaitdixit99@gmail.com |
Distributed under the MIT License.