-
Notifications
You must be signed in to change notification settings - Fork 55
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
ClinicaDL cleaning #517
ClinicaDL cleaning #517
Conversation
Hello @camillebrianceau! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-04-05 10:44:57 UTC |
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.
A few lines of commented-out code still remain. Other than that, looks good to me.
696d007
to
96ad8ac
Compare
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ll the splits (aramis-lab#524) * issue overwrite * add documentation for skip leak check (last PR)
* first try to add an adaptive learning rate * add documentation
* remove clinica dependency * changes after review
* add prepare-data-from-bids command
* add logger and mlflow and wandb callbacks
* adapt to clinicadl hugging face organization * finish skip leak check to use clinicadl with downloaded masp
* Add metrics (R2 score, MCC, MK, lr-, lr+) and non parametric (bootstrap) confidence intervals
* Update CHANGELOG.md
…aining ".." strings (aramis-lab#535) * Use parent or parents attributes of Pathlib Path object instead of chaining ".." strings * Use parent or parents attributes of Pathlib Path object instead of chaining ".." strings * remove redundant cast
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.
Some minor suggestions
Gamma range of simulated contrast. | ||
noise_std: List | ||
Stadndard deviation of simulated noise. | ||
|
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.
Contrast
, gamma
and motion
parameters are missing.
@@ -318,7 +318,7 @@ def generate_shepplogan_phantom( | |||
return img | |||
|
|||
|
|||
def mask_processing(mask, percentage, sigma): | |||
def mask_processing(mask, percentage: float, sigma: float): |
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.
mask
's type?
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.
LGTM
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
Co-authored-by: thibaultdvx <[email protected]>
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.
LGTM
No description provided.