Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
This repo contains the model weights and dataset meta files for the Panopticon paper, main repo [here](https://github.com/Panopticon-FM/panopticon). In particular:
|
6 |
+
- panopticon_vitb14: full weights after 2 stages of training with student, teacher, and dino heads
|
7 |
+
- panopticon_vitb14_teacher: only teacher weights from panopticon_vitb14, this is sufficient for using panopticon (only this will be loaded when using panopticon via torchhub as described in the [main repo](https://github.com/Panopticon-FM/panopticon/tree/main?tab=readme-ov-file#using-panopticon))
|
8 |
+
- rgb_heads: weights for rgb heads obtained by training the dinov2 checkpoint on fmow-rgb
|
9 |
+
- metadata: contains all parquet files used to index the pre-training data, for folder structure see [here](https://github.com/Panopticon-FM/panopticon?tab=readme-ov-file#metadata-files)
|