mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Issue in cvzone module

Open Janakinathverma opened this issue 3 years ago • 2 comments

from charset_normalizer import detect import cv2 import cvzone from cvzone.HandTrackingModule import Handdetector from time import sleep import numpy as np from pynput.keyboard import Controller cap=cv2.VideoCapture(0,cv2.CAP_DSHOW) cap.set(3,1280) cap.set(4,720) detector=Handdetector(detectionCon=0.8) cap.set(5,674)

This code is showing errors.

python -u "d:\file\pros\myproject-main\virtualkeyboard.py" Traceback (most recent call last): File "d:\file\pros\myproject-main\virtualkeyboard.py", line 4, in from cvzone.HandTrackingModule import Handdetector ImportError: cannot import name 'Handdetector' from 'cvzone.HandTrackingModule' (C:\Users\acer\AppData\Local\Programs\Python\Python310\lib\site-packages\cvzone\HandTrackingModule.py)

Please lead me with a solution.

Janakinathverma avatar Sep 10 '22 16:09 Janakinathverma

Hi @Janakinathverma, This issue is more related to the cvzone please raise this issue into relavant repo. Thank you!

kuaashish avatar Sep 12 '22 09:09 kuaashish

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.

google-ml-butler[bot] avatar Sep 19 '22 09:09 google-ml-butler[bot]

Closing as stale. Please reopen if you'd like to work on this further.

google-ml-butler[bot] avatar Sep 26 '22 09:09 google-ml-butler[bot]

Are you satisfied with the resolution of your issue? Yes No

google-ml-butler[bot] avatar Sep 26 '22 09:09 google-ml-butler[bot]