Upload folder using huggingface_hub
Browse files- README.md +10 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone": "OpenGVLab/pvt_v2_b3",
|
| 3 |
+
"count_cls_weight": 0.1,
|
| 4 |
+
"density_l1_weight": 0.01,
|
| 5 |
+
"density_sigma": 3.0,
|
| 6 |
+
"enforce_count": true,
|
| 7 |
+
"label_dict": {
|
| 8 |
+
"Tree": 0
|
| 9 |
+
},
|
| 10 |
+
"losses": [
|
| 11 |
+
"count",
|
| 12 |
+
"count_cls",
|
| 13 |
+
"ot",
|
| 14 |
+
"density_l1"
|
| 15 |
+
],
|
| 16 |
+
"mae_weight": 1.0,
|
| 17 |
+
"norm_cood": true,
|
| 18 |
+
"num_classes": 1,
|
| 19 |
+
"num_of_iter_in_ot": 100,
|
| 20 |
+
"ot_weight": 0.1,
|
| 21 |
+
"score_integration_radius": 2,
|
| 22 |
+
"score_thresh": 0.15,
|
| 23 |
+
"sinkhorn_reg": 1.0
|
| 24 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e51ef8651fb0427b1857b84fba44920690331b7d6f37172595cb384cc3660ef
|
| 3 |
+
size 229725096
|