- Catalina Rete
- Niall Hunt
- Conor Gildea
- Ranadave Mukherji
Build a program that learns any celebrity's face from one photo and is able to detect when they are present in a 90 minute video and then represents this information in a csv. E.g.
0,0
1,0
2,0
3,1
4,1
5,1
6,0
7,1
... etc
- virtualenv env
- source env/bin/activate
- pip install -r requirements.txt
- ./run.sh