Read the statement by Michael Teeuw here.
MMM-Facial-Recognition
-
https://photos.google.com/share/AF1QipPm5it4o56ZmhXqukbDCag27So1yV4DE65QoD-QLzXXuWVkAHkMnFgzTQj5pJruHw?key=REVKY2wtM0VVNXRLZHZ1cUE0Z3NFRVBwcXFfd3ZB
https://photos.google.com/share/AF1QipPm5it4o56ZmhXqukbDCag27So1yV4DE65QoD-QLzXXuWVkAHkMnFgzTQj5pJruHw?key=REVKY2wtM0VVNXRLZHZ1cUE0Z3NFRVBwcXFfd3ZB
https://photos.google.com/share/AF1QipPm5it4o56ZmhXqukbDCag27So1yV4DE65QoD-QLzXXuWVkAHkMnFgzTQj5pJruHw?key=REVKY2wtM0VVNXRLZHZ1cUE0Z3NFRVBwcXFfd3ZB
https://photos.google.com/share/AF1QipPm5it4o56ZmhXqukbDCag27So1yV4DE65QoD-QLzXXuWVkAHkMnFgzTQj5pJruHw?key=REVKY2wtM0VVNXRLZHZ1cUE0Z3NFRVBwcXFfd3ZBhttps://lh3.googleusercontent.com/vCzy2ZpJRncIL7OYPO94k3diYIZqaKa-Ak_6s_ZPQwwR3PD9t8FRXx7x44Q8AT8BkMxfNTrUnKDTKolVIEChxq29GqXntRs6ZeO_wWmnSEb90VLeq9-8nSOh8KPcmEUZoq3OALYEDEwcrDJi47wxmaJ0H-C2mcBgR3cLex-vwgVybFIPwxoqz1s4hGgGQvch7XE3-iVI-1daRcgP3wv5Y3M6Hz-VzPY4OxQAEdBy7sfjc4xEdi_C9_nvSEf1hMTE8u1d7rq8Q2H0gcsa_JQ-zz93yyPU6FS_7AxT9AJeBLG_5-kwdGEOUPRFspR_cUo5UBWjFvmiC_JnFJrnxeLvXZc67CVKR5Nw9UGyFEgsWkYlj1qjDzXyIsDyqTVZkXspgQvJouHDMpyyWXn7gmHeIxb191LKsVCN8l2UUR0Pny35NdxIOeIl-f-4_xPhF8fQOaXZEs0tvohqhSmBnbDuUxZCeSl7kns31mniSVB9UT_F7t4qjbY4z53DdIgPCA0WkhHfBniCt-heh9rKmRFzOKku_7lGuvFwYo10olYg8NUYaRj7dqe28txqPNekvAveIk7VoutrZQnaZ0gps683-8bPKMhIgil2CD-Th91WOeaDYNYCxBUZjY4q3MwrJAj1k2OfkrMc-kvqmU-SQ_7OP0qMnFQwOyyM9__MiNjyhq8AYXY7dN0KtBcIVN1Am0wnefgubUG1Chalbq9FH3oLIzqWmIfXKyaxR_psaa-v62N4uZzF=w1602-h2136-no -
The last image had an error so I fixed it. -
@Buncie so, MMM-NOAA3 has some config missing (for providers I would guess)
looks like voicecontrol module config isn’t completed, or snowboy needs an electron-rebuild. (snowboy is a challenge many times)
and Facial-rec is having a problem with its python code… maybe wrong python version…
-
I deleted the voice control stuff so we can ignore that. Tell me more about the python error. What should I do to fix it? I have python 3 on the pi.
-
@Buncie no idea, just says PythonShell is not a constructor
the facial rec docs says
Dependencies python-shell (installed via npm install)
-
So is it saying I didn’t install python, but I followed the tutorial right.
-
@Buncie i don’t know… i have never used or seen the module before… so I don’t know what it does in detail.
see this issue…
https://github.com/extrabacon/python-shell/issues/154and then edit the node_helper and fix that line
const PythonShell = require('python-shell');
to
const {PythonShell} = require('python-shell');
i found this thru google on the error
-
@sdetweil said in MMM-Facial-Recognition:
Got a new error so we’re making progress.
https://photos.google.com/share/AF1QipMXNBfIbAeJpyElneCaRNxIdtg8E6c7Kwr-ekTya_xspBxZibOp5yXnPE-ChEmNqg?key=aGcwY19mSjR3eWc2aFU0VFh3eVJZU21pdHVqcW9B
https://photos.google.com/share/AF1QipMXNBfIbAeJpyElneCaRNxIdtg8E6c7Kwr-ekTya_xspBxZibOp5yXnPE-ChEmNqg?key=aGcwY19mSjR3eWc2aFU0VFh3eVJZU21pdHVqcW9B -
@Buncie still need to fix weather and see the rest of the page at the link i posted about cv2…
the ‘unexpected token’ problem is the code was expected data and didn’t get it. (and didn’t handle the error correctly)…
this IS a volunteer project, nothing is ‘finished’ if things we use keep changing
I will be away for a few hours
-
Well school ends at 2:15 so we’ll have to pick this up on Monday