update model
Browse files- README.md +20 -3
- config.json +20 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: CountGD
|
5 |
+
license: mit
|
6 |
+
tags:
|
7 |
+
- computer-vision
|
8 |
+
- counting
|
9 |
+
- grounding-dino
|
10 |
+
- model_hub_mixin
|
11 |
+
- multi-modal
|
12 |
+
- open-vocabulary
|
13 |
+
- pytorch_model_hub_mixin
|
14 |
+
- transformers
|
15 |
+
---
|
16 |
+
|
17 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
18 |
+
- Code: https://github.com/niki-amini-naieni/CountGD
|
19 |
+
- Paper: https://arxiv.org/abs/2407.04619
|
20 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"aux_loss": true,
|
3 |
+
"dec_pred_bbox_embed_share": true,
|
4 |
+
"dn_box_noise_scale": 1.0,
|
5 |
+
"dn_label_noise_ratio": 0.5,
|
6 |
+
"dn_labelbook_size": 91,
|
7 |
+
"dn_number": 0,
|
8 |
+
"iter_update": true,
|
9 |
+
"max_text_len": 256,
|
10 |
+
"nheads": 8,
|
11 |
+
"num_feature_levels": 4,
|
12 |
+
"num_patterns": 0,
|
13 |
+
"num_queries": 900,
|
14 |
+
"query_dim": 4,
|
15 |
+
"sub_sentence_present": true,
|
16 |
+
"text_encoder_type": "checkpoints/bert-base-uncased",
|
17 |
+
"two_stage_bbox_embed_share": false,
|
18 |
+
"two_stage_class_embed_share": false,
|
19 |
+
"two_stage_type": "standard"
|
20 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49e0cd9342fd3a0b11e5b32b883542518e4b6852d20d09f0126c159711294fc1
|
3 |
+
size 937560192
|