ZeyuLing commited on
Commit
ba40c6d
·
verified ·
1 Parent(s): 132d972

Add MotionFix manifest

Browse files
Files changed (1) hide show
  1. manifest.json +61 -0
manifest.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "ZeyuLing/MotionFix",
3
+ "source_root": "/apdcephfs_cq11/share_1467498/home/zeyuling/hf_trainer/data/MotionFix",
4
+ "created_date": "2026-07-04",
5
+ "license": "cc-by-4.0",
6
+ "upstream": {
7
+ "project_page": "https://motionfix.is.tue.mpg.de/",
8
+ "license_page": "https://motionfix.is.tue.mpg.de/license.html",
9
+ "github": "https://github.com/athn-nik/motionfix",
10
+ "paper": "https://www.arxiv.org/abs/2408.00712"
11
+ },
12
+ "counts": {
13
+ "full_package_triplets": 6730,
14
+ "annotation_entries": 6730,
15
+ "split_json_ids": {
16
+ "train": 5388,
17
+ "val": 330,
18
+ "test": 1013,
19
+ "total_unique": 6731
20
+ },
21
+ "missing_split_ids_from_full_package": {
22
+ "train": [
23
+ "006722"
24
+ ],
25
+ "val": [],
26
+ "test": []
27
+ }
28
+ },
29
+ "files": [
30
+ {
31
+ "path": "motionfix.pth.tar",
32
+ "bytes": 5379761702,
33
+ "sha256": "9d2de0ef80c97f5cf0fbe0579bf58ec22f504782aceacee8d72d9cbc93f8571c",
34
+ "description": "Full MotionFix release package with 6,730 triplets."
35
+ },
36
+ {
37
+ "path": "motionfix_val.pth.tar",
38
+ "bytes": 263046195,
39
+ "sha256": "6ec5b2da91705c32cb495be3b931d2c42136fcbcf5763eadad365052307116e7",
40
+ "description": "Validation split package, 330 triplets."
41
+ },
42
+ {
43
+ "path": "motionfix_test.pth.tar",
44
+ "bytes": 805265131,
45
+ "sha256": "cd2c59a69f0854f5b3cffeebc026fd6df2f63b75e813f6a6151cafa96b76eaea",
46
+ "description": "Test split package, 1,013 triplets."
47
+ },
48
+ {
49
+ "path": "splits.json",
50
+ "bytes": 94284,
51
+ "sha256": "1f91f945b76c85b2780fd9dbdce32bde1f14988a06ceecf16cb2eb4e02d0de45",
52
+ "description": "Local train/val/test split list. Contains one train id, 006722, that is absent from the full package and annotation JSON."
53
+ },
54
+ {
55
+ "path": "amt_motionfix_latest.json",
56
+ "bytes": 6289990,
57
+ "sha256": "8d999be2bffe086cfe2816aefdba944782dc3534e1c45e3fc4dcd5ac8755d203",
58
+ "description": "MotionFix metadata/annotation JSON, 6,730 entries."
59
+ }
60
+ ]
61
+ }