Safetensors
Transformers
English
CountGD
computer-vision
counting
grounding-dino
model_hub_mixin
multi-modal
open-vocabulary
pytorch_model_hub_mixin
Instructions to use nikigoli/CountGD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nikigoli/CountGD with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nikigoli/CountGD", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README formatting
Browse files
README.md
CHANGED
|
@@ -24,18 +24,20 @@ For more details, please check out the following links
|
|
| 24 |
- Demo: https://huggingface.co/spaces/nikigoli/countgd
|
| 25 |
- Paper: https://arxiv.org/abs/2407.04619
|
| 26 |
|
| 27 |
-

|
| 28 |
|
| 29 |
## Architecture
|
| 30 |
|
| 31 |
+

|
| 32 |
|
| 33 |
|
| 34 |
## Citation
|
| 35 |
|
| 36 |
+
```
|
| 37 |
@article{AminiNaieni24,
|
| 38 |
author = "Amini-Naieni, N. and Han, T. and Zisserman, A.",
|
| 39 |
title = "CountGD: Multi-Modal Open-World Counting",
|
| 40 |
booktitle = "arxiv",
|
| 41 |
year = "2024",
|
| 42 |
+
}
|
| 43 |
+
```
|