Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
2,474
datasets available to search
ShareScore release 0.7.1
Dataset results
2,474 results for “Segmentation”
Doodleverse/Segmentation Gym Residual Unet models for 2-class (alluvial sediment, other) segmentation of RGB aerial orthomosaic imagery
<p><strong>Doodleverse/Segmentation Gym Residual Unet models for 2-class (alluvial sediment, other) segmentation of RGB aerial orthomosaic imagery</strong></p> <p>This model release is part of the Doodleverse: https://github.com/Doodleverse</p> <p>These Residual-UNet model data are based on RGB (red, green, and blue) images of alluvial river corridors and associated labels. Models are designed to identify subaerial alluvial sediment (sand, gravel, etc) in orthomosaic imagery. Models have been created using Segmentation Gym* using a dataset of images published here:</p> <p>Ritchie, A.C., Curran, C.A., Magirl, C.S., Bountry, J.A., Hilldale, R.C., Randle, T.J., and Duda, J.J., 2018, Data in support of 5-year sediment budget and morphodynamic analysis of Elwha River following dam removals: U.S. Geological Survey data release, https://doi.org/10.5066/F7PG1QWC.</p> <p>Classes: {0=other, 1=sediment}. See https://github.com/Doodleverse for more information about how this model was trained, and how to use it for inference</p> <p>File descriptions</p> <p>1. '.json' config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. '.h5' weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. '_modelcard.json' model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. '_model_history.npz' model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. '.png' model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, </p> <p>1. BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU<br> 2. sample_images.zip contains a few example input files, for model testing</p> <p>References</p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p>
NPM3D dataset with instance labels used in paper "Toward Accurate Instance Segmentation in Large-scale LiDAR Point Clouds"
<p>NPM3D (https://npm3d.fr/paris-carla-3d) consists of mobile laser scanning (MLS) point clouds collected in four different regions in the French cities of Paris and Lille, where each point has been annotated with two labels: one that assigns it to one out of 10 semantic categories and another one that assigns it to an object instance. When inspecting the data, we found 9 cases where multiple tree instances had not been separated correctly (i.e., they had the same ground truth instance label). These cases were manually corrected using the CloudCompare software (https://www.cloudcompare.org), and 35 individual tree instances were obtained. Our variant of the dataset with 10 semantic categories and enhanced instance labels is publicly available.</p>
Doodleverse/Segmentation Gym SegFormer models for 4-class (other, water, sediment, wood) segmentation of RGB aerial orthomosaic imagery
<p><strong>Doodleverse/Segmentation Gym SegFormer models for 4-class (other, water, sediment, wood) segmentation of RGB aerial orthomosaic imagery</strong></p> <p>This model release is part of the Doodleverse: https://github.com/Doodleverse</p> <p>These Residual-UNet model data are based on RGB (red, green, and blue) images of alluvial river corridors and associated labels. Models are designed to identify water, wood, sediment, and other in orthomosaic imagery. Models have been created using Segmentation Gym* using a dataset of images published here:</p> <p><em>Ritchie, A.C., Curran, C.A., Magirl, C.S., Bountry, J.A., Hilldale, R.C., Randle, T.J., and Duda, J.J., 2018, Data in support of 5-year sediment budget and morphodynamic analysis of Elwha River following dam removals: U.S. Geological Survey data release, https://doi.org/10.5066/F7PG1QWC.</em></p> <p>Classes: {0=other, 1=water, 2=sediment, 3=large woody debris / driftwood}. See https://github.com/Doodleverse for more information about how this model was trained, and how to use it for inference</p> <p>File descriptions</p> <p>1. '.json' config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. '.h5' weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. '_modelcard.json' model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. '_model_history.npz' model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. '.png' model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, </p> <p>1. BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU<br> 2. sample_images.zip contains a few example input files, for model testing</p> <p>References</p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p>
Doodleverse/Segmentation Gym SegFormer models for 2-class (other, sediment) segmentation of RGB aerial orthomosaic imagery
<p><strong>Doodleverse/Segmentation Gym SegFormer models for 2-class (other, sediment) segmentation of RGB aerial orthomosaic imagery</strong></p> <p>This model release is part of the Doodleverse: https://github.com/Doodleverse</p> <p>These Residual-UNet model data are based on RGB (red, green, and blue) images of alluvial river corridors and associated labels. Models are designed to identify water, wood, sediment, and other in orthomosaic imagery. Models have been created using Segmentation Gym* using a dataset of images published here:</p> <p><em>Ritchie, A.C., Curran, C.A., Magirl, C.S., Bountry, J.A., Hilldale, R.C., Randle, T.J., and Duda, J.J., 2018, Data in support of 5-year sediment budget and morphodynamic analysis of Elwha River following dam removals: U.S. Geological Survey data release, https://doi.org/10.5066/F7PG1QWC.</em></p> <p>Classes: {0=other, 1=sediment}. See https://github.com/Doodleverse for more information about how this model was trained, and how to use it for inference</p> <p>File descriptions</p> <p>1. '.json' config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. '.h5' weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. '_modelcard.json' model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. '_model_history.npz' model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. '.png' model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, </p> <p>1. BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU<br> 2. sample_images.zip contains a few example input files, for model testing</p> <p>References</p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p>
Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 3-band (RGB) images of coasts.
<p><em><strong>Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 3-band (RGB) images of coasts.</strong></em></p> <p>These Segformer model data are based on RGB (red, green, and blue) images of coasts and associated labels.</p> <p>Models have been created using Segmentation Gym* using the following datasets**: <a href="https://doi.org/10.5281/zenodo.7335647">https://doi.org/10.5281/zenodo.7335647</a> and ***https://doi.org/10.5281/zenodo.8011926. Those datasets have been combined and the training and validation images and labels are provided here.</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p><strong>Model validation accuracy statistics</strong></p> <p>model name: overall accuracy, mean frequency weighted IoU, mean IoU, Matthews correlation. Bold indicates best overall</p> <ul> <li><strong>v5: .94, .90, .64, .87</strong></li> <li>v6: .93, .89, .63, .87</li> <li>v7: .92, .88, .61, .84</li> <li>v8: .93, .89, .63, .87</li> <li>v9: .92, .88, .62, .85</li> <li>v10: .93, .89, .63, .86</li> </ul> <p> </p> <p><strong>File descriptions</strong></p> <p>For each model, there are 5 files with the same root name:</p> <p>1. <strong>'.json' </strong>config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2.<strong> '.h5'</strong> weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3.<strong> '_modelcard.json'</strong> model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. <strong> '_model_history.npz'</strong> model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. <strong> '.png'</strong> model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p>This is a sister model to this set of Residual UNets: Buscombe, Daniel. (2022). Doodleverse/Segmentation Zoo Res-UNet models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 3-band (RGB) images of coasts. (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.6950472</p> <p><strong>References</strong></p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. <a href="https://doi.org/10.1029/2022EA002332">https://doi.org/10.1029/2022EA002332</a> See: <a href="https://github.com/Doodleverse/segmentation_gym">https://github.com/Doodleverse/segmentation_gym</a></p> <p>** Buscombe, Daniel, Goldstein, Evan, Bernier, Julie, Bosse, Stephen, Colacicco, Rosa, Corak, Nick, Fitzpatrick, Sharon, del Jesús González Guillén, Anais, Ku, Venus, Paprocki, Julie, Platt, Lindsay, Steele, Bethel, Wright, Kyle, & Yasin, Brandon. (2022). Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. <a href="https://doi.org/10.5281/zenodo.7335647">https://doi.org/10.5281/zenodo.7335647</a></p> <p>***Buscombe, Daniel. (2023). June 2023 Supplement Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8011926 </p> <p> </p> <p> </p>
Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 MNDWI images of coasts.
<p><em><strong>Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 MNDWI images of coasts.</strong></em></p> <p>Models have been created using Segmentation Gym* using the following datasets ** https://zenodo.org/record/7384263 and ***: https://doi.org/10.5281/zenodo.7335647. Those datasets have been combined and the training and validation images and labels are provided here.</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p><strong>Model validation accuracy statistics</strong></p> <p>model name: overall accuracy, mean frequency weighted IoU, mean IoU, Matthews correlation. Bold indicates best overall</p> <p> v2: 0.808, 0.7309, 0.47864, 0.656<br> v3: 0.809, 0.7302, 0.4982, 0.664</p> <p><strong>File descriptions</strong></p> <p>For each model, there are 5 files with the same root name:</p> <p>1. '.json' config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. '.h5' weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. '_modelcard.json' model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. '_model_history.npz' model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. '.png' model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p>This is a sister model to these sets of Residual UNets:</p> <p> https://zenodo.org/record/7352850<br> https://zenodo.org/record/7557080</p> <p><strong>References</strong></p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p> <p>** Buscombe, Daniel. (2022). Images and 2-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7384263</p> <p>***Coast Train data release: Wernette, P.A., Buscombe, D.D., Favela, J., Fitzpatrick, S., and Goldstein E., 2022, Coast Train--Labeled imagery for training and evaluation of data-driven models for image segmentation: U.S. Geological Survey data release, https://doi.org/10.5066/P91NP87I. See https://coasttrain.github.io/CoastTrain/ for more information</p> <p>***Buscombe, Daniel. (2023). June 2023 Supplement Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8011926 </p>
Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 NDWI images of coasts.
<p><strong>Doodleverse/CoastSeg Segformer models for 4-class (water, whitewater, sediment and other) segmentation of Sentinel-2 and Landsat-7/8 NDWI images of coasts.</strong></p> <p>Models have been created using Segmentation Gym* using the following datasets ** https://zenodo.org/record/7384263 and ***: https://doi.org/10.5281/zenodo.7335647. Those datasets have been combined and the training and validation images and labels are provided here.</p> <p>Classes: {0=water, 1=whitewater, 2=sediment, 3=other}</p> <p><strong>Model validation accuracy statistics</strong></p> <p>model name: overall accuracy, mean frequency weighted IoU, mean IoU, Matthews correlation. Bold indicates best overall</p> <table> <tbody> <tr> <td>0.896016693115234</td> <td>0.832759195999637</td> <td>0.565748652153519</td> <td>0.806139409136944</td> </tr> </tbody> </table> <table> <tbody> <tr> <td>0.906008201175266</td> <td>0.847625161837392</td> <td>0.593821675882991</td> <td>0.819790462192222</td> </tr> </tbody> </table> <table> <tbody> <tr> <td>0.903999212053087</td> <td>0.844255821722932</td> <td>0.577444030164045</td> <td>0.813646408575</td> </tr> </tbody> </table> <p> </p> <p><strong>File descriptions</strong></p> <p>For each model, there are 5 files with the same root name:</p> <p>1. '.json' config file: this is the file that was used by Segmentation Gym* to create the weights file. It contains instructions for how to make the model and the data it used, as well as instructions for how to use the model for prediction. It is a handy wee thing and mastering it means mastering the entire Doodleverse.</p> <p>2. '.h5' weights file: this is the file that was created by the Segmentation Gym* function `train_model.py`. It contains the trained model's parameter weights. It can called by the Segmentation Gym* function `seg_images_in_folder.py`. Models may be ensembled.</p> <p>3. '_modelcard.json' model card file: this is a json file containing fields that collectively describe the model origins, training choices, and dataset that the model is based upon. There is some redundancy between this file and the `config` file (described above) that contains the instructions for the model training and implementation. The model card file is not used by the program but is important metadata so it is important to keep with the other files that collectively make the model and is such is considered part of the model</p> <p>4. '_model_history.npz' model training history file: this numpy archive file contains numpy arrays describing the training and validation losses and metrics. It is created by the Segmentation Gym function `train_model.py`</p> <p>5. '.png' model training loss and mean IoU plot: this png file contains plots of training and validation losses and mean IoU scores during model training. A subset of data inside the .npz file. It is created by the Segmentation Gym function `train_model.py`</p> <p>Additionally, BEST_MODEL.txt contains the name of the model with the best validation loss and mean IoU</p> <p>This is a sister model to these sets of Residual UNets:</p> <p>https://zenodo.org/record/7557072<br> https://zenodo.org/record/7352859</p> <p><strong>References</strong></p> <p>*Segmentation Gym: Buscombe, D., & Goldstein, E. B. (2022). A reproducible and reusable pipeline for segmentation of geoscientific imagery. Earth and Space Science, 9, e2022EA002332. https://doi.org/10.1029/2022EA002332 See: https://github.com/Doodleverse/segmentation_gym</p> <p>** https://zenodo.org/record/7384263</p> <p>***Buscombe, Daniel. (2023). June 2023 Supplement Images and 4-class labels for semantic segmentation of Sentinel-2 and Landsat RGB, NIR, and SWIR satellite images of coasts (water, whitewater, sediment, other) (v1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.8011926 </p>
Parhyale 3D segmentation dataset
<p>The Parhyale 3D Segmentation dataset consists of 50 timepoints (TP01-TP50) of 3D images (512x512x34), where the manual annotations can be found at discrete 6 timepoints (at TP01, TP11, TP21, TP31, TP41 and TP50).</p> <p>For further details, see README file.</p> <p>This version fixes the duplicated label IDs found in the previous version of label files. This version ensures that each instance has a unique ID. Thanks to Jackson Borchardt for reporting that error.</p>
PTX-498: A multi-center pneumothorax segmentation chest X-ray image dataset
<p>Pneumothorax is a common medical emergency defined as the abnormal collection of air in the pleural space between the lung and chest wall. Its typical symptoms include chest pain and dyspnea, leading to oxygen deficiency or even life-threatening in severe cases. Therefore, an efficient and automatic pneumothorax diagnosis algorithm would be useful in many clinical scenarios. Recently, deep learning methods have achieved impressive progress in medical image segmentation tasks. However, a large-scale dataset is one of the critical components for the success of deep learning. On the other hand, there are few public chest X-ray images with pneumothorax.</p> <p>To stimulate the researchers' interest in the pneumothorax diagnosis algorithm, <strong>we released a new data set PTX-498 here. It contains 498 chest X-ray images of pneumothorax collected from three hospitals, and each image contains pixel-level annotations.</strong> All images were resized to 1024×1024. The raw image intensity was clipped according to the window width and level inside the dicom tag and then normalized to 0 to 255. The contours of the pneumothorax area were labelled by two senior radiologists using ITK-SNAP. The dataset was anonymized and every record related to patients' privacy was removed. Only the image data and the corresponding labels were included in PTX-498.</p> <p><strong>Please use the latest v2-fix version which removes duplicate images and uses the window width and level from the original dicom tag for normalization.</strong></p> <p><strong>Citation: If you are interested in this dataset and applying it in your research, please cite the following article.</strong><br> Paper link: https://doi.org/10.1016/j.neucom.2021.05.029<br> Cite this article as Yunpeng Wang, Kang Wang, Xueqing Peng, Lili Shi, Jing Sun, Shibao Zheng, Fei Shan, Weiya Shi, Lei Liu*. DeepSDM: Boundary-aware pneumothorax segmentation in chest X-ray images [J]. Neurocomputing, 2021, 454: 201-211.</p> <div> <div class="gtx-trans-icon"> </div> </div>
Dataset for Detection and Segmentation of the Radiographic Features of Pulmonary Edema
<p><strong>Objectives:</strong> This comprehensive dataset is well suited for training, evaluating, and using machine learning models to detect, segment, and analyze radiological features associated with pulmonary edema in chest X-ray images.</p> <p><strong>Description:</strong> This dataset consists of a collection of chest X-rays extracted from the <a href="https://physionet.org/content/mimic-cxr-jpg/2.0.0/" target="_blank" rel="noopener">MIMIC database</a>, carefully collected at the Beth Israel Deaconess Medical Center. In total, it comprises 1000 chest X-rays obtained from 741 patients with features suggestive of edema. These X-rays were carefully selected for manual annotation. The annotations are rich and detailed, covering specific radiological features commonly associated with pulmonary edema, including cephalization, Kerley lines, pleural effusions, bat wings, and infiltrates. The dataset includes a wide variety of radiological features, with a total of 4263 annotations (<em>Table 1</em>). Furthermore, each chest radiograph is thoughtfully assigned a severity category, categorizing it as "no edema", "vascular congestion", "interstitial edema", or "alveolar edema".</p> <p><strong>Annotation Method:</strong> The annotation process was meticulously performed by a highly qualified clinician with over 10 years of radiology experience, utilizing both frontal and lateral views for each chest X-ray study. Cephalization and Kerley lines were delineated using polylines, while other features were delineated using binary masks. This methodological approach was carefully chosen to provide a comprehensive data set that would ensure accuracy in subsequent analyses and label assignments. </p> <p>Notably, all features are represented as bounding boxes, meticulously defined by their respective upper-left (x1; y1) and lower-right (x2; y2) corners. In addition, selected features are provided with masks encoded in base 64 format. To facilitate seamless decoding, we provide a conversion script called "mask_converter.py" that allows the transformation of encoded masks into a versatile numpy array format. This feature improves the usability of the dataset for precise analysis and deep learning applications.</p> <p><strong>Datasets:</strong></p> <ol> <li><strong>SLY dataset:</strong> The dataset contains chest X-ray images labeled by clinicians, including both stacked frontal and lateral images. We obtained this dataset by annotating it on the <a href="https://supervisely.com/" target="_blank" rel="noopener">Supervisely platform</a>, and it is stored in JSON and PNG formats.</li> <li><strong>Source dataset:</strong> The dataset is a transformed version of the SLY dataset. In this dataset, all annotations are consolidated into a single spreadsheet, and only frontal view images are represented.</li> <li><strong>Processed dataset: </strong>The dataset focuses exclusively on the lung area for analysis, as other areas surrounding the lung typically contain extraneous information that clinicians do not use in their decision-making process.</li> <li><strong>COCO dataset:</strong> A collection of subsets prepared in the <a href="https://towardsdatascience.com/how-to-work-with-object-detection-datasets-in-coco-format-9bf4fb5848a4" target="_blank" rel="noopener">COCO format</a> and suitable for training and testing. It includes subsets for each feature and for all features evaluated in this study.</li> </ol> <div> <p><strong>Access to the Study:</strong> Further information about this study, including curated source code, dataset details, and trained models, can be accessed through the following repositories:</p> <ul> <li><strong>Source code:</strong> <a href="https://github.com/ViacheslavDanilov/edema_quantification" target="_blank" rel="noopener">https://github.com/ViacheslavDanilov/edema_quantification</a></li> <li><strong>Dataset:</strong> <a href="https://doi.org/10.5281/zenodo.8383776" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.8383776</a></li> <li><strong>Lung segmentation models:</strong> <a href="https://doi.org/10.5281/zenodo.8393555" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.8393555</a></li> <li><strong>Radiographic feature detection models:</strong> <a href="https://doi.org/10.5281/zenodo.8393565" target="_blank" rel="noopener">https://doi.org/10.5281/zenodo.8393565</a></li> </ul> <p> </p> <p><em><strong>Table 1.</strong> Summary of annotated radiological features and severity labels</em></p> <table> <tbody> <tr> <td> <p><strong>Radiological feature</strong></p> </td> <td> <p><strong>Number </strong><strong>of objects</strong></p> </td> <td> <p><strong>Severity </strong><strong>l</strong><strong>abel</strong></p> </td> <td> <p><strong>Number of cases</strong></p> </td> </tr> <tr> <td> <p>Cephalization</p> </td> <td> <p>1656</p> </td> <td> <p>No edema</p> </td> <td> <p>21</p> </td> </tr> <tr> <td> <p>Kerley line</p> </td> <td> <p>609</p> </td> <td> <p>Vascular congestion</p> </td> <td> <p>74</p> </td> </tr> <tr> <td> <p>Pleural effusion</p> </td> <td> <p>317</p> </td> <td> <p>Interstitial edema</p> </td> <td> <p>51</p> </td> </tr> <tr> <td> <p>Bat wing</p> </td> <td> <p>1604</p> </td> <td> <p>Alveolar edema</p> </td> <td> <p>595</p> </td> </tr> <tr> <td> <p>Infiltrate</p> </td> <td> <p>77</p> </td> <td> <p> </p> </td> <td> <p> </p> </td> </tr> <tr> <td> <p>TOTAL</p> </td> <td> <p>4263</p> </td> <td> <p>TOTAL</p> </td> <td> <p>741</p> </td> </tr> </tbody> </table> <p> </p> </div>
A multi-scale labeled dataset for boulder segmentation and navigation on small bodies
<p>The capability to detect boulders on the surface of small bodies is beneficial for vision-based applications such as hazard detection during critical operations, safety quantification, autonomous planning of scientific operations, and autonomous navigation. This task, however, is challenging due to the wide assortment of irregular shapes, the characteristics of the boulders population, and the rapid variability in the illumination conditions. Moreover, the lack of publicly available labeled datasets damps the research about data-driven algorithms. The following dataset has been designed and made publicly available to tackle these challenges. Its purpose is twofold. First, from the lessons learned from previous datasets, to develop a multi-purpose, high-fidelity dataset with boulders scattered across the surface of a small body. Second, to exploit domain randomization, artificial noise addition, scaling, and post-processing, enabling the design of data-driven pipelines. </p> <p>The methodology used to generate the dataset is illustrated in the work "A multi-scale labeled dataset for boulder segmentation and navigation on small bodies" by Mattia Pugliatti and Michele Maestrini, presented at the 74th IAC (International Astronautical Congress), 2024, Baku, Azerbaijan.</p> <p>The dataset contains the image-label pairs of 47502 samples, organized with the following structure: </p> <p>Dataset_PugliattiMaestrini_2023IAC<br> --img<br> --labels<br> --masks</p> <p>The dataset is comprised of 47502 samples. The "img" folder contains the input, 512x 512 grayscale images. The "labels" folder includes the .txt segmentation labels of the 15 most prominent boulders for each image detected with the methodology illustrated in the IAC paper. The "masks" dataset contains the segmentation masks for all image layers, with the values being encoded between 0 and 17 as uint8. The samples are named as XXXXXX_YYY. XXXXXX stands for the image's original ID during rendering. YYY corresponds to the sub-splits of the original image obtained at rendering: </p> <p> 001 - Top-Left crop<br> 002 - Top-Right crop<br> 003 - Bottom-Left crop<br> 004 - Bottom-right crop<br> 005 - Whole, resized</p> <p>The file "10000_ub_2023-01-18 00.09.43.txt" contains all the values of the rendering inputs detailed in the IAC paper.</p>
DATA and CARE model for the segmentation of bacterial nucleoids in SMLM data
<p>This dataset and CARE model is part of the publication "<strong>Transertion and cell geometry organize the <em>Escherichia coli</em> nucleoid during rapid growth</strong>".</p> <p>Data represents PAINT images of fixed <em>Escherichia coli </em>cells grown in LB Lennox to exponential phase. Cultures were treated with different antibiotics and fixed various treatment times (0 - 60 min).</p> <p>The strain (NO34) expresses a MreB<sup>sw</sup>-sfGFP fusion protein from the native chromosomal locus. It was a kind gift from Zemer Gitai (<a href="http://doi:10.1016/j.bpj.2016.07.017">Ouzounov et al., 2016</a>).</p> <p>The CARE 2D model was trained from scratch for 100 epochs (332 steps/epoch) on 736 paired image patches (image dimensions: (1024,1024), patch size: (256,256)) with a batch size of 4, an initial learning rate of 0.0004, 10% validation data and a laplace loss function, using the CARE 2D ZeroCostDL4Micnotebook. Data was augmented by a factor of two involving rotation and flipping and random zoom magnification.</p> <p>The model can currently not be used in CSBDeep Fiji plugin, but in the <a href="https://github.com/HenriquesLab/ZeroCostDL4Mic/wiki">ZeroCostDL4Mic platform</a>.</p> <p> </p>
Fine root dynamics along an elevational gradient in the southern Appalachian mountains in the Coweeta Hydrologic Laboratory from 1994 to 1995 (lengths of fine root segments)
The lengths of fine root segments visible in photographs of roots growing against the windows of minirhizotron boxes were measured.
Fig. 1. Psilotreta daidalos Malicky 2000. A. Head, anterior view. B. Head, dorsal view. C. Maxillary palp. D. Wing veins. E. Male genitalia, left lateral view. F. Male genitalia, dorsal view. G. Male genitalia, ventral view. H. Phallus, left lateral view. I. Segment X, left lateral view. J. Parameres, ventral view. K in The Psilotreta Banks, 1899 of the Dabie Mountains, east central China, with descriptions of two new species (Insecta: Trichoptera: Odontoceridae)
Fig. 1. Psilotreta daidalos Malicky 2000. A. Head, anterior view. B. Head, dorsal view. C. Maxillary palp. D. Wing veins. E. Male genitalia, left lateral view. F. Male genitalia, dorsal view. G. Male genitalia, ventral view. H. Phallus, left lateral view. I. Segment X, left lateral view. J. Parameres, ventral view. K. Aedeagus, ventral view. Scale bars: A–C = 200 µm; D = 1 mm; E–K = 250 µm.
Counted Biopores dataset used in 'RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation'
<p>Counted biopores dataset used in the article: 'RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation'</p> <p>Originally collected as part of a field trial at the University of Bonn in 2012, described in the following paper:</p> <p>Eusun Han, Timo Kautz, Ute Perkons, Marcel Lüsebrink, Ralf Pude, and Ulrich Köpke.Quantification of soil biopore density after perennial fodder cropping.Plant and Soil, 394(1-2):73–85, sep 2015. ISSN 15735036. doi:10.1007/s11104- 015- 2488- 3</p>
Counted Nodules dataset used in 'RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation'
<p>Counted Nodules dataset used in the article: 'RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation'</p>
"The Veiled Virgin illustrates visual segmentation of shape by cause": Stimuli and Experimental Data
<p>Stimuli and raw experimental data from the experiments reported in PNAS article "The Veiled Virgin illustrates visual segmentation of shape by cause"</p>
Figs |-4. Labena acerba sp. n., ♀, holotype: 1 − head, anterior view; 2 – head, dorsal view; 3 − head with antenna, lateral view; 4 – first metasomal segment, lateral view. in Mexican species of Labena Cresson (Hymenoptera, Ichneumonidae) with description of a new species
Figs |-4. Labena acerba sp. n., ♀, holotype: 1 − head, anterior view; 2 – head, dorsal view; 3 − head with antenna, lateral view; 4 – first metasomal segment, lateral view.
Fig. 3. A–B. Waist segments and gaster oblique lateral view. A. T. setuliferum Emery, 1895 in A taxonomic revision of seed harvester ants of the Tetramorium solidum group (Hymenoptera: Formicidae) in southern Africa
Fig. 3. A–B. Waist segments and gaster oblique lateral view. A. T. setuliferum Emery, 1895 (MCZ_ ENT00512567). B. T. clunum Forel, 1913 (CASENT0764600). C–F. Waist segments in dorsal view. C. T. grandinode Santschi, 1913 (CASENT0764655). D. T. lerouxi Mbanyana, Robertson & Hita Garcia sp. nov. (SAM-HYM-C023329). E. T. signatum Emery, 1895 (SAM-HYM-C020573). F. T. glabratum Stitz, 1923 (SAM-HYM-C024395). G–I. Mesosoma in profile. G. T. jordani Santschi, 1937 (CASENT0248475). H. T. glabratum (SAM-HYM-C024395). I. T. rufescens Stitz, 1923 (CASENT0250852). J–M. Head in full-face view. J. T. barbigerum Bolton, 1980 (CASENT0901181). K. T. pogonion Bolton, 1980 (CASTYPE13390 – Antweb, photographer unknown). L. T. glabratum (SAM-HYM-C024395). M. T. rufescens (CASENT0250852). N–P. Waist segments in profile. N. T. duncani Mbanyana, Robertson & Hita Garcia sp. nov. (SAM-HYM-C027003). O. T. glabratum (SAM-HYM-C024395). P. T. rufescens (CASENT0250852).
Training dataset for semantic segmentation (U-Net) of structural conservation practices
<p>In this research, the best management practices include vegetative/structural conservation practices (SCP) across crop fields, such as grassed waterways and terraces. This reference dataset includes 500,000 pair patches (false-color image (B1: NIR, B2: Red, B3: Green) and binary label (SCP: yes[1] or no[0]). These training samples were randomly extracted from Iowa BMP project (<a href="https://www.gis.iastate.edu/gisf/projects/conservation-practices">https://www.gis.iastate.edu/gisf/projects/conservation-practices</a>) and present 90% of patches with SCP areas and 10% of patches non-SCP area. The patch dimension is 256 x 256 pixels at 2-m resolution. Due to the file size, the images were upload in different *.rar files (imagem_0_200k.rar, imagem_200_400k.rar, imagem_400_500k.rar), and the user should download all and merge them in the same folder. The corresponding labels are all in "class_bin.rar" file.</p> <p>Application: These pair images are useful for conservation practitioners interested in the classification of vegetative/structural SCPs using deep-learning semantic segmentation methods.</p> <p>Further information will be available in future.</p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.