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

Save direction error #50

Open
israrbacha opened this issue Apr 10, 2021 · 0 comments
Open

Save direction error #50

israrbacha opened this issue Apr 10, 2021 · 0 comments

Comments

@israrbacha
Copy link

I got the following error could you please add an example direction i.e. "open_mouth" it may be easy to edit for further exploration.

AssertionError Traceback (most recent call last)
in ()
3 direction_name = 'raise_eyebrows'
4 num_samples = 5
----> 5 assert direction_name in named_directions, f'"{direction_name}" not found, please save it first using the cell above.'
6
7 loc = named_directions[direction_name][0]

AssertionError: "raise_eyebrows" not found, please save it first using the cell above.

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

1 participant