openheygen icon indicating copy to clipboard operation
openheygen copied to clipboard

推理报错:AttributeError: _2D

Open wickedvalley opened this issue 1 year ago • 0 comments

[Step 0] Number of frames available for inference: 167 [Step 1] Landmarks Extraction in Video. Traceback (most recent call last): File "/docs/workspace/virtual_human/openheygen/video-retalking/inference.py", line 345, in main() File "/docs/workspace/virtual_human/openheygen/video-retalking/inference.py", line 81, in main kp_extractor = KeypointExtractor() File "/docs/workspace/virtual_human/openheygen/video-retalking/third_part/face3d/extract_kp_videos.py", line 18, in init self.detector = face_alignment.FaceAlignment(face_alignment.LandmarksType._2D, device=device)
File "/usr/local/miniconda3/envs/openheygen/lib/python3.9/enum.py", line 352, in getattr raise AttributeError(name) from None AttributeError: _2D

wickedvalley avatar Dec 06 '23 11:12 wickedvalley