senofsky / face-mask-detector

A library and command line utility for detecting face masks in images and video streams
MIT License
5 stars 4 forks source link

Add logging #7

Open senofsky opened 4 years ago

senofsky commented 4 years ago

face-mask-detector should have logging capabilities.

I think command_line_interface.py should configure the logger with a given log level (via the verbose argument) and the rest of the library should use the logger.

senofsky commented 4 years ago

This may be useful.