X-Zhang commited on
Commit
4047457
·
verified ·
1 Parent(s): 1b54a9c

Add files using upload-large-folder tool

Browse files
EchoMask_all_speakers_results_npz_25spk.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72add17f387ebf198361732eef54f517d83c54f603534de23dcf4d2b43c00298
3
+ size 1274002235
EchoMask_testnpz.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20a437b67f19516d1f6e13ca87642e9791e06178244ad1fb9edbb3b6bbc785d
3
+ size 27938262
README.md CHANGED
@@ -27,6 +27,8 @@ Generated SMPL-X predictions from the official EchoMask checkpoints for comparis
27
  | `EchoMask_testnpz.zip` | Speaker 2, paper protocol | Generated test `.npz` files |
28
  | `EchoMask_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
  | `EchoMask_testnpz.zip` | Speaker 2, paper protocol | Generated test `.npz` files |
28
  | `EchoMask_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
+ c20a437b67f19516d1f6e13ca87642e9791e06178244ad1fb9edbb3b6bbc785d EchoMask_testnpz.zip
2
+ 72add17f387ebf198361732eef54f517d83c54f603534de23dcf4d2b43c00298 EchoMask_all_speakers_results_npz_25spk.zip
manifest.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "paper": "https://arxiv.org/abs/2504.09209",
4
+ "source_code": "https://github.com/Xiangyue-Zhang/EchoMask",
5
+ "contains_ground_truth": false,
6
+ "files": [
7
+ {
8
+ "path": "EchoMask_testnpz.zip",
9
+ "protocol": "speaker2-paper",
10
+ "size_bytes": 27938262,
11
+ "sha256": "c20a437b67f19516d1f6e13ca87642e9791e06178244ad1fb9edbb3b6bbc785d"
12
+ },
13
+ {
14
+ "path": "EchoMask_all_speakers_results_npz_25spk.zip",
15
+ "protocol": "all-speakers-25",
16
+ "size_bytes": 1274002235,
17
+ "sha256": "72add17f387ebf198361732eef54f517d83c54f603534de23dcf4d2b43c00298"
18
+ }
19
+ ]
20
+ }