nischi / MMM-Face-Reco-DNN

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

add ru translation #53

Closed x3mEr closed 4 years ago

x3mEr commented 4 years ago

Hi! Thank you very much for your great work! I added ru translation. UPD (2020-Aug-11): added data type of variable "tolerance".

Taking an opportunity, the comment and example of the config in README.md

// i.e. 0 = /dev/video0 or 'http://link.to/live'
source: 0,

is a little bit confusing (for me). I've spend a day googling, installing, uninstalling, clearing caches, compiling... before I realized that it should be source: /dev/video0,. So, is config source: 0, correct and I have problems with my installation?

nischi commented 4 years ago

Thanks a lot

x3mEr commented 4 years ago

@nischi, Hi. Just a modest comment about variable "tolerance": it works perfectly with my pull request (#53) without pull request #52. And vice versa. Maybe it's excessively to use both variants of code.