Skip to content

Commit

Permalink
Merge pull request #53 from ivadomed/jv/52_remove_MetricsReloaded_scr…
Browse files Browse the repository at this point in the history
…ipts

Remove `MetricsReloaded` scripts
  • Loading branch information
naga-karthik authored Jun 7, 2024
2 parents 1e72f5d + 29b08f3 commit 74de4bd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 561 deletions.
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

0 comments on commit 74de4bd

Please sign in to comment.