“Python Pycharm” Ответ

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

пичам

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

пичам

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

Ответы похожие на “Python Pycharm”

Вопросы похожие на “Python Pycharm”

Больше похожих ответов на “Python Pycharm” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования