You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +43,8 @@ The package includes a unified pipeline script `kneeseg-pipeline` (or via python
35
43
kneeseg-pipeline --data-dir /path/to/SKI10/data
36
44
```
37
45
46
+
> For advanced usage and reproduction scripts (e.g., training models from scratch), please refer to the [Experiments Documentation](experiments/README.md).
47
+
38
48
## Experiments Folder
39
49
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.
0 commit comments