Bao Tran commited on
Commit ·
07f89df
1
Parent(s): e051743
add checkpoints
Browse files- README.md +15 -0
- gdcount_text_exemplar_019.pth +3 -0
- gdcount_text_exemplar_calib_013_best.pth +3 -0
- gdcount_text_only_011.pth +3 -0
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# GDCount Checkpoints
|
| 5 |
+
|
| 6 |
+
Checkpoint for **GDCount + GroundingDINO**
|
| 7 |
+
|
| 8 |
+
## Files
|
| 9 |
+
- `gdcount_text_only_011.pth`: checkpoint for text only model
|
| 10 |
+
|
| 11 |
+
## Usage
|
| 12 |
+
```python
|
| 13 |
+
from huggingface_hub import hf_hub_download
|
| 14 |
+
|
| 15 |
+
ckpt = hf_hub_download(
|
| 16 |
+
repo_id="Phiphi216/gdcount",
|
| 17 |
+
filename="gdcount_text_only_011.pth"
|
| 18 |
+
)
|
gdcount_text_exemplar_019.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d4fa20388bc72c454084c745c20269297f459f58c227572461741ca5b71104b
|
| 3 |
+
size 1108564282
|
gdcount_text_exemplar_calib_013_best.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdad46d25ab9ce2a44ca55b90e423795d5df7f47687e9eeb0faf02c7e1f7333e
|
| 3 |
+
size 1108976706
|
gdcount_text_only_011.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdd207798259cd69ed143b52a3fe2366c5b30e2215cd9172cacb4d4b39e6d16e
|
| 3 |
+
size 1108564282
|