zzh99 commited on
Commit
e30b1cc
·
verified ·
1 Parent(s): 723d78f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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.