X-Zhang commited on
Commit
25e49c6
·
verified ·
1 Parent(s): 1bc48e1

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -27,6 +27,8 @@ Generated SMPL-X predictions from the official SemTalk checkpoints for compariso
27
  | `SemTalk_testnpz.zip` | Speaker 2, paper protocol | Generated test `.npz` files |
28
  | `SemTalk_all_speakers_results_npz_25spk.zip` | 25 English BEAT2 speakers | Generated test `.npz` files |
29
 
 
 
30
  The two releases use different training protocols and should not be interpreted as a controlled single-speaker versus multi-speaker ablation.
31
 
32
  ## Provenance and terms
 
27
  | `SemTalk_testnpz.zip` | Speaker 2, paper protocol | Generated test `.npz` files |
28
  | `SemTalk_all_speakers_results_npz_25spk.zip` | 25 English BEAT2 speakers | Generated test `.npz` files |
29
 
30
+ Verify both downloads with `sha256sum -c SHA256SUMS`.
31
+
32
  The two releases use different training protocols and should not be interpreted as a controlled single-speaker versus multi-speaker ablation.
33
 
34
  ## Provenance and terms
SHA256SUMS ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 0604c518dff35e80cd20e03e8fde4a779c2ef3de686bb08f13925c011317c521 SemTalk_testnpz.zip
2
+ 93b8e0e08b701f62476bd270b50a9f58b1da9fe00e03bbb668021ed30c400d80 SemTalk_all_speakers_results_npz_25spk.zip
SemTalk_all_speakers_results_npz_25spk.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b8e0e08b701f62476bd270b50a9f58b1da9fe00e03bbb668021ed30c400d80
3
+ size 1076424188
SemTalk_testnpz.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0604c518dff35e80cd20e03e8fde4a779c2ef3de686bb08f13925c011317c521
3
+ size 27937654
manifest.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "paper": "https://arxiv.org/abs/2412.16563",
4
+ "source_code": "https://github.com/Xiangyue-Zhang/SemTalk",
5
+ "contains_ground_truth": false,
6
+ "files": [
7
+ {
8
+ "path": "SemTalk_testnpz.zip",
9
+ "protocol": "speaker2-paper",
10
+ "size_bytes": 27937654,
11
+ "sha256": "0604c518dff35e80cd20e03e8fde4a779c2ef3de686bb08f13925c011317c521"
12
+ },
13
+ {
14
+ "path": "SemTalk_all_speakers_results_npz_25spk.zip",
15
+ "protocol": "all-speakers-25",
16
+ "size_bytes": 1076424188,
17
+ "sha256": "93b8e0e08b701f62476bd270b50a9f58b1da9fe00e03bbb668021ed30c400d80"
18
+ }
19
+ ]
20
+ }