Skip to content

Commit 46017c9

Browse files
authored
Merge pull request #6 from cleong110/patch-1
"langauge"->"language"
2 parents d54f2c4 + 5f746ef commit 46017c9

File tree

1 file changed

+1
-1
lines changed
  • sign_language_segmentation

1 file changed

+1
-1
lines changed

sign_language_segmentation/bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main():
9898

9999
fps = pose.body.fps
100100

101-
eaf = pympi.Elan.Eaf(author="sign-langauge-processing/transcription")
101+
eaf = pympi.Elan.Eaf(author="sign-language-processing/transcription")
102102
if args.video is not None:
103103
mimetype = None # pympi is not familiar with mp4 files
104104
if args.video.endswith(".mp4"):

0 commit comments

Comments
 (0)