MrgicBook commited on
Commit
e7e1673
·
verified ·
1 Parent(s): d689525

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +10 -3
  2. config.json +80 -0
  3. model.safetensors +3 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": {
3
+ "embed_dim": 384,
4
+ "embed_layer": "ConvPyramidPatchEmbed",
5
+ "ffn_layer": "mlp",
6
+ "ffn_ratio": 6,
7
+ "interaction_indexes": [
8
+ 10,
9
+ 11
10
+ ],
11
+ "name": "ecpose_vitsplus",
12
+ "num_heads": 6,
13
+ "num_levels": 3,
14
+ "patch_size": 16,
15
+ "proj_dim": 256,
16
+ "skip_load_backbone": false
17
+ },
18
+ "decoder": {
19
+ "activation": "relu",
20
+ "aux_loss": true,
21
+ "cls_no_bias": false,
22
+ "dec_n_points": 4,
23
+ "dec_pred_class_embed_share": false,
24
+ "dec_pred_pose_embed_share": false,
25
+ "dim_feedforward": 2048,
26
+ "dropout": 0.0,
27
+ "eval_spatial_size": [
28
+ 640,
29
+ 640
30
+ ],
31
+ "feat_strides": [
32
+ 8,
33
+ 16,
34
+ 32
35
+ ],
36
+ "hidden_dim": 256,
37
+ "learnable_tgt_init": true,
38
+ "nhead": 8,
39
+ "normalize_before": false,
40
+ "num_body_points": 17,
41
+ "num_decoder_layers": 4,
42
+ "num_feature_levels": 3,
43
+ "num_queries": 60,
44
+ "reg_max": 32,
45
+ "reg_scale": 4,
46
+ "return_intermediate_dec": true,
47
+ "two_stage_bbox_embed_share": false,
48
+ "two_stage_class_embed_share": false,
49
+ "two_stage_type": "standard"
50
+ },
51
+ "encoder": {
52
+ "act": "silu",
53
+ "csp_type": "csp2",
54
+ "depth_mult": 1,
55
+ "dim_feedforward": 2048,
56
+ "dropout": 0.0,
57
+ "expansion": 1.5,
58
+ "feat_strides": [
59
+ 8,
60
+ 16,
61
+ 32
62
+ ],
63
+ "fuse_op": "sum",
64
+ "hidden_dim": 256,
65
+ "in_channels": [
66
+ 256,
67
+ 256,
68
+ 256
69
+ ],
70
+ "nhead": 8,
71
+ "num_encoder_layers": 1,
72
+ "use_encoder_idx": [
73
+ 2
74
+ ]
75
+ },
76
+ "postprocessor": {
77
+ "num_body_points": 17,
78
+ "num_select": 60
79
+ }
80
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371ddc9a8b5bf0cb8b24dddd9d36cdf0db3aab2a2bee4d0d3c7c99fdc466c414
3
+ size 206486388