diff --git a/synthetic_signwriting/generator.py b/synthetic_signwriting/generator.py index 1cbdcf6..482b1c8 100644 --- a/synthetic_signwriting/generator.py +++ b/synthetic_signwriting/generator.py @@ -85,6 +85,8 @@ def _get_random_hand(self, is_right_hand=False, hand_index=None, hand_orientatio # Mirror right hand if is_right_hand: hand = hand * np.array([-1, 1, 1]) + else: + symbol += 0x8 return hand, symbol