Copilot Copilot commited on
Commit ·
9b39304
1
Parent(s): 2230fa3
Publish V-JEPA2 checkpoints
Browse filesCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- README.md +24 -0
- mlp_decoder_human.pth +3 -0
- vjepa_encoder_human.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- medical-imaging
|
| 4 |
+
- endoscopy
|
| 5 |
+
- surgical-phase-recognition
|
| 6 |
+
- vjepa2
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# V-JEPA2 checkpoints for the AI-Endo Hugging Face Space
|
| 10 |
+
|
| 11 |
+
This repository stores the published checkpoint set for the **V-JEPA2** phase-recognition path used by `hf_spaces/DINO-ENDO/`.
|
| 12 |
+
|
| 13 |
+
## Files
|
| 14 |
+
|
| 15 |
+
- `vjepa_encoder_human.pt`
|
| 16 |
+
- `mlp_decoder_human.pth`
|
| 17 |
+
|
| 18 |
+
## Consumed by the Space
|
| 19 |
+
|
| 20 |
+
Set the following Space environment variable so the Streamlit Space can download these files lazily at runtime:
|
| 21 |
+
|
| 22 |
+
```text
|
| 23 |
+
VJEPA2_MODEL_REPO_ID=Ryukijano/vjepa2-phase-models
|
| 24 |
+
```
|
mlp_decoder_human.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8fe5899a6f9a1ede1d34d180363f3ead3114675bab1c5cc15e6d05e837c138
|
| 3 |
+
size 1328971
|
vjepa_encoder_human.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3ddcd33d59ef3c7f7a6745ee8a0c042c0c52c9795bb86d266b5df519d218c67
|
| 3 |
+
size 5127819021
|