Skip to content

martflu/CCTV-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CCTV-Evaluation

Description

CCTV-Evaluation is a simple python webserver for the evaluation of CCTV camera footage. The purpose of the service is to evaluate, if the video quality is good enough for face recognition. The uploaded videos are supposed to be relatively short (< 2 min) and the face should be present in every frame of the video. Once the user uploaded the video, it will be converted into single frames and every frame will be analyzed. For face detection, the OpenCV library is used (Face Detection using Haar Cascades). After evaluation the user can review the evaluation results, which also include suggestions for improvement.

Setup

After installing the dependencies (python-cherrypy3, python-opencv, python-numpy) you are good to go.

Start the server simply with:

python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages