Update readme.md
This commit is contained in:
parent
e04459c6fe
commit
789eb05278
@ -1,8 +1,12 @@
|
||||
<!-- # Slide-SAM -->
|
||||
# Slide-SAM: Medical SAM meets sliding window
|
||||
|
||||
## Before Training
|
||||
install tutils
|
||||
```
|
||||
pip install trans-utils
|
||||
```
|
||||
|
||||
## Training
|
||||
prepare datasets
|
||||
```
|
||||
python -m datasets.generate_txt
|
||||
@ -13,6 +17,7 @@ cache 3d data into slices
|
||||
python -m datasets.cache_datasets3d
|
||||
```
|
||||
|
||||
## Training
|
||||
run training
|
||||
```
|
||||
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m core.ddp --tag debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user