Skip to content
Snippets Groups Projects
Commit d4b5e323 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.montgomery] Update documentation reflect more truthful information about dataset

parent 3cbd7d9e
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,11 +25,11 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
Protocol ``default``:
* Training samples: first 64% of TB and healthy CXR (including labels)
* Validation samples: 16% of TB and healthy CXR (including labels)
* Test samples: 20% of TB and healty CXR (including labels)
......
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,4 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,4 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,4 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
......@@ -10,11 +10,11 @@ This configuration:
* Raw data input (on disk):
* PNG images 12 bit grayscale
* PNG images 8 bit grayscale
* resolution: 4020 x 4892 px or 4892 x 4020 px
* Output image:
* Transforms:
* Load raw PNG with :py:mod:`PIL`
......@@ -25,7 +25,7 @@ This configuration:
* Final specifications
* Fixed resolution: 512 x 512 px
* Color RGB encoding
* Grayscale (single channel), 8 bits
"""
import importlib.resources
......@@ -42,5 +42,3 @@ datamodule = CachingDataModule(
),
raw_data_loader=RawDataLoader(),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment