Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +96 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 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,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "ecvitsplus",
|
| 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": "silu",
|
| 20 |
+
"aux_loss": true,
|
| 21 |
+
"box_noise_scale": 1.0,
|
| 22 |
+
"cross_attn_method": "default",
|
| 23 |
+
"dim_feedforward": 2048,
|
| 24 |
+
"dropout": 0.0,
|
| 25 |
+
"eps": 0.01,
|
| 26 |
+
"eval_idx": -1,
|
| 27 |
+
"eval_spatial_size": [
|
| 28 |
+
640,
|
| 29 |
+
640
|
| 30 |
+
],
|
| 31 |
+
"feat_channels": [
|
| 32 |
+
256,
|
| 33 |
+
256,
|
| 34 |
+
256
|
| 35 |
+
],
|
| 36 |
+
"feat_strides": [
|
| 37 |
+
8,
|
| 38 |
+
16,
|
| 39 |
+
32
|
| 40 |
+
],
|
| 41 |
+
"hidden_dim": 256,
|
| 42 |
+
"label_noise_ratio": 0.5,
|
| 43 |
+
"layer_scale": 1,
|
| 44 |
+
"learn_query_content": false,
|
| 45 |
+
"mask_downsample_ratio": null,
|
| 46 |
+
"nhead": 8,
|
| 47 |
+
"num_classes": 80,
|
| 48 |
+
"num_denoising": 100,
|
| 49 |
+
"num_layers": 4,
|
| 50 |
+
"num_levels": 3,
|
| 51 |
+
"num_points": [
|
| 52 |
+
3,
|
| 53 |
+
6,
|
| 54 |
+
3
|
| 55 |
+
],
|
| 56 |
+
"num_queries": 300,
|
| 57 |
+
"query_select_method": "default",
|
| 58 |
+
"reg_max": 32,
|
| 59 |
+
"reg_scale": 4,
|
| 60 |
+
"share_bbox_head": false,
|
| 61 |
+
"share_score_head": false
|
| 62 |
+
},
|
| 63 |
+
"encoder": {
|
| 64 |
+
"act": "silu",
|
| 65 |
+
"csp_type": "csp2",
|
| 66 |
+
"depth_mult": 1,
|
| 67 |
+
"dim_feedforward": 2048,
|
| 68 |
+
"dropout": 0.0,
|
| 69 |
+
"eval_spatial_size": null,
|
| 70 |
+
"expansion": 1.5,
|
| 71 |
+
"feat_strides": [
|
| 72 |
+
8,
|
| 73 |
+
16,
|
| 74 |
+
32
|
| 75 |
+
],
|
| 76 |
+
"fuse_op": "sum",
|
| 77 |
+
"hidden_dim": 256,
|
| 78 |
+
"in_channels": [
|
| 79 |
+
256,
|
| 80 |
+
256,
|
| 81 |
+
256
|
| 82 |
+
],
|
| 83 |
+
"nhead": 8,
|
| 84 |
+
"num_encoder_layers": 1,
|
| 85 |
+
"pe_temperature": 10000,
|
| 86 |
+
"use_encoder_idx": [
|
| 87 |
+
2
|
| 88 |
+
]
|
| 89 |
+
},
|
| 90 |
+
"postprocessor": {
|
| 91 |
+
"num_classes": 80,
|
| 92 |
+
"num_top_queries": 300,
|
| 93 |
+
"remap_mscoco_category": false,
|
| 94 |
+
"use_focal_loss": true
|
| 95 |
+
}
|
| 96 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d04949ea66107ee5ec3be3c94fe3168b033f5af52a69bb1a310f0546ef44525
|
| 3 |
+
size 200147596
|