-
Notifications
You must be signed in to change notification settings - Fork 122
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
quicktest update & merge CerebNet.utils.metrics into FastSurferCNN.utils.metrics #590
Draft
taha-abdullah
wants to merge
6
commits into
Deep-MI:dev
Choose a base branch
from
taha-abdullah:pytest
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
taha-abdullah
commented
Oct 8, 2024
- Deleted CerebNet.utils.metrics.py and merged all functionality into FastSurferCNN.utils.metrics.py
- refactoring usage across files
- changed dice score implementation to numpy (tried MONAI and Ignite, didn't work out)
- added support for multiple images in test_images
- nested parameterization (subjects and test files) in test_images and test_stats
dkuegler
requested changes
Oct 8, 2024
fe5772b
to
80884ad
Compare
dkuegler
requested changes
Oct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should do another iteration on metrics.
6e4d61a
to
12359d5
Compare
9168e26
to
82e1f40
Compare
dkuegler
approved these changes
Jan 20, 2025
25987dc
to
328e5bb
Compare
…ferCNN.utils.metrics.py - Deleting CerebNet.utils.metrics.py - refactoring usage across files - Changing back to numpy dice score implementation - removing CerebNet.utils.metrics.py from docs - Parameterized tests in test_images.py and test_stats.py - also added test configuration files for new filetypes - rebased pytest-feture onto merge-metrics - adding support for multiple images in test_images.py
- quicktest.yaml: commenting out trigger on pull request - FastSurferCNN.utils.metrics.py: docstring changes
fe7030d
to
37c076c
Compare
- Add author to github actions - Fix strings in quicktest workflow - Add parameter options pr/**** for docker-image parameters (in addition to build-cached), which allows for building from prs via manually triggered actions - Merge run and test of quicktest into one job to reduce clutter in reported checks - Add cleanup option for run-fastsurfer action - Add annotation with test results job to the quicktest workflow - Clean up some formatting - some minor bugfixes to FastSurferCNN.utils.common.SubjectDirectory - Add overloads to FastSurferCNN.utils.mapper.Mapper.__call__ and some minor bugfixes to the Mapper class to make it a bit more straighforward to use - Make the interface to FastSurferCNN.utils.mapper.TSVLookupTable by default more compatible with LUT.tsv and LUT.txt files (automatically detecting the correct format to read the file). - Add dataframe_to_table (reverse to table_to_dataframe) and read_statsfile to FastSurferCNN.segstats (as importable functions that may be used to handling stats files and stats data) - Update and rework the full quicktest pipeline including fixtures, required environment variables for configuration and data files with thresholds
Move thresholds files into data (instead of thresholds) and remove thresholds folder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.