Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step 2, error #130

Open
mohican521 opened this issue Sep 6, 2023 · 1 comment
Open

step 2, error #130

mohican521 opened this issue Sep 6, 2023 · 1 comment

Comments

@mohican521
Copy link

Traceback (most recent call last):
File "data_util/process_data.py", line 95, in
face_alignment.LandmarksType._2D, flip_input=False)
File "/opt/conda/lib/python3.8/enum.py", line 346, in getattr
raise AttributeError(name) from None
AttributeError: _2D
Traceback (most recent call last):
File "data_util/process_data.py", line 110, in
Traceback (most recent call last):
File "data_util/process_data.py", line 110, in
tmp_img = cv2.imread(os.path.join(ori_imgs_dir, str(valid_img_ids[0])+'.jpg'))
IndexError: list index out of range
tmp_img = cv2.imread(os.path.join(ori_imgs_dir, str(valid_img_ids[0])+'.jpg'))
IndexError: list index out of range
Traceback (most recent call last):
File "data_util/process_data.py", line 110, in
tmp_img = cv2.imread(os.path.join(ori_imgs_dir, str(valid_img_ids[0])+'.jpg'))
IndexError: list index out of range
Traceback (most recent call last):
File "data_util/process_data.py", line 110, in
tmp_img = cv2.imread(os.path.join(ori_imgs_dir, str(valid_img_ids[0])+'.jpg'))
IndexError: list index out of range

@Bertram168
Copy link

hello, I meet the same problem, too. Have you figured out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants