Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sign
/
mediapipe-vq
like
0
Follow
sign.mt
4
License:
cc-by-nc-sa-4.0
Model card
Files
Files and versions
Community
AmitMY
commited on
Jan 25, 2024
Commit
d7120f2
·
verified
·
1 Parent(s):
8342dae
Upload args.json with huggingface_hub
Browse files
Files changed (1)
hide
show
args.json
+12
-0
args.json
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
{
2
+
"codebook_size": 1024,
3
+
"pose_dims": [
4
+
178,
5
+
3
6
+
],
7
+
"num_codebooks": 4,
8
+
"hidden_dim": 512,
9
+
"nhead": 16,
10
+
"dim_feedforward": 2048,
11
+
"num_layers": 6
12
+
}