You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: