Skip to content

Commit a88ce3e

Browse files
committed
add table of contents
1 parent 7247003 commit a88ce3e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
| **Cartilage Segmentation** | [Semantic Context Forest (C++)](https://github.com/wq2012/DecisionForest) | Semantic Context Forest (Python) |
1111
| **Dataset** | Osteoarthritis Initiative (OAI) | [SKI10](https://ski10.grand-challenge.org/) |
1212

13+
## Table of Contents
14+
1. [Installation](#installation)
15+
2. [Usage](#usage)
16+
3. [Experiments Folder](#experiments-folder)
17+
4. [Experiment Results (SKI10)](#experiment-results-ski10)
18+
5. [Algorithm Details](#algorithm-details)
19+
6. [Citation](#citation)
20+
1321
## Installation
1422

1523
You can install the package via pip:
@@ -35,6 +43,8 @@ The package includes a unified pipeline script `kneeseg-pipeline` (or via python
3543
kneeseg-pipeline --data-dir /path/to/SKI10/data
3644
```
3745

46+
> For advanced usage and reproduction scripts (e.g., training models from scratch), please refer to the [Experiments Documentation](experiments/README.md).
47+
3848
## Experiments Folder
3949
The `experiments/` directory contains reproduceable scripts and will store the output models (`models/`) and predictions (`predictions/`) if you run the scripts provided there. See [experiments/README.md](experiments/README.md) for details.
4050

0 commit comments

Comments
 (0)