Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-zq committed Sep 30, 2020
1 parent e50da13 commit e946377
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ SimpleITK
Tensorboard
Scipy
```
### Code Structure
```angular2
├── config.py # Configuration information for training and testing
├── dataset # Training and testing dataset
│ ├── dataset_lits_faster.py
│ ├── dataset_lits.py
│ └── test_dataset.py
├── models # Model design
│ ├── nn
│ └── Unet.py
├── output # Trained model
├── preprocess
│ └── preprocess_LiTS.py
├── test.py # Test code
├── train_faster.py # Quick training code
├── train.py # Standard training code
└── utils # Some related tools
├── common.py
├── init_util.py
├── logger.py
├── metrics.py
```
## Quickly Start
### 1) LITS2017 dataset preprocessing:
1. Download dataset from google drive: [Liver Tumor Segmentation Challenge.](https://drive.google.com/drive/folders/0B0vscETPGI1-Q1h1WFdEM2FHSUE)
Expand Down

0 comments on commit e946377

Please sign in to comment.