MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    CV3 version issue

    Troubleshooting
    2
    2
    119
    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.
    • M
      mikecheng2626 last edited by

      Re: Facial Recognition Module - Step by Step Guide

      Hi, I think I’m very close to finishing up the training.py, but I’m stuck in it.

      Traceback (most recent call last):
      File “train.py”, line 115, in
      model = config.model(config.RECOGNITION_ALGORITHM, config.POSITIVE_THRESHOLD)
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py”, line 121, in model
      if is_cv3():
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py”, line 112, in is_cv3
      if CV_VERSION_MAJOR == 3:
      NameError: global name ‘CV_VERSION_MAJOR’ is not defined

      I’m not sure if I’m doing this right, but I’ve been trying to figure out the major version definition? there’s not much info about this. A website mentioned cv2 and cv3 has different definition and different number.

      I tried CV_VERSION_MAJOR, CV_MAJOR_VERSION, CV_MAJOR_VER, CV_VER_MAJOR

      What should I do?

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @mikecheng2626 last edited by

        @mikecheng2626 see this topic from 2 years ago

        https://forum.magicmirror.builders/topic/11842/valueerror-needs-more-than-3-values-to-unpack-anyone-ever-address-this?_=1622374313412

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy