-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changes to load wlasl100 dataset
- Loading branch information
1 parent
07e1470
commit c73db99
Showing
7 changed files
with
341 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
MIN_INPUT_HEIGHT = 60 | ||
MAX_INPUT_HEIGHT = 60 | ||
AUTSL_INPUT_HEIGHT = 60 | ||
MEJIAPEREZ_INPUT_HEIGHT = 64 | ||
WLASL100_INPUT_HEIGHT = 64 | ||
RANDOM_SEED = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
wget -O autsl_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/autsl_tssi.zip | ||
wget -O autsl_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/wlasl100_tssi.zip | ||
wget -O autsl_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/mejiaperez_tssi.zip | ||
unzip autsl_tssi.zip | ||
# wget -O autsl_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/autsl_tssi.zip | ||
wget -O wlasl100_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/wlasl100_tssi.zip | ||
# wget -O mejiaperez_tssi.zip https://storage.googleapis.com/slr_tfds_datasets/mejiaperez_tssi.zip | ||
# unzip autsl_tssi.zip | ||
unzip wlasl100_tssi.zip | ||
unzip mejiaperez_tssi.zip | ||
rm autsl_tssi.zip | ||
# unzip mejiaperez_tssi.zip | ||
# rm autsl_tssi.zip | ||
rm wlasl100_tssi.zip | ||
rm mejiaperez_tssi.zip | ||
# rm mejiaperez_tssi.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.