- python 3.6
- opencv
- keras
- tensorflow
python detection.py
filtering.py
- script breaking down data into learning and validation datasets. It assumes thatdata/validation
is exact copy ofdata/learning
network.py
- script used for learning process. CNN structure is defined here.video_sampling.py
- scipt used for gathering data. Hitspace
to start recording frames.