ZeyuLing commited on
Commit
363ca64
·
verified ·
1 Parent(s): 2c88a49

Clarify MotionFix motion tensor contents

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ pretty_name: MotionFix
15
 
16
  # MotionFix
17
 
18
- This dataset repository mirrors the released MotionFix data artifacts used for text-driven 3D human motion editing. MotionFix contains 6,730 triplets of source motion, target motion, and edit text.
19
 
20
  Upstream resources:
21
 
@@ -36,7 +36,7 @@ Upstream resources:
36
 
37
  ## Data Format
38
 
39
- The `.pth.tar` files are Python pickle files containing dictionaries keyed by MotionFix sample id. Each item contains:
40
 
41
  - `text`: edit instruction.
42
  - `motion_source`: source motion dictionary.
 
15
 
16
  # MotionFix
17
 
18
+ This dataset repository mirrors the released MotionFix data artifacts used for text-driven 3D human motion editing. MotionFix contains 6,730 triplets of source motion, target motion, and edit text. The uploaded `.pth.tar` packages contain processed motion tensors, not only annotation metadata.
19
 
20
  Upstream resources:
21
 
 
36
 
37
  ## Data Format
38
 
39
+ The `.pth.tar` files are Python pickle files containing dictionaries keyed by MotionFix sample id. Each item contains motion data:
40
 
41
  - `text`: edit instruction.
42
  - `motion_source`: source motion dictionary.