nischi / MMM-Face-Reco-DNN

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

Fix bool parameter passing to face_recognition.py #26

Closed HorstBaerbel closed 4 years ago

HorstBaerbel commented 4 years ago

Fixes #17. I tried a lot of argparse stuff and it didn't work, then I found this. I'm not sure what JSON.stringify() does to "--extendDataset", but it always ends up as "True" in python.

nischi commented 4 years ago

@HorstBaerbel Thanks a lot for that.