Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WuJunde authored Mar 24, 2024
1 parent 3903bd5 commit 09a2adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python val.py -net 'your_backbone' -mod val_ad -exp_name generate_dfsim -weights

#### Train Segmentation:

python train.py -net transunet -mod seg -exp_name repro_seg -base_weights 'weights of diagnosis network'
python train.py -net 'your_backbone' -mod seg -exp_name repro_seg -base_weights 'weights of diagnosis network'

#### Segmentation Inference:

Expand All @@ -31,8 +31,8 @@ See cfg.py for more avaliable parameters
- [x] del debug code
- [x] cls validation
- [ ] function name alignment
- [ ] del trials
- [ ] dataset preprocess tools
- [x] del trials
- [x] dataset preprocess tools

### Cite

Expand Down

0 comments on commit 09a2adb

Please sign in to comment.