kwea123 / VTuber_Unity

Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!

Home Page:https://www.youtube.com/playlist?list=PLDV2CyUo4q-JFGrpG595jMdWZLwYOnu4p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vutuber error

pipi20001234 opened this issue · comments

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)