Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

BUG: Fix missing channels dimension in normalization#701

Merged
fepegar merged 11 commits into
mainfrom
697-add-missing-channels-dimension
Jun 13, 2022
Merged

BUG: Fix missing channels dimension in normalization#701
fepegar merged 11 commits into
mainfrom
697-add-missing-channels-dimension

Conversation

@fepegar

@fepegar fepegar commented Mar 21, 2022

Copy link
Copy Markdown
Contributor

This PR fixes the error shown when trying to run scores.py due to 3D images expected to be 4D.

Fixes #697.

@fepegar fepegar enabled auto-merge (squash) March 22, 2022 16:00
Comment thread InnerEye/ML/photometric_normalization.py
@fepegar fepegar changed the title Fix missing channels dimension in normalization BUG: Fix missing channels dimension in normalization Apr 5, 2022
@fepegar fepegar marked this pull request as draft April 26, 2022 23:02
auto-merge was automatically disabled April 26, 2022 23:02

Pull request was converted to draft

@fepegar fepegar self-assigned this Jun 7, 2022
@fepegar fepegar added the bug Something isn't working label Jun 7, 2022
@fepegar fepegar marked this pull request as ready for review June 13, 2022 08:53
@fepegar fepegar requested a review from ant0nsc June 13, 2022 08:53
Comment thread InnerEye/ML/utils/image_util.py Outdated
@fepegar fepegar requested a review from peterhessey June 13, 2022 10:27
@fepegar fepegar merged commit a9fd52c into main Jun 13, 2022
@fepegar fepegar deleted the 697-add-missing-channels-dimension branch June 13, 2022 12:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

A script loads 3D images, but 4D are expected for preprocessing

3 participants