Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MetricsReloaded scripts #53

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r dataset_conversion/requirements.txt
git clone https://github.com/ivadomed/MetricsReloaded.git
cd MetricsReloaded
python -m pip install .

- name: Run tests with unittest
run: |
python -m unittest tests/test_convert_bids_to_nnUNetV2.py
python -m unittest tests/test_compute_metrics_reloaded.py
python -m unittest tests/test_convert_bids_to_nnUNetV2.py
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Repository containing utility scripts for handling various aspects in a DL model
- Conversion to/from BIDS format to nnU-Net or other ecosystem-specific formats;
- Quick-start guides (nnU-Net, ANIMA, MetricsReloaded)
- Template for running inference on NifTI images (a list or dataset) or using nnUNet in `packaging/`
- `compute_metrics/compute_metrics_reloaded.py` wrapper script to compute segmentation metrics using [MetricsReloaded](https://github.com/ivadomed/MetricsReloaded)
266 changes: 0 additions & 266 deletions compute_metrics/compute_metrics_reloaded.py

This file was deleted.

78 changes: 0 additions & 78 deletions quick_start_guides/MetricsReloaded_quick_start_guide.md

This file was deleted.

Loading
Loading