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.

1,506

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

1,506 results for “objects”

Learn how ShareScore rates datasets ↗
zenodo40/100

User participation in digital accessibility evaluations: reviewing methods and objectives

<p><span>Although laws and standardization bodies promote user participation in digital accessibility evaluations, people with disabilities still consider themselves excluded from this process. One reason could be the lack of systematized knowledge about evaluation methods involving users. This article seeks to understand how and for what purpose digital accessibility evaluations with user participation were conducted in the scientific literature from 2018 to 2021. Three types of user participation emerged: 1) user-based usability testing to evaluate task accomplishment, user reactions and interface qualities; 2) interviewing users to assess the local and social factors impacting digital service accessibility; 3) using questionnaires or crowdsourcing to check the compliance of certain interfaces with accessibility standards. Participants are primarily chosen based on their functional impairments and, to a lesser degree, their project-related skills, biographical information, technology habits, among other criteria. The comprehensive user insights gained with these methods are judged to be positive whereas the lack of representativeness of the selected user samples is found to be regrettable. The article finally discusses the definitions of accessibility and disability that underpin these methodologies.</span></p>

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

Figure 1 in Development and objectives of the PHYCOMORPH European Guidelines for the Sustainable Aquaculture of Seaweeds (PEGASUS)

Figure 1: Seaweed aquaculture to meet the goals of the European bioeconomy strategy (© Michele Barbier, based on EC documentation, 2018, source photos: iStock, © roxyminder #94394792; Fotolia_110024322_Subscription_XXL_© Countrypixel.jpg).

opencc-by-4.0Jan 2020View details →
zenodo40/100

Figure 3 in Development and objectives of the PHYCOMORPH European Guidelines for the Sustainable Aquaculture of Seaweeds (PEGASUS)

Figure 3: Different European legislation with implications for seaweed aquaculture (© Michele Barbier).

opencc-by-4.0Jan 2020View details →
zenodo40/100

Figure 2 in Development and objectives of the PHYCOMORPH European Guidelines for the Sustainable Aquaculture of Seaweeds (PEGASUS)

Figure 2: The development of sustainable seaweed aquaculture in Europe faces a number of challenges: market size, potential environmental impact, and preservation of local genetic diversity, the need to intensify research – both fundamental and applied, regulation of food quality, heavy metals or alien species, and cultivation constraints ranging from automation to issues of epiphytism (© Michele Barbier).

opencc-by-4.0Jan 2020View details →
zenodo40/100

Figure 4 in Development and objectives of the PHYCOMORPH European Guidelines for the Sustainable Aquaculture of Seaweeds (PEGASUS)

Figure 4: Actions promoting the preservation of European marine biodiversity (© Michele Barbier, source photo © freepick.com).

opencc-by-4.0Jan 2020View details →
zenodo40/100

Comprehensive Ethereum Execution Data for Object-Centric Process Mining of Decentralized Applications (DApps)

<p>The dataset pertains to the collection and analysis of blockchain execution data, particularly from Ethereum-based Decentralized Applications (DApps). This data includes transactions, transaction receipts, and detailed transaction traces, documenting the execution steps performed by the Ethereum Virtual Machine (EVM). Such traces are essential for understanding the interaction between smart contracts and accounts, including Contract Accounts (CAs) and Externally Owned Accounts (EOAs).</p> <p>A blockchain is an append-only ledger that chronologically records data in blocks. Each block contains transactions that signify state transitions, and transaction receipts that provide a hashed result of these transitions to ensure uniform results across different executions. The dataset includes a classification of Ethereum accounts, detailing the functions and interactions between EOAs and CAs, where CAs deploy and execute smart contract code.</p> <p>The dataset captures the granular operational data of blockchain transactions, such as function calls, contract creations, and log entries generated by smart contracts. These details are crucial for creating object-centric event logs, aiding in process mining and analysis to bridge the gap between theoretical process models and actual execution.</p> <p>Contract creations and function calls are fundamental components of the dataset. The former documents the deployment of smart contracts, including the mechanics of contract updates and additions through various design patterns. Function calls between accounts are also extensively logged, providing insights into the flow of Ethereum's native token, Ether, and other transactional data within the blockchain.</p> <p>Delegated calls and log entries represent more specialized interactions within Ethereum, where delegated calls allow contracts to use code from other contracts to manipulate their own state, supporting upgradeable contract designs. Log entries, specified within smart contract code, facilitate the communication of contract execution details to external systems.</p> <p>To handle the diverse and dynamic nature of blockchain data, the dataset employs the Object-Centric Event Log (OCEL) format. This format accommodates multiple object types in a single log, addressing issues such as event divergence and convergence, typical of traditional single-case logs. The latest version, OCEL 2.0, supports documenting dynamic object roles and relationships, improving the fidelity of logs in capturing blockchain operations.</p> <p>In summary, the dataset is structured to support a comprehensive analysis of blockchain behaviors, particularly focusing on Ethereum DApps. It is tailored to assist researchers and practitioners in understanding and analyzing the decentralized execution of smart contracts and the associated data flows within the blockchain environment.</p>

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

Synthetic data (Part 2) for HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields

<p>#############</p> <p>HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields, CVPR 2024</p> <p>#############</p> <p>Haozhe Qi, Chen Zhao, Mathieu Salzmann, Alexander Mathis.</p> <p>Affiliation: EPFL</p> <p>Date: June, 2024</p> <p>Link to the CVPR article: https://openaccess.thecvf.com/content/CVPR2024/papers/Qi_HOISDF_Constraining_3D_Hand-Object_Pose_Estimation_with_Global_Signed_Distance_CVPR_2024_paper.pdf</p> <p>Link to the Arxiv article: https://arxiv.org/abs/2402.17062</p> <p>--------------------------------</p> <div> <div>Here we provide the data of our article "HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields". It contains the rendered images and the segmentation masks that we use to train our model on HO3Dv2 dataset.&nbsp;</div> <br> <div>The overall structure of the data is:</div> <br> <div>├── <a href="../api/records/13228003/draft/files/render_sdf_ho3d.zip/content" target="_blank" rel="noopener noreferrer">render_sdf_ho3d.zip</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the rendered images for HO3Dv2.</div> <div>&nbsp;</div> <br> <div>The code to reproduce the results is available at: https://github.com/amathislab/HOISDF</div> <div>&nbsp;</div> <div>--------------------------------</div> </div> <p>If you find our code, weights, predictions or ideas useful, please cite:</p> <p>@inproceedings{qi2024hoisdf,<br>&nbsp; title={HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields},<br>&nbsp; author={Qi, Haozhe and Zhao, Chen and Salzmann, Mathieu and Mathis, Alexander},<br>&nbsp; booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},<br>&nbsp; pages={10392--10402},<br>&nbsp; year={2024}<br>}</p>

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

Synthetic data (Part 1) for "HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields"

<p>#############</p> <p>HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields, CVPR 2024</p> <p>#############</p> <p>Haozhe Qi, Chen Zhao, Mathieu Salzmann, Alexander Mathis.</p> <p>Affiliation: EPFL</p> <p>Date: June, 2024</p> <p>Link to the CVPR article: https://openaccess.thecvf.com/content/CVPR2024/papers/Qi_HOISDF_Constraining_3D_Hand-Object_Pose_Estimation_with_Global_Signed_Distance_CVPR_2024_paper.pdf</p> <p>Link to the Arxiv article: https://arxiv.org/abs/2402.17062</p> <p>--------------------------------</p> <div> <div>Here we provide the data of our article "HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields". It contains the preprocessed SDF samples. Meanwhile, we also include rendered data for HO3Dv2 here.&nbsp;</div> <br> <div>The overall structure of the data is:</div> <br> <div>├── <a href="../api/records/13228003/draft/files/render_sdf_ho3d.zip/content" target="_blank" rel="noopener noreferrer">render_sdf_ho3d.zip</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the processed SDF files for HO3Dv2 rendered images.</div> <div>├── <a href="../api/records/13228003/draft/files/train_ho3d.zip/content" target="_blank" rel="noopener noreferrer">train_ho3d.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the processed SDF files for HO3Dv2 training set.</div> <div>├── <a href="../api/records/13228003/draft/files/full_test_dexycb.zip/content" target="_blank" rel="noopener noreferrer">full_test_dexycb.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the processed SDF files for DexYCB full test set.</div> <div>&nbsp;</div> <br> <div>The code to reproduce the results is available at: https://github.com/amathislab/HOISDF</div> <div>&nbsp;</div> <div>--------------------------------</div> </div> <p>If you find our code, weights, predictions or ideas useful, please cite:</p> <p>@inproceedings{qi2024hoisdf,<br>&nbsp; title={HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields},<br>&nbsp; author={Qi, Haozhe and Zhao, Chen and Salzmann, Mathieu and Mathis, Alexander},<br>&nbsp; booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},<br>&nbsp; pages={10392--10402},<br>&nbsp; year={2024}<br>}</p>

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

Processed data and trained models for "HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields"

<p>#############</p> <p>HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields, CVPR 2024</p> <p>#############</p> <p>Haozhe Qi, Chen Zhao, Mathieu Salzmann, Alexander Mathis.</p> <p>Affiliation: EPFL</p> <p>Date: June, 2024</p> <p>Link to the CVPR article: <a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Qi_HOISDF_Constraining_3D_Hand-Object_Pose_Estimation_with_Global_Signed_Distance_CVPR_2024_paper.pdf">https://openaccess.thecvf.com/content/CVPR2024/papers/Qi_HOISDF_Constraining_3D_Hand-Object_Pose_Estimation_with_Global_Signed_Distance_CVPR_2024_paper.pdf</a></p> <p>Link to the Arxiv article: <a href="https://arxiv.org/abs/2402.17062">https://arxiv.org/abs/2402.17062</a></p> <p>--------------------------------</p> <div> <div>Here we provide the data of our article "HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields". It contains the preprocessed data of the interacting objects and SDF samples. Meanwhile, we also include the trained model weights here.</div> <br> <div>The overall structure of the data is:</div> <br> <div>├── <a href="../api/records/11668766/draft/files/ckpts.zip/content" target="_blank" rel="noopener noreferrer">ckpts.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Contains the trained weights model on different datasets (DexYCB and HO3Dv2)</div> <div>├── <a href="../api/records/11668766/draft/files/annotations.zip/content" target="_blank" rel="noopener noreferrer">annotations.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the preprocessed annotations of DexYCB and HO3Dv2 for efficient data loading.</div> <div>├── <a href="../api/records/11668766/draft/files/simple_ycb_models.zip/content" target="_blank" rel="noopener noreferrer">simple_ycb_models.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the preprocessed YCB objects for batched evaluation.</div> <div>├── <a href="../api/records/11668766/draft/files/test.zip/content" target="_blank" rel="noopener noreferrer">test.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Contains the processed SDF files for DexYCB test set.</div> <div>├── <a href="https://zenodo.org/api/records/14190951/draft/files/ho3d_release.zip/content" target="_blank" rel="noopener noreferrer">ho3d_release.zip</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Contains the HO3Dv2 submission trained with HO3D training set.</div> <div>├── <a href="https://zenodo.org/api/records/14190951/draft/files/ho3d_render_release.zip/content" target="_blank" rel="noopener noreferrer">ho3d_render_release.zip</a>&nbsp; &nbsp; &nbsp; &nbsp;- Contains the HO3Dv2 submission trained with HO3D training set and rendering set.</div> <div>&nbsp;</div> <br> <div>The code to reproduce the results is available at: <a href="https://github.com/amathislab/HOISDF">https://github.com/amathislab/HOISDF</a></div> <div>&nbsp;</div> <div>--------------------------------</div> </div> <p>If you find our code, weights, predictions or ideas useful, please cite:</p> <p>@inproceedings{qi2024hoisdf,<br>&nbsp; title={HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields},<br>&nbsp; author={Qi, Haozhe and Zhao, Chen and Salzmann, Mathieu and Mathis, Alexander},<br>&nbsp; booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},<br>&nbsp; pages={10392--10402},<br>&nbsp; year={2024}<br>}</p>

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

DeepBacs – Escherichia coli antibiotic phenotyping object detection dataset and YOLOv2 model

<p>Training and test images of <em>E. coli</em> cells treated with different antibiotics for antibiotic phenotyping using YOLOv2 object detection.</p> <p>Additional information can be found on this <a href="https://github.com/HenriquesLab/DeepBacs/wiki">github wiki</a>.</p> <p>Example images show predictions of drug-treated <em>E. coli</em> cells.</p> <p>&nbsp;</p> <p><strong>Training and test dataset</strong></p> <p><strong>Data type</strong>: Paired microscopy images (confocal fluorescence) and manual annotations</p> <p><strong>Microscopy data type</strong>: Confocal fluorescence images of fixed <em>E. coli</em> cells stained for membrane (Nile Red) and DNA (DAPI) paired with annotations in PASCAL VOC format</p> <p><strong>Microscope</strong>: Zeiss LSM710 confocal microscope with a Plan-Apo 63x oil objective (1.4 NA)</p> <p><strong>Cell type</strong>: Chemically fixed <em>E. coli</em> NO34 cells (MreB-sfGFPsw, kindly provided by Zemer Gitai) (untreated or drug-treated);</p> <p><strong>File format</strong>: .png (RGB)</p> <p><strong>Image size</strong>: 400 x 400 px&sup2; (Pixel size: 84 nm)</p> <p>&nbsp;</p> <p><strong>YOLOv2 model</strong></p> <p>The YOLOv2 model was generated using the ZeroCostDL4Mic platform (Chamier et al., 2021). It was trained from scratch for 97 epochs on 153 manually annotated images (image dimensions: (400, 400, 3)) with a batch size of 16 and a custom loss function combining MSE and crossentropy losses, using the YOLOv2 ZeroCostDL4Mic notebook (v 1.12) (von Chamier &amp; Laine et al., 2020). Key python packages used include tensorflow (v0.1.12), Keras (v 2.3.1), numpy (v 1.19.5), cuda (v 10.1.243). The training was accelerated using a Tesla P100GPU and data was augmented by a factor of 8 using rotation and flipping.</p> <p>The model weights can be used with the ZeroCostDL4Mic YOLOv2 notebook.</p> <p>&nbsp;</p> <p><strong>Author(s)</strong>: Christoph Spahn<sup>1,2</sup>, Mike Heilemann<sup>1,3</sup></p> <p><strong>Contact email</strong>: christoph.spahn@mpi-marburg.mpg.de</p> <p>&nbsp;</p> <p><strong>Affiliation(s)</strong>:&nbsp;</p> <p>1) Institute of Physical and Theoretical Chemistry, Max-von-Laue Str. 7, Goethe-University Frankfurt, 60439 Frankfurt, Germany</p> <p>2) ORCID: 0000-0001-9886-2263&nbsp;</p> <p>3) ORCID: 0000-0002-9821-3578</p>

opencc-by-4.0Oct 2021View details →
zenodo40/100

DeepBacs – Escherichia coli growth stage object detection dataset and YOLOv2 model

<p>Training and test images of E. coli cells for object detection and classification using YOLOv2, as well as a trained YOLOv2 model.</p> <p>Additional information can be found on this <a href="https://github.com/HenriquesLab/DeepBacs/wiki">github wiki</a>.</p> <p>The example shows a bright field image of live <em>E. coli</em> cells and the respective annotation for specific growth stages.</p> <p>&nbsp;</p> <p><strong>Training and test dataset</strong></p> <p><strong>Data type</strong>: Paired microscopy images (bright field) and annotations in PASCAL VOC format</p> <p><strong>Microscopy data type</strong>: 2D bright field images recorded at 1 min interval</p> <p><strong>Microscope</strong>: Nikon Eclipse Ti-E equipped with an Apo TIRF 1.49NA 100x oil immersion objective</p> <p><strong>Cell type</strong>: <em>E. coli</em> MG1655 wild type strain (CGSC #6300).</p> <p><strong>File format</strong>: .png (8-bit)</p> <p><strong>Image size</strong>: 256 x 256 px&sup2; (158 nm / pixel), 100/15 individual frames (training/test dataset)</p> <p>1024 x 1024 px&sup2; (79 nm / pixel), 9 regions of interest with 80 frames @ 1 min time interval (live-cell time series)</p> <p><strong>Image preprocessing</strong>: Raw images were recorded in 16-bit mode (image size 512x512 px&sup2; @ 158 nm/px). 256 x 256 px&sup2; patches were extracted from individual frames and converted into 8-bit .png images after adjusting brightness and contrast. Annotation was performed online using <em>LabelImg </em>(https://github.com/tzutalin/labelImg).</p> <p>&nbsp;</p> <p><strong>YOLOv2 model</strong></p> <p>The YOLOv2 model was generated using the ZeroCostDL4Mic platform (Chamier et al., 2021). It was trained from scratch for 97 epochs on 100 manually annotated images (image dimensions: (256, 256)) with a batch size of 8 and a custom loss function combining MSE and crossentropy losses, using the YOLOv2 ZeroCostDL4Mic notebook (v 1.12.1). Key python packages used include tensorflow (v 0.1.12), Keras (v 2.3.1), numpy (v 1.19.5), cuda (v 11.0.221). The training was accelerated using a Tesla T4 GPU and data were augmented by a factor of 4 using flipping and rotation.</p> <p>The model weights can be used with the ZeroCostDL4Mic YOLOv2 notebook.</p> <p>&nbsp;</p> <p><strong>Author(s)</strong>: Christoph Spahn<sup>1,2</sup>, Mike Heilemann<sup>1,3</sup></p> <p><strong>Contact email</strong>: christoph.spahn@mpi-marburg.mpg.de</p> <p>&nbsp;</p> <p><strong>Affiliation(s)</strong>:&nbsp;</p> <p>1) Institute of Physical and Theoretical Chemistry, Max-von-Laue Str. 7, Goethe-University Frankfurt, 60439 Frankfurt, Germany</p> <p>2) ORCID: 0000-0001-9886-2263&nbsp;</p> <p>3) ORCID: 0000-0002-9821-3578</p>

opencc-by-4.0Oct 2021View details →
zenodo40/100

African Red Slip Ware Digital (ARS3D) - Images (Objects)

<p>Characteristic of the North African bowls, plates, and jugs are their pictorial decorations applied mainly by appliqu&eacute;s and stamps. As mass-produced image carriers and everyday objects, the ARS spread throughout the empire.</p> <p>The range of motifs includes mythological scenes as well as scenes from the Old and New Testament, circus, arena and hunting scenes as well as fish and plant motifs. The appliqu&eacute;s-decorated pottery thus provides insights into Late Antique imagination and its changes, as well as into the economic history of the period between the 3rd and 5th centuries AD in North Africa.</p> <p>Previous documentation methods were not able to capture the objects and their decoration in an adequate way. The digital recording of the RGZM&#39;s collections by 3D scans allows to compare potentially identical appliqu&eacute;s and to assign them to their negative forms and the corresponding stamps.</p> <p>Whereas vessel curvature previously falsified the assignment of appliqu&eacute;s and models, 3D analysis and visualisation tools now allow a comparison . Metadata created for each object increases the effectiveness and accuracy of determining image context and content. Issues related to the production of the ARS and the process flows within the workshops can be investigated through the analysis of the 3D data.</p>

opencc-by-sa-4.0Oct 2021View details →
zenodo40/100

Formalizing Objectives and Criteria for Urban Agriculture Sustainability with a Participatory Approach

<p>The last few years have seen an exponential development of urban agriculture projects within global North countries, especially professional intra-urban farms which are professional forms of agriculture located within densely settled areas of city. Such projects aim to cope with the challenge of sustainable urban development and today the sustainability of the projects is questioned. To date, no set of criteria has been designed to specifically assess the environmental, social and economic sustainability of these farms at the farm scale. Our study aims to identify sustainability objectives and criteria applicable to professional intra-urban farms. It relies on a participatory approach involving various stakeholders of the French urban agriculture sector comprising an initial focus group, online surveys and interviews. We obtained a set of six objectives related to environmental impacts, link to the city, economic and ethical meaning, food and environmental education, consumer/producer connection and socio-territorial services. In addition, 21 criteria split between agro-environmental, socio-territorial and economic dimensions were identified to reach these objectives. Overall, agro-environmental and socio-territorial criteria were assessed as more important than economic criteria, whereas food production was not mentioned. Differences were identified between urban farmers and decision makers, highlighting that decision makers were more focused on projects&#39; external sustainability. They also pay attention to the urban farmer agricultural background, suggesting that they rely on urban farmers to ensure the internal sustainability of the farm. Based on our results, indicators could be designed to measure the sustainability criteria identified, and to allow the sustainability assessment of intra-urban farms.</p>

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

BHBH simulations from: Impact of Massive Binary Star and Cosmic Evolution on Gravitational Wave Observations II: Double Compact Object Mergers

<p>The data for all <strong>BHBH&nbsp;</strong>simulations shown in<em><strong> &quot;Impact of Massive Binary Star and Cosmic Evolution on Gravitational Wave Observations II: Double Compact Object Mergers&quot;.&nbsp;&nbsp;</strong>Broekgaarden et al. (2021, submitted, preprint: <a href="https://arxiv.org/abs/2112.05763">https://arxiv.org/abs/2112.05763</a>)</em></p> <p>&nbsp;</p> <p><strong>Contents:&nbsp;</strong></p> <ul> <li><strong>18&nbsp;zip&nbsp;files that each contain an hdf5 file with the raw data for one of the simulations from Table 1&nbsp;in the paper. The only exception is the fiducial.zip file and the&nbsp;unstableCaseBB.zip file, which&nbsp;contain&nbsp;both the fiducial (model A) and &#39;optimistic CE&#39; (model K) data file and the &quot;unstable case BB&quot; (model E)&nbsp; and &quot;unstable case BB + optimistic CE&quot; (model F) files.</strong><br> <strong>These zip files are:&nbsp;</strong> <ul> <li><em>fiducial.zip,&nbsp;</em>&nbsp;the Fiducial model (A) and Optimistic CE model (K)</li> <li><em>massTransferEfficiencyFixed_0_25.zip,&nbsp;</em>the&nbsp;<span class="math-tex">\(\beta\)</span>&nbsp;= 0.25 model (B)&nbsp;</li> <li><em>massTransferEfficiencyFixed_0_5.zip</em>, the&nbsp;<span class="math-tex">\(\beta\)</span>&nbsp;= 0.5 model (C)&nbsp;</li> <li><em>massTransferEfficiencyFixed_0_75.zip,</em>&nbsp;the&nbsp;<span class="math-tex">\(\beta\)</span>&nbsp;= 0.75 model (D)</li> <li><em>unstableCaseBB.zip,&nbsp;</em>the unstable case BB mass transfer model (E) and unstable case BB &amp; optimistic CE model (F)&nbsp;</li> <li><em>alpha0_1 zip</em>, the&nbsp;<span class="math-tex">\(\alpha = 0.1\)</span>&nbsp;model (G)&nbsp;</li> <li><em>alpha0_5.zip</em>, the&nbsp;<span class="math-tex">\(\alpha = 0.5\)</span>&nbsp;model (H)&nbsp;</li> <li><em>alpha2_0.zip</em>, the&nbsp;<span class="math-tex">\(\alpha = 2.0\)</span>&nbsp;model (I)&nbsp;</li> <li><em>alpha10_0.zip</em>, the&nbsp;<span class="math-tex">\(\alpha = 10.0\)</span>&nbsp;model (J)&nbsp;</li> <li><em>rapid.zip</em>, the rapid SN model (L)&nbsp;</li> <li><em>maxNSmass2_0.zip,&nbsp;</em>the max&nbsp;<span class="math-tex">\(m_{\rm{NS}} = 2\, \rm{M}_{\odot}\)</span>&nbsp;model (M)&nbsp;</li> <li><em>maxNSmass3_0.zip,&nbsp;</em>the max&nbsp;<span class="math-tex">\(m_{\rm{NS}} = 3\, \rm{M}_{\odot}\)</span>&nbsp;model (N)</li> <li><em>noPISN.zip</em>, the no PISN model (O)&nbsp;</li> <li><em>ccSNkick_100km_s.zip,&nbsp;</em>the&nbsp;<span class="math-tex">\(\sigma_{\rm{cc}}\)</span>= 100 km/s model (P)&nbsp;</li> <li><em>ccSNkick_30km_s.zip,&nbsp;</em>the&nbsp;<span class="math-tex">\(\sigma_{\rm{cc}}\)</span>= 30 km/s model (Q)</li> <li>&nbsp;<em>noBHkick.zip,&nbsp;</em>the no BH SN kick model (R)</li> <li><em>wolf_rayet_multiplier_0_1.zip,&nbsp;</em>the model with Wolf-Rayet wind factor <span class="math-tex">\(f_{\rm{WR}} = 0.1\)</span>&nbsp;(S)</li> <li><em>wolf_rayet_multiplier_5.zip,&nbsp;</em>the model with Wolf-Rayet wind factor <span class="math-tex">\(f_{\rm{WR}} = 5\)</span>&nbsp;(T)<br> <br> &nbsp;</li> </ul> </li> <li>2 more&nbsp;zip files containing csv files with the summarized rates to create Figures 1, 2 and 3, which do not require downloading the entire dataset, but instead use these csv files with the summarized rates:&nbsp; <ul> <li><strong>csvFilesForFigure1_DCOpaper.zip&nbsp;</strong># contains the files to recreate figure 1 with the merger rates per metallicity for BH-BH, BH-NS and NS-NS: <ul> <li>formationRatesTotalAndPerChannel_BHBH_.csv</li> <li>formationRatesTotalAndPerChannel_BHNS_.csv</li> <li>formationRatesTotalAndPerChannel_NSNS_.csv</li> </ul> </li> <li><strong>csvFilesForFigure2_and_3_DCOpaper.zip&nbsp;</strong># contains the files to recreate figure 2 with the merger rates for intrinsic and GW detection weighted, containing the csv files with names:&nbsp; <ul> <li>rates_MSSFR_Models_BHBH_AllDCOsimulation.csv</li> <li>rates_MSSFR_Models_NSNS_AllDCOsimulation.csv</li> <li>rates_MSSFR_Models_BHNS_AllDCOsimulation.csv</li> </ul> </li> </ul> </li> </ul> <p>&nbsp;</p> <p>Details of how to use the data (a readme),&nbsp; as well as scripts to reproduce all&nbsp;results, plots, and figures&nbsp;from the paper are given in the accompanying Github repository&nbsp;<a href="https://github.com/FloorBroekgaarden/Double-Compact-Object-Mergers">https://github.com/FloorBroekgaarden/Double-Compact-Object-Mergers</a>&nbsp;</p> <p>If you use this data, please cite&nbsp;</p> <p>Broekgaarden et al. (2021): see&nbsp;<a href="https://ui.adsabs.harvard.edu/abs/2021arXiv211205763B/abstract">https://ui.adsabs.harvard.edu/abs/2021arXiv211205763B/abstract</a></p>

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

A novel method for objective identification of 3-D potential vorticity anomalies - Visualizations using Met.3D

<p>This&nbsp;video provides&nbsp;3-D visualizations of the outputs of the Potential Vorticity&nbsp;anomaly identification technique&nbsp;regarding an investigated case study. An in-depth description of the algorithm, as well as evaluations of the visible results&nbsp;are performed&nbsp;in the study.</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

TransProteus, Predicting 3D shapes, masks, and properties of materials, liquids, and objects inside transparent containers from images

<p>We present TransProteus, a dataset, for predicting the 3D structure and properties of materials, liquids, and objects inside transparent vessels from a single image without prior knowledge of the image source and camera parameters. Manipulating materials in transparent containers is essential in many fields and depends heavily on vision. This work supplies a new procedurally generated dataset consisting of 50k images of liquids and solid objects inside transparent containers. The image annotations include 3D models and material properties (color/transparency/roughness...) for the vessel and its content. The synthetic (CGI) part of the dataset was procedurally generated using 13k different objects, 500 different environments (HDRI), and 1450 material textures (PBR) combined with simulated liquids and procedurally generated vessels. In addition, we supply 104 real-world images of objects inside transparent vessels with depth maps of both the vessel and its content.</p> <p>Note that there are two files here:</p> <p><a href="https://zenodo.org/api/files/12b013ca-36be-4156-afd4-c93b5fa22093/Tansproteus_SimulatedLiquids2_New_No_Shift.7z">Transproteus_SimulatedLiquids2_New_No_Shift.7z</a></p> <p>and</p> <p><br> <a href="https://zenodo.org/api/files/2b833de0-4007-4682-ad5b-5e08bd63597e/TranProteus2.7z?versionId=f16e7126-8750-41f7-99e6-d35ca60399cc">TranProteus2.7z </a>, contain subset of the virtual CGI data set.</p> <p>https://zenodo.org/api/files/12b013ca-36be-4156-afd4-c93b5fa22093/Tansproteus_SimulatedLiquids2_New_No_Shift.7z</p> <p><a href="https://zenodo.org/api/files/2b833de0-4007-4682-ad5b-5e08bd63597e/TransProteus_RealSense_RealPhotos.7z">TransProteus_RealSense_RealPhotos.7z </a>: Contain real-world photos scanned with real sense with depth map of both the vessel and its content</p> <p>See ReadMe file in side the downloaded files for more details</p> <p>The full dataset (&gt;100gb) can be found here:</p> <p><a href="https://e.pcloud.link/publink/show?code=kZfx55Zx1GOrl4aUwXDrifAHUPSt7QUAIfV">https://e.pcloud.link/publink/show?code=kZfx55Zx1GOrl4aUwXDrifAHUPSt7QUAIfV</a></p> <p>https://<a href="http://icedrive.net/1/6cZbP5dkNG">icedrive.net/1/6cZbP5dkNG</a></p> <p>See:&nbsp;<a href="https://arxiv.org/pdf/2109.07577.pdf"> https://arxiv.org/pdf/2109.07577.pdf</a> for more details</p> <p><strong><a href="https://zenodo.org/record/4736111#.YVOAx3tE1H4">**This dataset is complementary to LabPics dataset with 8k real images of materials in vessels in chemistry labs, medical labs, and other settings. The LabPics dataset can be downloaded from here:</a></strong></p> <p><strong><a href="https://zenodo.org/record/4736111#.YVOAx3tE1H4">https://zenodo.org/record/4736111#.YVOAx3tE1H4</a></strong></p> <p>&nbsp;</p> <p><strong>************************************************************************************</strong></p> <p><a href="https://zenodo.org/api/files/12b013ca-36be-4156-afd4-c93b5fa22093/Tansproteus_SimulatedLiquids2_New_No_Shift.7z">Transproteus_SimulatedLiquids2_New_No_Shift.7z </a>and <a href="https://zenodo.org/api/files/2b833de0-4007-4682-ad5b-5e08bd63597e/TranProteus2.7z?versionId=f16e7126-8750-41f7-99e6-d35ca60399cc">TranProteus2.7z</a></p> <p>The two folders contain relatively similar data styles.<br> The data in No_Shift contain images that were generated with no camera shift in the camera paramters. If you try to predict 3d model from an image as a depth map, this is easier to use (Otherwise, you need to adapt the image using the shift). For all other purposes, both folders are the same, and you can use either or both. In addition, a&nbsp; real image dataset for testing is given in the RealSense file.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Sep 2021View details →
zenodo40/100

ClevrTex: A Texture-Rich Benchmark for Unsupervised Multi-Object Segmentation

<p>There has been a recent surge in methods that aim to decompose and segment scenes into multiple objects in an unsupervised manner, i.e., unsupervised multi-object segmentation. Performing such a task is a long-standing goal of computer vision, offering to unlock object-level reasoning without requiring dense annotations to train segmentation models. Despite significant progress, current models are developed and trained on visually simple scenes depicting mono-colored objects on plain backgrounds. The natural world, however, is visually complex with confounding aspects such as diverse textures and complicated lighting effects. In this study, we present a new benchmark called ClevrTex, designed as the next challenge to compare, evaluate and analyze algorithms. ClevrTex features synthetic scenes with diverse shapes, textures and photo-mapped materials, created using physically based rendering techniques. ClevrTex has 50k examples depicting 3-10 objects arranged on a background, created using a catalog of 60 materials, and a further test set featuring 10k images created using 25 different materials. We benchmark a large set of recent unsupervised multi-object segmentation models on ClevrTex and find all state-of-the-art approaches fail to learn good representations in the textured setting, despite impressive performance on simpler data. We also create variants of the ClevrTex dataset, controlling for different aspects of scene complexity, and probe current approaches for individual shortcomings.</p> <p>Project webpage:&nbsp;https://www.robots.ox.ac.uk/~vgg/data/clevrtex/</p> <p>These&nbsp;are&nbsp;<strong>the&nbsp;variant datasets</strong>.&nbsp;Please see project page for links to the main dataset.</p>

opencc-by-4.0Aug 2021View details →
zenodo40/100

ClevrTex: A Texture-Rich Benchmark for Unsupervised Multi-Object Segmentation

<p>There has been a recent surge in methods that aim to decompose and segment scenes into multiple objects in an unsupervised manner, i.e., unsupervised multi-object segmentation. Performing such a task is a long-standing goal of computer vision, offering to unlock object-level reasoning without requiring dense annotations to train segmentation models. Despite significant progress, current models are developed and trained on visually simple scenes depicting mono-colored objects on plain backgrounds. The natural world, however, is visually complex with confounding aspects such as diverse textures and complicated lighting effects. In this study, we present a new benchmark called ClevrTex, designed as the next challenge to compare, evaluate and analyze algorithms. ClevrTex features synthetic scenes with diverse shapes, textures and photo-mapped materials, created using physically based rendering techniques. ClevrTex has 50k examples depicting 3-10 objects arranged on a background, created using a catalog of 60 materials, and a further test set featuring 10k images created using 25 different materials. We benchmark a large set of recent unsupervised multi-object segmentation models on ClevrTex and find all state-of-the-art approaches fail to learn good representations in the textured setting, despite impressive performance on simpler data. We also create variants of the ClevrTex dataset, controlling for different aspects of scene complexity, and probe current approaches for individual shortcomings.</p> <p>Project webpage:&nbsp;https://www.robots.ox.ac.uk/~vgg/data/clevrtex/</p> <p>This is the <strong>main dataset and OOD test set.&nbsp;</strong>Please see project page for links to the dataset variants.</p>

opencc-by-4.0Aug 2021View details →
zenodo40/100

To Which Out-Of-Distribution Object Orientations Are DNNs Capable of Generalizing?

<p>Datasets created and used in the paper &quot;To Which Out-Of-Distribution Object Orientations Are DNNs Capable of Generalizing?&quot;</p> <p>https://arxiv.org/pdf/2109.13445.pdf</p>

opencc-by-4.0Jan 2022View details →
zenodo40/100

The Transient UV Objects Project

<p>Poster and lightning talk for &#39;Exploring the Transient Universe with the Nancy Grace Roman Space Telescope&#39;: The Transient UV Objects Project, David Modiano.</p> <p>Note: apologies for the incorrect date in the first slide of the presentation!&nbsp;</p> <p>Abstract:&nbsp;Despite the prevalence of transient-searching facilities operating across most wavelengths, the ultraviolet (UV) transient sky remains to be systematically studied. Therefore, we have recently initiated the Transient Ultraviolet Objects (TUVO) project, with which we search for serendipitous UV transients in data obtained using currently available UV instruments with a strong focus on the UV/Optical (UVOT) telescope aboard the Neil Gehrels Swift Observatory.&nbsp;We constructed a pipeline (named TUVOpipe)&nbsp;in order to find such transients in the UVOT data, using difference image analysis. The pipeline is run daily on all new public UVOT data (which are available 6-8 hours after the observations are performed), so we discover transients in near real-time. Using TUVOpipe we have processed 111 330 individual UVOT images and we currently detect an average rate of &sim;100 transient candidates per day. Of these daily candidates, on average &sim;30% are real transients (separated by human vetting from the remaining &lsquo;bogus&rsquo; transients which were not discarded automatically within the pipeline). Most of the real transients correspond to known variable stars, though we also detect a significant number of known active galactic nuclei and accreting white dwarfs. Some of the transients we find represent previously unreported new transients, or undiscovered outbursts of previously known transients, predominantly outbursts from cataclysmic variables. Here we describe TUVOpipe and some of the initial results we have so far obtained.</p>

opencc-by-4.0Feb 2022View 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