Introduce the third segmentation pipeline using MONAI (1.6.x) to allow direct comparison with Pipelines A and B. This includes the implementation of the iterative pseudo-labeling workflow, training scripts, and inference protocols. - Add `scripts_monai/` directory containing the MONAI pipeline scripts. - Update documentation in `README.md` and `AGENTS.md` to include MONAI package requirements and pipeline details. - Configure `.gitignore` to exclude MONAI-specific run directories. - Update data directory descriptions to include MONAI pseudo-labels. |
||
|---|---|---|
| .. | ||
| 01_monai_build_rows.py | ||
| 02_monai_train.py | ||
| 03_monai_pseudo_label.py | ||
| 04_monai_eval_test.py | ||
| 05_monai_run_iterative.py | ||
| monai_common.py | ||