nischi / MMM-Face-Reco-DNN

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

Small Typo in README.md #145

Closed kschlichter closed 7 months ago

kschlichter commented 8 months ago

Module Usage has a small typo. I believe haarcascae is meant to be haarcascade.

// xml to recognize with **haarcascae** 
  cascade: 'modules/MMM-Face-Reco-DNN/model/haarcascade_frontalface_default.xml',

Thanks again for all your work on this module.

nischi commented 8 months ago

hi @kschlichter you are right, i will fix this :) Thank you