zhanga9
zhanga9
[INFO] ===== extract face landmarks from data/processed/videos/May\ori_imgs ===== Traceback (most recent call last): File "F:\GeneFace-main\data_util\process.py", line 438, in extract_landmarks(ori_imgs_dir) File "F:\GeneFace-main\data_util\process.py", line 55, in extract_landmarks fa = face_alignment.FaceAlignment(face_alignment.LandmarksType._2D, flip_input=False) File...
(base) geneface@DESKTOP-MMTJN6M:~$ conda activate geneface (geneface) geneface@DESKTOP-MMTJN6M:~$ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2021 NVIDIA Corporation Built on Sun_Mar_21_19:15:46_PDT_2021 Cuda compilation tools, release 11.3, V11.3.58 Build...
Replace **_2D** with **TWO_D** _Originally posted by @jinqiupeter in https://github.com/yerfor/GeneFace/issues/237#issuecomment-1818280381_ thank you!