You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
demo.py:149: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
pose_np = np.array(pose).flatten()
0.106 Traceback (most recent call last):
File "demo.py", line 219, in
main()
File "demo.py", line 116, in main
right=facebox[2], bottom=facebox[3])
Boost.Python.ArgumentError: Python argument types in
rectangle.init(rectangle)
did not match C++ signature: init(struct _object * __ptr64, long left, long top, long right, long bottom) init(struct _object * __ptr64)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
demo.py:149: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
pose_np = np.array(pose).flatten()
0.106 Traceback (most recent call last):
File "demo.py", line 219, in
main()
File "demo.py", line 116, in main
right=facebox[2], bottom=facebox[3])
Boost.Python.ArgumentError: Python argument types in
rectangle.init(rectangle)
did not match C++ signature:
init(struct _object * __ptr64, long left, long top, long right, long bottom)
init(struct _object * __ptr64)
The text was updated successfully, but these errors were encountered: