MCT Project 3 for ML6, the essence of this project is to keep track of the amount of people in a certain room. This is achieved by using machine learning for object detection and object tracking. Also as extra difficulty we have to do this on-device to prevent problems with the EU dataprotection law.
Follow the get started guide for the Coral Dev Board: https://coral.withgoogle.com/docs/dev-board/get-started/
Install git:
sudo apt install git -y
Clone the git repository:
cd $HOME
git clone https://github.com/EggermontLex/Project3
Run setup.sh script:
cd $HOME/Project3
sudo sh setup.sh
There are some seperate README.MD's that will clearify which steps you will have to take to configurate the project to your needs.
For the machine learning click here
For the cloud backend click here
- Céline Bogaerts - BogaertsCeline
- Jarne Demeulemeester - DemeulemeesterJarne
- Ruben Delaet - DelaetRuben
- Lex Eggermont - EggermontLex