Closed jacksonjacobs1 closed 9 months ago
The current V2 UI references a hardcoded list of image suffixes. This list is therefore not coupled to the mask suffixes that were actually computed.
The following change couples the suffix list to the masks that were computed for the first image in the dataset:
Note: this behavior is meant to match V1
Added in commit https://github.com/choosehappy/HistoQC/commit/8493531d2adebc2c201aab868a2dc7f95c2e92ba
The current V2 UI references a hardcoded list of image suffixes. This list is therefore not coupled to the mask suffixes that were actually computed.
The following change couples the suffix list to the masks that were computed for the first image in the dataset:
Note: this behavior is meant to match V1