“Python Pycharm” Código de respuesta

Python Pycharm

import cv2
from cvzone.HandTrackingModule import HandDetector

cap = cv2.VideoCapture(0)
cap.set(3, 1280)
cap.set(4, 720)

detector = HandDetector(detectionCon=0.8)

while True:
    success, img = cap.read()
    img = detector.findHands(img)
    lmList, bboxInfo = detector.findPosition(img)

    cv2.imshow("Image", img)
    cv2.waitKey(1)
i recieve an error
 INFO: Created TensorFlow Lite XNNPACK delegate for CPU. error
Better Buffalo

píchm

if IDE == "PyCharm":
print("you are always gonne use this program for python")
else:
print("plz just install pycharm for python")
Outrageous Ocelot

píchm

you are a man with a very good taste! 
Sparkling Skylark

Respuestas similares a “Python Pycharm”

Preguntas similares a “Python Pycharm”

Más respuestas relacionadas con “Python Pycharm” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código