Skip to main content
Powered by ShareScore

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.

3

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3 results for “Marie Skłodowska-Curie”

Learn how ShareScore rates datasets ↗
zenodo52/100

Pre-processed (in Detectron2 and YOLO format) planetary images and boulder labels collected during the BOULDERING Marie Skłodowska-Curie Global fellowship

<p>This database contains 4976 planetary images of boulder fields located on Earth, Mars and Moon. The data was collected during the BOULDERING Marie Skłodowska-Curie Global fellowship between October 2021 and 2024. The data was already splitted into train, validation and test datasets, but feel free to re-organize the labels at your convenience.&nbsp;</p> <p>For each image, all of the boulder outlines within the image were carefully mapped in QGIS. More information about the labelling procedure can be found in the following manuscript (<a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013">https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013</a>). This dataset differs from the previous dataset included along with the manuscript&nbsp;<a href="https://zenodo.org/records/8171052">https://zenodo.org/records/8171052</a>, as it contains more mapped images, especially of boulder populations around young impact structures on the Moon (cold spots). In addition, the boulder outlines were also pre-processed so that it can be ingested directly in YOLOv8.</p> <p>A description of what is what is given in the README.txt file (in addition in how to load the custom datasets in Detectron2 and YOLO). Most of the other files are mostly self-explanatory. Please see previous dataset or manuscript for more information. If you want to have more information about specific lunar and martian planetary images, the IDs of the images are still available in the name of the file. Use this ID to find more information (e.g., M121118602_00875_image.png, ID M121118602 ca be used on https://pilot.wr.usgs.gov/). I will also upload the raw data from which this pre-processed dataset was generated (see <a href="https://zenodo.org/records/14250970">https://zenodo.org/records/14250970</a>).</p> <p>Thanks to this database, you can easily train a Detectron2 Mask R-CNN or YOLO instance segmentation models to automatically detect boulders.&nbsp;</p> <p><strong>How to cite:</strong></p> <p>Please refer to the "how to cite" section of the readme file of <a href="https://github.com/astroNils/YOLOv8-BeyondEarth" target="_blank" rel="noopener">https://github.com/astroNils/YOLOv8-BeyondEarth.</a></p> <p><strong>Structure:</strong></p> <pre><code>. └── boulder2024/ ├── jupyter-notebooks/ │ └── REGISTERING_BOULDER_DATASET_IN_DETECTRON2.ipynb ├── test/ │ └── images/ │ ├── &lt;image_name&gt;_image.png │ ├── ... │ └── labels/ │ ├── &lt;image_name&gt;_image.txt │ ├── ... ├── train/ │ └── images/ │ ├── &lt;image_name&gt;_image.png │ ├── ... │ └── labels/ │ ├── &lt;image_name&gt;_image.txt │ ├── ... ├── validation/ │ └── images/ │ ├── &lt;image_name&gt;_image.png │ ├── ... │ └── labels/ │ ├── &lt;image_name&gt;_image.txt │ ├── ... ├── detectron2_inst_seg_boulder_dataset.json ├── README.txt ├── yolo_inst_seg_boulder_dataset.yaml</code></pre> <p>&nbsp;</p> <pre><code>detectron2_inst_seg_boulder_dataset.json</code></pre> <p>is a json file containing the masks as expected by Detectron2 (see <a href="https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html">https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html</a> for more information on the format). In order to use this custom dataset, you need to register the dataset before using it in the training. There is an example how to do that in the jupyter-notebooks folder. You need to have detectron2, and all of its depedencies installed. &nbsp;</p> <pre><code>yolo_inst_seg_boulder_dataset.yaml</code></pre> <p>can be used as it is, however you need to update the paths in the .yaml file, to the test, train and validation folders. More information about the YOLO format can be found here (<a href="https://docs.ultralytics.com/datasets/segment/">https://docs.ultralytics.com/datasets/segment/</a>).</p>

opencc-by-4.0Nov 2024View details →
zenodo48/100

Raw planetary images and boulder labels data (as shapefiles) collected during the BOULDERING Marie Skłodowska-Curie Global fellowship

<p>This database contains 64 large images of craters on the lunar and martian surfaces and 3 images of boulder fields on Earth (see manuscript <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013">https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013</a> for more information on those terrestrial locations). The data was collected during the BOULDERING Marie Skłodowska-Curie Global fellowship between October 2021 and 2024.</p> <p>For each image, the boulder outlines within specific tiles within the image were carefully mapped in QGIS. More information about the labelling procedure can be found in the following manuscript (<a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013">https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JE008013</a>). This dataset differs from the previous dataset included along with the manuscript&nbsp;<a href="https://zenodo.org/records/8171052">https://zenodo.org/records/8171052</a>, as it contains more mapped images, especially of boulder populations around young impact structures on the Moon (cold spots).&nbsp;</p> <p>For each location, you will find a raster with a .tif format, and three shapefiles:</p> <ul> <li> <p>a boulder-mapping file, which is the manually digitized outline of boulders.</p> </li> <li> <p>a tiles-completely-mapped file, which depicts the patches/tiles/windows on which the boulder mapping has been conducted.</p> </li> <li> <p>a global-tiles file, which shows all of the image patches/tiles/windows (pick the term you are the most familiar with) within a raster.</p> </li> </ul> <p>In addition you will find .pkl (which stands for pickle), which contains some information about the patches/tiles/windows if you would need to clip those windows out from the original raster. You can find more information in the way we process this raw data into a format which can be ingested in a deep learning model (see <a href="https://zenodo.org/records/14250874" target="_blank" rel="noopener">https://zenodo.org/records/14250874</a>) in the two following github repositories (<a href="https://github.com/astroNils/YOLOv8-BeyondEarth" target="_blank" rel="noopener">https://github.com/astroNils/YOLOv8-BeyondEarth</a> and&nbsp;<a href="https://github.com/astroNils/MLtools/tree/main" target="_blank" rel="noopener">https://github.com/astroNils/MLtools</a>). If you don't plan in adding more training data, you can directly used the pre-processed database (see <a href="https://zenodo.org/records/14250874" target="_blank" rel="noopener">https://zenodo.org/records/14250874</a>).</p> <p>There are multiple locations/images per planetary body. Cold spots are located on the Moon, but they are saved in a folder of their own.&nbsp;</p> <p>Note that the cold spots boulder mapping shapefiles are partially manually mapped, and partially originating from predictions made from a deep learning model (which explains the outline of boulders are predicted within one pixel).</p> <p><strong>How to cite:</strong></p> <p>Please refer to the "how to cite" section of the readme file of <a href="https://github.com/astroNils/YOLOv8-BeyondEarth" target="_blank" rel="noopener">https://github.com/astroNils/YOLOv8-BeyondEarth.</a></p> <p><strong>Structure:</strong></p> <pre><code>. └── raw_data/ ├── coldspots/ │ └── image_name/ │ ├── shp/ │ │ ├── &lt;image_name&gt;-tiles-completely-mapped.shp │ │ ├── &lt;image_name&gt;-boulder-mapping.shp │ │ └── &lt;image_name&gt;-global-tiles.shp │ └── raster/ │ └── &lt;image_name&gt;.tif ├── earth/ │ └── image_name/ │ ├── shp/ │ │ ├── &lt;image_name&gt;-tiles-completely-mapped.shp │ │ ├── &lt;image_name&gt;-boulder-mapping.shp │ │ └── &lt;image_name&gt;-global-tiles.shp │ └── raster/ │ └── &lt;image_name&gt;.tif ├── mars/ │ └── image_name/ │ ├── shp/ │ │ ├── &lt;image_name&gt;-tiles-completely-mapped.shp │ │ ├── &lt;image_name&gt;-boulder-mapping.shp │ │ └── &lt;image_name&gt;-global-tiles.shp │ └── raster/ │ └── &lt;image_name&gt;.tif └── moon/ └── image_name/ ├── shp/ │ │ ├── &lt;image_name&gt;-tiles-completely-mapped.shp │ │ ├── &lt;image_name&gt;-boulder-mapping.shp │ │ └── &lt;image_name&gt;-global-tiles.shp └── raster/ └── &lt;image_name&gt;.tif</code></pre>

opencc-by-4.0Nov 2024View details →
zenodo40/100

METADATA: Marie Skłodowska-Curie Action, DADA2GT, Project Number: 841780

<p>This repository contains the data generated through the Marie Skłodowska-Curie Action DADA2GT (Project Number: 841780) entitled &quot;Development of gene therapy and genome editing strategies to treat adenosine deaminase 2 deficiency.&quot; All the data are stored as .cvs files. The results of the Action have been included in the publication entitled &quot;Lentiviral correction of enzymatic activity restrains macrophage inflammation in adenosine deaminase 2 deficiency&quot; published in the open-access journal Blood Advances and available at https://doi.org/10.1182/bloodadvances.2020003811 and Zenodo.</p>

opencc-by-4.0Aug 2021View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated 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.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

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.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

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.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

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.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

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.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record