-
Notifications
You must be signed in to change notification settings - Fork 0
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
Map more datasets #26
Comments
Add MORPHO MNIST support https://github.com/dccastro/Morpho-MNIST |
Add Longitudinal Multiple Sclerosis Lesion Segmentation Challenge support: https://smart-stats-tools.org/lesion-challenge-2015 |
Add LIDC-IDRI (lung abnormalities) support: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3041807/ https://wiki.nci.nih.gov/display/CIP/LIDC https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=1966254 |
QSMSC at UCL (real-world multiple sclerosis lesion dataset) does not seem to be a publicly available dataset. I've contacted first author and now I find myself waiting for a response. |
Apparently, a tool is required for downloading the whole 125GB of images: https://wiki.cancerimagingarchive.net/display/NBIA/Downloading+TCIA+Images |
I think we could use the tf native MNIST dataset instead of Morpho. This way, we can apply a similar disturbance strategy to the one applied to oxford pet instead of applying morphological transformations. https://www.tensorflow.org/api_docs/python/tf/keras/datasets/mnist |
- initialized support for mnist - added train module for training a simple unet segmentation model with mnist
- initialized support for mnist - added train module for training a simple unet segmentation model with mnist
Add support for tomato seeds: https://gcpds-image-segmentation.readthedocs.io/en/latest/notebooks/02-datasets.html#Tomato-Seeds |
This dataset is way too small for being meaningful, a typical UNet actchitecture training will have loss curves like the following: This is unacceptable for achieving decent annotators emulation. We will be using the augmented version with detection target instead. However, it would still require to adapt it as tf generator dataset. |
Successful results for tomato seeds disturbing model: Implementation will be included in nexts PR's |
- initialized mapping for crowd seg histopatology dataset
- initialized mapping for crowd seg histopatology dataset
- further definitions on crowd seg dataset generator
- further definitions on crowd seg dataset generator
Add API's for mapping more datasets
The text was updated successfully, but these errors were encountered: