ganspace icon indicating copy to clipboard operation
ganspace copied to clipboard

Save direction error

Open israrbacha opened this issue 3 years ago • 0 comments

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.

israrbacha avatar Apr 10 '21 03:04 israrbacha