-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
error?? #17
Comments
@jiagh2010 |
I'm try to run it on raspberry pi 4b, The way to install mxnet is pip install from official whl (mxnet-1.5.0-py2.py3-none-any.whl), maybe it's not use opencv when it's compile. So I get this error when run "python get_face_boxes_gluoncv.py": Therefore, I'm try to use cv2.imread instead of presets.yolo.load_test, but failed, I'm new to mxnet, I don't know how to pass paramters to it. mobileface_allinone.py is also use presets.yolo.load_test to parse image. |
@smilence86 |
@becauseofAI I'm also get same error by these codes:
Traceback (most recent call last): |
@smilence86 |
how to use cv2 ?read image as the input of function
The text was updated successfully, but these errors were encountered: