The basic dependency is Anaconda, so install it.
pip install opencv-python # or https://docs.opencv.org/3.4/d7/d9f/tutorial_linux_install.html
pip install dlib # or http://dlib.net/compile.html
git clone https://github.com/Alicegaz/CrimeCamera.git
chmod +x ./download_models.sh
./download_models.sh
Download data and additional descriptors data from Google Drive.
Move the data
's content into existing data
folder. Do the same with the descriptors
s content.
From project root run:
cd gui/
python gui/window.py