Skip to content

Commit aacdf83

Browse files
committed
ver25.02.19
1. remove reluctant constant in conf.py 2. add youtube_asl.csv, which is compatible with How2Sign label format.
1 parent 1a51bf4 commit aacdf83

File tree

2 files changed

+464441
-464455
lines changed

2 files changed

+464441
-464455
lines changed

conf.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
import os
22

3-
# gpu setting
4-
USE_GPU = True
5-
6-
7-
# video parameters
8-
LENGTH_BASED_MAX_FRAME = True
9-
LENGTH_BASED_FRAME_SKIP = False
3+
# the number of frames to skip when extracting frames from a video
104
FRAME_SKIP = 2
11-
MAX_FRAME = 512
12-
13-
# how2sign dataset
14-
H2S_VIDEO_DIR = "dataset/how2sign/val_raw_videos/raw_videos"
15-
H2S_OUTPUT_DIR = "dataset/how2sign/npy/"
16-
H2S_CSV_FILE = "dataset/how2sign/how2sign_realigned_val.csv"
175

186
# youtube asl dataset
197
ROOT = os.path.dirname(os.path.abspath(__file__))
@@ -24,8 +12,6 @@
2412
CSV_FILE = f"youtube_asl.csv"
2513

2614
TRANSCRIPT_DIR = f"{ROOT}/dataset/transcript/"
27-
DURATION = 16
28-
OVERLAP = 4
2915
MAX_WORKERS = 2
3016
LANGUAGE = [
3117
"en",

0 commit comments

Comments
 (0)