• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Facial Recognition Module - Step by Step Guide

Scheduled Pinned Locked Moved Troubleshooting
28 Posts 14 Posters 29.9k Views 22 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    naktah @sdetweil
    last edited by Apr 15, 2019, 2:18 AM

    @sdetweil im not sure how to do that. can you show me how? im pretty much new to this stuff and this issue has been bothering me for days now.

    1 Reply Last reply Reply Quote 0
    • S Offline
      Sneek
      last edited by May 2, 2019, 4:33 PM

      @naktah after writing the following command in the terminal:

      python tools.train.py
      

      you get some output with the users you have setup (remember the order). Assuming it gives you Alice,Bob,Casey,Doug, then you run this in the terminal:

      export FACE_USERS=Alice,Bob,Casey,Doug
      
      
      1 Reply Last reply Reply Quote 0
      • A Offline
        andrewgamalkamel @Irfan ali
        last edited by May 17, 2019, 3:28 AM

        @Irfan-ali yes!

        1 Reply Last reply Reply Quote 0
        • S Offline
          SdeGeata
          last edited by Jun 19, 2019, 9:06 PM

          Error on “python capture.py”

          pi@raspberrypi:~/MagicMirror/modules/MMM-Facial-Recognition-Tools $ python capture.py
          Traceback (most recent call last):
            File "capture.py", line 18, in <module>
              import lib.capture as capture
            File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 21, in <module>
              from . import config
            File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 15, in <module>
              (CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.__version__.split(".")
          ValueError: need more than 3 values to unpack
          
          
          A 1 Reply Last reply Mar 20, 2020, 2:09 PM Reply Quote 0
          • A Offline
            aniketdongare07 @SdeGeata
            last edited by Mar 20, 2020, 2:09 PM

            @SdeGeata Got the same error, did you resolve it?

            S 1 Reply Last reply Mar 20, 2020, 2:35 PM Reply Quote 0
            • S Away
              sdetweil @aniketdongare07
              last edited by sdetweil Mar 20, 2020, 2:36 PM Mar 20, 2020, 2:35 PM

              @aniketdongare07 @SdeGeata the newer version of python only provide 3 version info strings. So that code needs to drop the 4th parm from the parse request

              (CV_MAJOR_VER, CV_MINOR_VER, mv1) = cv2.
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              A M 2 Replies Last reply Mar 20, 2020, 3:02 PM Reply Quote 0
              • A Offline
                aniketdongare07 @sdetweil
                last edited by Mar 20, 2020, 3:02 PM

                @sdetweil I tried to do what you said and in turn I got the following error:```
                Traceback (most recent call last):
                File “capture.py”, line 18, in
                import lib.capture as capture
                File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py”, line 21, in
                from . import config
                File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py”, line 15, in
                (CV_MAJOR_VER, CV_MINOR_VER, mv1) = cv2
                TypeError: ‘module’ object is not iterable

                S 1 Reply Last reply Mar 20, 2020, 3:03 PM Reply Quote 0
                • S Away
                  sdetweil @aniketdongare07
                  last edited by sdetweil Mar 20, 2020, 3:06 PM Mar 20, 2020, 3:03 PM

                  @aniketdongare07 you need the rest of the line cv2… I am on my phone, so cut/paste is a pain

                  (CV_MAJOR_VER, CV_MINOR_VER, mv1) = cv2.__version__.split(".")
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  O 1 Reply Last reply Nov 2, 2021, 9:18 PM Reply Quote 0
                  • A Offline
                    amsuvarna27 @konradwalsh
                    last edited by Apr 24, 2020, 3:35 AM

                    @konradwalsh
                    I’m using Raspberry pi CSI camera.
                    How to do with it.
                    Please help me.

                    1 Reply Last reply Reply Quote 0
                    • O Offline
                      OGElijah @sdetweil
                      last edited by Nov 2, 2021, 9:18 PM

                      @sdetweil Hey, buddy… I’m not sure what it is you’re telling me to do here. I wrote what you sent into the terminal but it didn’t do anything. In fact, it’s treating the = sign as a syntax error… what am I doing wrong?

                      S 1 Reply Last reply Nov 2, 2021, 11:46 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy