Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +53 -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,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"DEIMTransformer": {
|
| 3 |
+
"dim_feedforward": 320,
|
| 4 |
+
"eval_idx": -1,
|
| 5 |
+
"eval_spatial_size": [
|
| 6 |
+
640,
|
| 7 |
+
640
|
| 8 |
+
],
|
| 9 |
+
"feat_channels": [
|
| 10 |
+
112,
|
| 11 |
+
112
|
| 12 |
+
],
|
| 13 |
+
"feat_strides": [
|
| 14 |
+
16,
|
| 15 |
+
32
|
| 16 |
+
],
|
| 17 |
+
"hidden_dim": 112,
|
| 18 |
+
"num_layers": 3,
|
| 19 |
+
"num_levels": 2,
|
| 20 |
+
"num_points": [
|
| 21 |
+
4,
|
| 22 |
+
2
|
| 23 |
+
],
|
| 24 |
+
"num_queries": 200,
|
| 25 |
+
"share_bbox_head": true,
|
| 26 |
+
"use_gateway": false
|
| 27 |
+
},
|
| 28 |
+
"HGNetv2": {
|
| 29 |
+
"freeze_at": -1,
|
| 30 |
+
"freeze_norm": false,
|
| 31 |
+
"name": "Pico",
|
| 32 |
+
"pretrained": false,
|
| 33 |
+
"return_idx": [
|
| 34 |
+
2
|
| 35 |
+
],
|
| 36 |
+
"use_lab": true
|
| 37 |
+
},
|
| 38 |
+
"LiteEncoder": {
|
| 39 |
+
"act": "silu",
|
| 40 |
+
"depth_mult": 0.5,
|
| 41 |
+
"expansion": 0.34,
|
| 42 |
+
"feat_strides": [
|
| 43 |
+
16
|
| 44 |
+
],
|
| 45 |
+
"hidden_dim": 112,
|
| 46 |
+
"in_channels": [
|
| 47 |
+
512
|
| 48 |
+
]
|
| 49 |
+
},
|
| 50 |
+
"PostProcessor": {
|
| 51 |
+
"num_top_queries": 300
|
| 52 |
+
}
|
| 53 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:788b3a42297333ae3d47c337a89d859187f9000a7303f748773e88db8a454e0f
|
| 3 |
+
size 6293772
|