Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whats the python vision? #59

Open
AshenskyABCDE opened this issue Feb 12, 2023 · 0 comments
Open

whats the python vision? #59

AshenskyABCDE opened this issue Feb 12, 2023 · 0 comments

Comments

@AshenskyABCDE
Copy link

i try to use 3.9 and 3.6 but it all run never stop.i think It's a matter of version.

and it's my code to want test your code
python detector = MtcnnDetector(model_folder="./mxnet_mtcnn_face_detection/model", ctx=mx.cpu(0), num_worker=1, accurate_landmark=False) img = cv2.imread('zjb1.png') result = detector.detect_face(img) a = result[0][0] face = img[int(a[1]):int(a[3])+1, int(a[0]):int(a[2])+1]#横纵坐标 cv2.waitkey(10000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant