nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 47 forks source link

Add Makefile/Dockerfile to build encodings.pickle in a container #30

Closed anderm3 closed 4 years ago

anderm3 commented 4 years ago

This PR add support for building the encodings.pickle file in a Docker container. This way you can easily build the encoded dataset on another system without affected the underlying OS.

nischi commented 4 years ago

Nice Thanks