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

face_alignment error #149

Closed
pcb9382 opened this issue Aug 13, 2022 · 2 comments
Closed

face_alignment error #149

pcb9382 opened this issue Aug 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@pcb9382
Copy link

pcb9382 commented Aug 13, 2022

./face_alignment_trt ../../../configs/face_alignment/config.yaml ../../../samples/faces_recognition
error:
./face_alignment_trt ../../../configs/face_alignment/config.yaml ../../../samples/faces_recognition
terminate called after throwing an instance of 'YAML::InvalidNode'
what(): invalid node; first invalid key: "resize"
已放弃 (核心已转储)

@linghu8812
Copy link
Owner

linghu8812 commented Aug 22, 2022

./face_alignment_trt ../../../configs/face_alignment/config.yaml ../../../samples/faces_recognition error: ./face_alignment_trt ../../../configs/face_alignment/config.yaml ../../../samples/faces_recognition terminate called after throwing an instance of 'YAML::InvalidNode' what(): invalid node; first invalid key: "resize" 已放弃 (核心已转储)

../../../configs/face_alignment/config.yaml文件中添加一个key:

resize:        "directly"

@linghu8812 linghu8812 added the bug Something isn't working label Aug 22, 2022
linghu8812 added a commit that referenced this issue Aug 23, 2022
@linghu8812
Copy link
Owner

solved by 847a61e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants