Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sabanozturk authored Sep 22, 2024
1 parent 633915e commit adf911f
Showing 1 changed file with 22 additions and 42 deletions.
64 changes: 22 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,48 +44,28 @@ You should structure your aligned dataset in the following way:

```
/datasets/LDCT/
├── Full_Dose
│ ├── 1mm
│ ├── Sharp Kernel
│ ├── L506
| - ...
│ ├── ...
│ ├── Soft Kernel
│ ├── L506
| - ...
│ ├── ...
│ ├── 3mm
│ ├── Sharp Kernel
│ ├── L192
| - ...
│ ├── ...
│ ├── Soft Kernel
│ ├── L192
| - ...
│ ├── ...
├── Quarter_Dose
│ ├── 1mm
│ ├── Sharp Kernel
│ ├── L506
| - ...
│ ├── ...
│ ├── Soft Kernel
│ ├── L506
| - ...
│ ├── ...
│ ├── 3mm
│ ├── Sharp Kernel
│ ├── L192
| - ...
│ ├── ...
│ ├── Soft Kernel
│ ├── L192
| - ...
│ ├── ...
```

├── Full_Dose ├── Quarter_Dose
│ ├── 1mm │ ├── 1mm
│ ├── Sharp Kernel │ ├── Sharp Kernel
│ ├── L506 │ ├── L506
| - ... | - ...
│ ├── ... │ ├── ...
│ ├── Soft Kernel │ ├── Soft Kernel
│ ├── L506 │ ├── L506
| - ... | - ...
│ ├── ... │ ├── ...
│ ├── 3mm │ ├── 3mm
│ ├── Sharp Kernel │ ├── Sharp Kernel
│ ├── L192 │ ├── L192
| - ... | - ...
│ ├── ... │ ├── ...
│ ├── Soft Kernel │ ├── Soft Kernel
│ ├── L192 │ ├── L192
| - ... | - ...
│ ├── ... │ ├── ...
│ │
```
## Training

### Example Command for training with default arguments
Expand Down

0 comments on commit adf911f

Please sign in to comment.