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
Traceback (most recent call last):
File "take_pic.py", line 46, in <module>
warped_face = np.array(mtcnn.align(p))[...,::-1]
File "C:\Users\***\Documents\Projects\PycharmProjects\TreB1eN\InsightFace_Pytorch\mtcnn.py", line 24, in align
facial5points = [[landmarks[0][j],landmarks[0][j+5]] for j in range(5)]
File "C:\Users\***\Documents\Projects\PycharmProjects\TreB1eN\InsightFace_Pytorch\mtcnn.py", line 24, in <listcomp>
facial5points = [[landmarks[0][j],landmarks[0][j+5]] for j in range(5)]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
这句话报错:
warped_face = np.array(mtcnn.align(p))[...,::-1]
环境:
系统环境:Python3.6。
因为系统是CUDA12.1的所以没有安装mxnet_cu模块。
Python环境为Anaconda安装。
实际使用环境:
具体错误:
The text was updated successfully, but these errors were encountered: