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

Keyerror #28

Open
gebaltso opened this issue Dec 4, 2023 · 1 comment
Open

Keyerror #28

gebaltso opened this issue Dec 4, 2023 · 1 comment

Comments

@gebaltso
Copy link

gebaltso commented Dec 4, 2023

Hello and thank you for your excellent work. I' m facing a keyError when I run the face Attributes code for not just an image but a dataset. More specifically it runs flawless for some hundreds of times but then at the point in code:

with torch.inference_mode():
faces = face_attr(image, faces)

It raises a Keyerror: 'image_ids' .

I observed that at this point the data keysis equal to ([ ]) wheere before it was equal to (['rects, 'points', 'scores', image_ids']).

Any idea what it might be wrong?

@Ttayu
Copy link
Contributor

Ttayu commented Jan 13, 2024

please check #26

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