-
Notifications
You must be signed in to change notification settings - Fork 2
/
datasets.yaml
26 lines (24 loc) · 979 Bytes
/
datasets.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
interhuman:
NAME: interhuman
DATA_ROOT: E:/Dataset/HumanMotion/InterGen/motions_customized_intergen_convert_fps30
DATA_INTERX_ROOT: E:/Dataset/HumanMotion/Inter-X/motions_customized_fps30
MOTION_REP: global
MODE: train
USE_INTERX: False
CACHE: False # True will cache the dataset in memory, but will lead to context modified after one epoch because of the existence of canonicalization.
interhuman_val:
NAME: interhuman
DATA_ROOT: E:/Dataset/HumanMotion/InterGen/motions_customized_intergen_convert_fps30
DATA_INTERX_ROOT: E:/Dataset/HumanMotion/Inter-X/motions_customized_fps30
MOTION_REP: global
MODE: val
USE_INTERX: False
CACHE: False
interhuman_test:
NAME: interhuman
DATA_ROOT: E:/Dataset/HumanMotion/InterGen/motions_customized_intergen_convert_fps30
DATA_INTERX_ROOT: E:/Dataset/HumanMotion/Inter-X/motions_customized_fps30
MOTION_REP: global
MODE: test
USE_INTERX: False
CACHE: False