| license: apache-2.0 | |
| # GDCount Checkpoints | |
| Checkpoint for **GDCount + GroundingDINO** | |
| ## Files | |
| - `gdcount_text_only_011.pth`: checkpoint for text only model | |
| ## Usage | |
| ```python | |
| from huggingface_hub import hf_hub_download | |
| ckpt = hf_hub_download( | |
| repo_id="Phiphi216/gdcount", | |
| filename="gdcount_text_only_011.pth" | |
| ) | |