Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This repo contains the checkpoints for SAT.
|
2 |
+
|
3 |
+
We offer SAT-Pro, SAT-Nano (both trained on 72 datasets) and another 5 different variants of SAT-Nano (all trained on 49 datasets):
|
4 |
+
- SAT-Pro: ./Pro
|
5 |
+
- SAT-Nano: ./Nano
|
6 |
+
- UNET-Ours: ./Others/UNET-Ours
|
7 |
+
- UNET-CPT: ./Others/UNET-CPT
|
8 |
+
- UNET-BB: ./Others/UNET-BaseBERT
|
9 |
+
- UMamba-CPT: ./Others/UMamba-CPT
|
10 |
+
- SwinUNETR-CPT: ./Others/SwinUNETR-CPT
|
11 |
+
|
12 |
+
⚠️ Each model should be used with paired checkpoint and text encoder checkpoint.
|