I am writing a program to detect Hands Gesture in Real-Time using the MediaPipe Library in Python on Visual Studio Code (V.S. Code). But, I am not getting the auto-complete suggestions while writing my Code for the same. Any suggestions which extensions will be helpful in providing me with the same? Appreciate your help:)
import cv2 as cv
import mediapipe as mp
mp_hands = mp.solutions.hands
hands = mp_hands.Hands()
mp_draw = mp.solutions.drawing_utils
I changed mp.solutions.hands to mp.solutions.mediapipe.python.solutions.hands and it worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With