FireFoxIL / photo-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Search

Project for "Introduction to Computer Vision" Course at Innopolis University.

A tool to search for a given face on the collection of photos of mass events.

Running

Before doing anything, build the service image:

docker-compose build

Running:

docker-compose up -d

Stopping:

docker-compose down

Logs:

docker-compose logs -f service
docker-compose logs -f postgres

Service Links:

Download dataset for face detection evaluation:

python evaluation_dataset_loader.py data/face_detection.json data/detection_metrics_dataset

Code of /lib module was taken from https://github.com/rafaelpadilla/Object-Detection-Metrics public repository.

About


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.4%Language:HTML 0.1%Language:Shell 0.1%Language:Dockerfile 0.0%