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.

198

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

198 results for “poses”

Learn how ShareScore rates datasets ↗
zenodo44/100

SEENIC: dataset for Spacecraft posE Estimation with NeuromorphIC vision

<p>Dataset used in the paper "Towards Bridging the Space Domain Gap for Satellite Pose Estimation using Event Sensing" (<a href="https://doi.org/10.48550/arXiv.2209.11945">arXiv</a>, <a href="https://ieeexplore.ieee.org/document/10160531">IEEE Xplore</a>), for the purpose of satellite pose estimation with an event camera.</p> <p>Both events and ground truth camera poses were captured across the 20 scenes in total. There are two trajectories, five lighting configurations and two camera speeds. All combinations of trajectory type, speed and lighting configuration were enumerated for capture. Sample event frames and dataset statistics are available in the paper linked above, along with our pose estimation method used on this dataset.</p> <p>&nbsp;</p> <p>Live-capture scene names use the following encoding: {satellite model}-{trajectory}-{speed}-{lighting configuration}</p> <p>The calibration scene (calibration.tar.gz) includes multiple views of a chessboard used to calibrate the camera intrinsics and extrinsics for the live-capture scenes. Camera parameters calibrated using this scene can be found in the <strong>calib.txt</strong> file, with the format: fx fy cx cy k1 k2 p1 p2 k3.</p> <p>&nbsp;</p> <p>All <strong>live-capture</strong> scenes have the same data format:</p> <p>scene/</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;poses/ -- Raw timestamped robot gripper to base transforms</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;cam-poses.csv -- Ground truth camera poses with the format {timestamp, Rx, Ry, Rz, x, y, z}</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;events.csv -- Event stream with the format {timestamp, x, y, polarity (0=off, 1=on)}</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;meta.json -- Metadata file with camera frame dimensions</p> <p>Note: all timestamps are in microseconds.</p> <p>&nbsp;</p> <p>The <strong>synthetic</strong> scene (synthetic.tar.gz) has the following data format:</p> <p>synthetic/</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;poses/ -- Sequential poses captured at a constant time interval</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;events.txt -- Event stream with the format: time (float s), x, y, polarity (0=off, 1=on) as specified at <a href="https://rpg.ifi.uzh.ch/davis_data.html">https://rpg.ifi.uzh.ch/davis_data.html</a></p> <p>&nbsp;&nbsp;&nbsp; camera_intrinsics.txt -- The camera intrinsic matrix (space separated)</p> <p>Note: please refer to the paper referenced below for further details on using this synthetic scene.</p> <p>&nbsp;</p> <p><strong>When using the data in an academic context, please cite the following paper.</strong></p> <pre>@INPROCEEDINGS{10160531, author={Jawaid, Mohsi and Elms, Ethan and Latif, Yasir and Chin, Tat-Jun}, booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)}, title={Towards Bridging the Space Domain Gap for Satellite Pose Estimation using Event Sensing}, year={2023}, volume={}, number={}, pages={11866-11873}, keywords={Adaptation models;Satellites;Pose estimation;Lighting;Robot sensing systems;Robustness;Data models}, doi={10.1109/ICRA48891.2023.10160531} }</pre>

opencc-by-4.0Oct 2022View details →
zenodo44/100

Time Series Data of Gaze, Head Pose, Hand Pose, and Object Positions for Object Approaches with a Given Intention

<p>This data set comprises time series data of gaze, head pose, hand pose, and object positions for object approaches with a given intention. The data was captured in the context of the following publication:</p> <ul> <li><em>Michael Fennel, Serge Garbay, Antonio Zea, Uwe D. Hanebeck</em>,&nbsp;<strong>Intention Estimation with Recurrent Neural Networks for Mixed Reality Environments</strong>,&nbsp;Proceedings of the 26th International Conference on Information Fusion (Fusion 2023) <em>(under review)</em></li> </ul> <p>A Microsoft Hololens 2 was used for recording the data at 60 fps under the modalities&nbsp;explained in detail in the above-mentioned paper.</p> <p>The file names are structured as follows:</p> <ul> <li><em>1st/2nd:</em> <ul> <li>The data with &quot;1st&quot; contains approaches to randomly placed objects&nbsp;on a grid, which are rendered in augmented reality. The user is informed about the object to approach using a visual cue. This corresponds to Section IV-A.</li> <li>The data with &quot;2nd&quot; contains approaches to real objects placed statically in a room. The user is informed about the object to approach using a voice command.</li> </ul> </li> <li><em>unfiltered:</em> Contains all approaches, including those where the user disrespects the given commands. Filtering is done as described in the paper.</li> <li><em>train/val/test:</em> The first dataset was split in a 70/20/10 ratio for training, validation, and test.</li> </ul> <p>Each data set contains the following columns. In each approach, 5 objects numbered from i=0 to i=4 are present.</p> <ul> <li>General: <ul> <li><em>time:</em>&nbsp;in seconds</li> <li><em>subject:</em> consecutive subject number</li> <li><em>handedness:</em> left (1), right (0)</li> <li><em>trial:</em> consecutive trial number per subject</li> <li><em>target_label:</em> index of the object to approach (0 to 4)</li> </ul> </li> <li>Data in world coordinates: <ul> <li><em>head_{x,y,z}:</em> head position</li> <li><em>head_quat_{w,x,y,z}:</em> head orientation quaternion</li> <li><em>W_gaze_{x,y,z}:</em> gaze direction</li> <li><em>W_r_hand_{x,y,z}:</em> right hand position</li> <li><em>W_r_hand_quat_{w,x,y,z}:</em> right hand orientation quaternion</li> <li><em>W_l_hand_{x,y,z}:</em> left hand position</li> <li><em>W_l_hand_quat_{w,x,y,z}:</em> left hand orientation quaternion</li> <li><em>W_object_i_{x,y,z}:</em> position of object i</li> <li><em>W_object_i_quat {w,x,y,z}</em>: orientation quaternion of object i</li> </ul> </li> <li>Data in egocentric coordinates (head coordinate system). This data is provided for convenience and can be derived from the other data: <ul> <li><em>gaze_{x,y,z}:</em> gaze direction</li> <li><em>r_hand_{x,y,z}:</em> right hand position</li> <li><em>r_hand_quat_{w,x,y,z}:</em> right hand orientation quaternion</li> <li><em>l_hand_{x,y,z}:</em> left hand position</li> <li><em>l_hand_quat_{w,x,y,z}:</em> left hand orientation quaternion</li> <li><em>object_i_{x,y,z}:</em> position of object i</li> <li><em>object_i_quat {w,x,y,z}</em>: orientation quaternion of object i</li> </ul> </li> </ul> <p><strong>Acknowledgment:</strong></p> <p>This work was supported by the <a href="https://robdekon.de/">ROBDEKON</a> project of the German Federal Ministry of Education and Research.</p>

opencc-by-4.0Feb 2023View details →
zenodo44/100

replicAnt - Plum2023 - Pose-Estimation Datasets and Trained Models

<p>This dataset contains all recorded and hand-annotated as well as all synthetically generated data as well as representative trained networks&nbsp;used for semantic and instance segmentation&nbsp;experiments in the<em> replicAnt - generating annotated images of animals in complex environments using Unreal Engine</em> manuscript. Unless stated otherwise, all 3D animal models used in the synthetically generated data&nbsp;have been generated with the open-source photgrammetry platform scAnt&nbsp;<a href="http://peerj.com/articles/11155/">peerj.com/articles/11155/</a>.&nbsp;&nbsp;All synthetic data has been generated with the associated replicAnt project available from&nbsp;<a href="https://github.com/evo-biomech/replicAnt">https://github.com/evo-biomech/replicAnt</a>.</p> <p><strong>Abstract:</strong></p> <p>Deep learning-based computer vision methods are transforming animal behavioural research. Transfer learning has enabled work in non-model species, but still requires hand-annotation of example footage, and is only performant in well-defined conditions. To overcome these limitations, we created&nbsp;replicAnt, a configurable pipeline implemented in Unreal Engine 5 and Python, designed to generate large and variable training datasets on consumer-grade hardware instead. replicAnt&nbsp;places 3D animal models into complex, procedurally generated environments, from which automatically annotated images can be exported. We demonstrate that synthetic data generated with replicAnt can significantly reduce the hand-annotation required to achieve benchmark performance in common applications such as animal detection, tracking, pose-estimation, and semantic segmentation; and that it increases the subject-specificity and domain-invariance of the trained networks, so conferring robustness. In some applications, replicAnt may even remove the need for hand-annotation altogether. It thus represents a significant step towards porting deep learning-based computer vision tools to the field.</p> <p><strong>Benchmark data</strong></p> <p>Two pose-estimation datasets were procured. Both datasets used first instar <em>Sungaya&nbsp;nexpectata</em>&nbsp;(Zompro 1996) stick insects as a model species. Recordings from an evenly lit platform served as representative for controlled laboratory conditions; recordings from a hand-held phone camera served as approximate example for serendipitous recordings in the field.&nbsp;</p> <p>For the platform experiments, walking <em>S. inexpectata</em>&nbsp;were recorded using a calibrated array of five FLIR blackfly colour cameras (Blackfly S USB3, Teledyne FLIR LLC, Wilsonville, Oregon, U.S.), each equipped with 8 mm c-mount lenses (M0828-MPW3 8MM 6MP F2.8-16 C-MOUNT, CBC Co., Ltd., Tokyo, Japan). All videos were recorded with 55 fps, and at the sensors&rsquo; native resolution of 2048 px by 1536 px. The cameras were synchronised for simultaneous capture from five perspectives (top, front right and left, back right and left), allowing for time-resolved, 3D reconstruction of animal pose.<br> <br> The handheld footage was recorded in landscape orientation with a Huawei P20 (Huawei Technologies Co., Ltd., Shenzhen, China) in stabilised video mode: <em>S. inexpectata </em>were recorded walking across cluttered environments (hands, lab benches, PhD desks etc), resulting in frequent partial occlusions, magnification changes, and uneven lighting, so creating a more varied pose-estimation dataset.<br> <br> Representative frames were extracted from videos using DeepLabCut (DLC)-internal k-means clustering. 46 key points in 805 and 200 frames for the platform and handheld case, respectively, were subsequently hand-annotated using the DLC annotation GUI.</p> <p><strong>Synthetic data</strong></p> <p>We generated a synthetic dataset of 10,000 images at a resolution of 1500 by 1500 px, based on a 3D model of a first instar <em>S. inexpectata </em>specimen, generated with the <a href="https://peerj.com/articles/11155/"><em>scAnt</em>&nbsp;photogrammetry workflow</a>. Generating 10,000 samples took about three hours on a consumer-grade laptop (6 Core 4 GHz CPU, 16 GB RAM, RTX 2070 Super). We applied 70\% scale variation, and enforced hue, brightness, contrast, and saturation shifts, to generate 10 separate sub-datasets containing 1000 samples each, which were combined to form the full dataset.</p> <p><strong>Funding</strong></p> <p>This study received funding from Imperial College&rsquo;s President&rsquo;s PhD Scholarship (to Fabian Plum), and is part of a project that has received funding from the European Research Council (ERC) under the European Union&rsquo;s Horizon 2020 research and innovation program (Grant agreement No. 851705, to David Labonte). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.</p>

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

TOP-100 DOCKING POSES OF FDA APPROVED DRUGS AND DRUGS IN CLINICAL INVESTIGATION AT SARS-CoV2 MAIN PROTEASE

<p>7922 compounds were downloaded from NPC database (https://tripod.nih.gov/npc/). In order<br> to eliminate the non-specific binders, some criteria including molecular weight, between 100 to<br> 1000 g/mol; number of rotatable bonds, &lt;100; number of atoms, between 10 and 100; number<br> of aliphatic and aromatic rings, &lt;10; number of hydrogen-bond acceptor and donors, &lt;10 were<br> set and as a result the total number of compounds was decreased to 6654. These ligands were<br> prepared using LigPrep module of Maestro at neutral pH (LigPrep, Schrodinger v.2017). In<br> molecular docking, we used following protein structure: SARS-CoV2 Main Protease, (PDB, 6LU7). The protein<br> was prepared using Protein Preparation module of Maestro. PROPKA was used for<br> determination of protonation states of amino acid residues. Restrained minimization was<br> performed with OPLS3 force field for the protein using 0.3 &Aring; heavy atom convergence.<br> Docking was performed with Glide/SP using default settings. Top-100 docking poses were provided.</p>

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

TOP-100 DOCKING POSES OF FDA APPROVED AND DRUGS IN CLINICAL INVESTIGATION AT SARS-CoV2 SPIKE/ACE2 INTERFACE

<p>7922 compounds were downloaded from NPC database (https://tripod.nih.gov/npc/). In order<br> to eliminate the non-specific binders, some criteria including molecular weight, between 100 to<br> 1000 g/mol; number of rotatable bonds, &lt;100; number of atoms, between 10 and 100; number<br> of aliphatic and aromatic rings, &lt;10; number of hydrogen-bond acceptor and donors, &lt;10 were<br> set and as a result the total number of compounds was decreased to 6654. These ligands were<br> prepared using LigPrep module of Maestro at neutral pH (LigPrep, Schrodinger v.2017). In<br> molecular docking, we used following protein structure: Spike Protein/ACE-2, (PDB, 6M0J). The protein<br> was prepared using Protein Preparation module of Maestro. PROPKA was used for<br> determination of protonation states of amino acid residues. Restrained minimization was<br> performed with OPLS3 force field for the protein using 0.3 &Aring; heavy atom convergence.<br> Docking was performed with Glide/SP using default settings. Top-100 docking poses were provided.</p>

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

dataset for lateral posing

<p>This is zip archive for dataset for lateral posing experiments. See readme.txt for more information.&nbsp;&nbsp;</p>

opencc-by-4.0Jan 2021View 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

Aschaffenburg Pose Dataset

<p>This dataset contains trajectories as well as body poses of pedestrians and cyclists in road traffic recorded in Aschaffenburg, Germany.&nbsp;It is appropriate for training and testing methods for trajectory forecasting and intention prediction&nbsp;of vulnerable road users (VRUs) based on the past trajectory and body poses.</p> <p>The dataset consists of more than 6526 trajectories of pedestrians and 1734 trajectories of cyclists recorded by a research vehicle of the University of Applied Sciences Aschaffenburg (<a href="https://www.th-ab.de/ueber-uns/organisation/labor/kooperative-automatisierte-verkehrssysteme/ausstattung/">Kooperative Automatisierte Verkehrssysteme</a>) in urban traffic.&nbsp;The trajectories have been measured with the help of a stereo camera while compensating the vehicle&#39;s own motion. The body posture of the pedestrians and cyclists is available in the form of 2D and 3D poses.&nbsp;The 2D poses contain joint positions in an image coordinate system, while the 3D poses contain actual three-dimensional positions.&nbsp;A detailed description and evaluation of the pose estimation method can be found in [1]. In addition to the trajectories and the poses, manually created labels of the respective motion states are included.</p> <p>To read the provided data, unzip the file&nbsp;first.&nbsp;It contains one json file for each of the trajectories.&nbsp;Each json file contains the following data:</p> <ul> <li><strong>vru_type</strong>: type of the VRU (pedestrian (&#39;ped&#39;) or cyclist (&#39;bike&#39;))</li> <li><strong>timestamps</strong>: UTC-Timestamps.&nbsp;The motions of the VRUs were recorded at a frequency of 25 Hz.</li> <li><strong>set</strong>:&nbsp;Assignment to one of the three datasets train, validation or test.&nbsp;For pedestrians and cyclists, 60% of the data is used for training, 20% for validation and the remaining 20% for testing.&nbsp;During all splits, it was ensured that&nbsp;the distribution of the motion states&nbsp;is as similar as possible.</li> <li><strong>pose2d</strong>: 2D poses with 18 joint positions in image coordinates with an additional uncertainty between 0 and 1 (third coordinate).&nbsp;Missing positions are encoded as &#39;nan&#39;.</li> <li><strong>pose3d</strong>: 3D poses with the trajectories of 14 joints&nbsp;in an three dimensional coordinate system.&nbsp;Missing positions are encoded as &#39;nan&#39;.</li> <li><strong>head_smoothed</strong>: Smoothed (by rts smoother) trajectory of the head in&nbsp;an three dimensional coordinate system. It is treated as ground truth position and must not be used as input for a prediction method.</li> <li><strong>motion_primitives</strong>: One-hot encoded labels of the respective motion state.&nbsp;For pedestrians, a distinction is made between the states wait, start, move, and&nbsp;stop.&nbsp;For cyclists, the states wait, start, move,&nbsp;stop, turn left, and turn right are annotated.</li> </ul> <p>Python code for reading the data can be found on Github: <a href="https://github.com/CooperativeAutomatedTrafficSystemsLab/Aschaffenburg-Pose-Dataset">github.com/CooperativeAutomatedTrafficSystemsLab/Aschaffenburg-Pose-Dataset</a></p> <p>&nbsp;</p> <p><strong>Citation</strong></p> <p>If you find this dataset useful, please cite this paper (and refer the data as Aschaffenburg Pose Dataset or APD):</p> <p>Kress, V. ; Zernetsch, S. ; Doll, K. ; Sick, B. : Pose Based Trajectory Forecast of Vulnerable Road Users Using Recurrent Neural Networks. In: Pattern Recognition. ICPR International Workshops and Challenges, Springer International Publishing, 2020, pp. 57-71<br> &nbsp;</p> <p><strong>Similar Datasets</strong></p> <ul> <li><a href="https://doi.org/10.5281/zenodo.4898838">Pedestrians and Cyclists in Road Traffic: Trajectories, 3D Poses and Semantic Maps</a></li> <li><a href="https://doi.org/10.5281/zenodo.3734038">Cyclist Actions: Optical Flow Sequences and Trajectories</a></li> <li><a href="https://doi.org/10.5281/zenodo.4080940">Cyclist Actions: Motion History Images and Trajectories</a></li> <li><a href="https://www.h-ab.de/vru-trajectory-dataset">More datasets</a></li> </ul> <p>&nbsp;</p> <p><strong>Acknowledgment</strong></p> <p>This work was supported by &ldquo;Zentrum Digitalisierung.Bayern&rdquo;. In addition, the work is backed by the project DeCoInt2 , supported by the German Research Foundation (DFG) within the priority program SPP 1835: &ldquo;Kooperativ interagierende Automobile&rdquo;, grant numbers DO 1186/1-2 and SI 674/11-2.</p> <p>&nbsp;</p> <p><strong>References</strong></p> <p>[1]&nbsp;Kress, V. ; Jung, J. ; Zernetsch, S. ; Doll, K. ; Sick, B. : Human Pose Estimation in Real Traffic Scenes. In: IEEE Symposium Series on Computational Intelligence (SSCI), 2018, pp. 518&ndash;523, doi: 10.1109/SSCI.2018.8628660</p> <p>&nbsp;</p>

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

DoPose: dataset for object segmentation and 6D pose estimation

<p>DoPose (Dortmund Pose)is a dataset of highly cluttered and closely stacked objects. The dataset is saved in the <a href="https://github.com/thodan/bop_toolkit/blob/master/docs/bop_datasets_format.md">BOP format</a>. The dataset includes RGB images, Depth images, 6D Pose of objects, segmentation mask (all and visible), COCO Json annotation, camera transformations, and 3D model of all objects. The dataset contains 2 different types of scenes (table and bin). Each scene contains different view angles. For the bin scenes, the data contains 183 scenes with 2150 image views. In those 183 scenes 35 scenes contain 2 views, 20 contains 3 views and 128 contains 16 views. And for table scenes, the data contains 118 scenes with 1175 image views. in Those 118 scenes, 20 scenes contain 3 views, 50 scenes with 6 images, and 48 scenes with 17 images. So in total, our data contains 301 scenes and 3325 view images. Most of the scenes contain mixed objects. The dataset contains 19 objects in total.</p> <p>For more info about the dataset content and collection process&nbsp;please refer to our <a href="https://arxiv.org/abs/2204.13613">Arxiv preprint</a></p> <p>If you have any questions about the dataset, please contact <strong>anas.gouda@tu-dortmund.de</strong></p>

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

Thermal demagnetization data of Risica et al. (Deposit-derived block-and-ash flows: the hazard posed by perched temporary tephra accumulations on volcanoes; 2018 Fuego disaster, Guatemala)

<p>Thermal demagnetization data (repository data) of Risica et al. &quot;Deposit-derived block-and-ash flows: the hazard posed by perched temporary tephra accumulations on volcanoes; 2018 Fuego disaster, Guatemala&quot;.</p>

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

Complete Inertial Pose (CIP) Dataset

<pre>Contains the <strong>Complete Inertial Pose (CIP)</strong> <strong>Dataset</strong>: 1) <strong>Ergowear</strong>: acquisition using custom Ergowear wearable system (9 low-cost MARG sensors - MPU9250) and custom software. Contains ~4.17M@100Hz samples of data. 2) <strong>MTwAwinda</strong>: acquisition using XsensAwinda Mocap system (17 high-end MARG sensors - MTw) and the XsensMtManager software. Contains ~1.0M@60Hz samples of data. Both systems contain synchronized GT data from a commercial MoCap system (XsensAwinda Hardware + XsensAnalyse Software), sampled at 60Hz. </pre> <p>Usage: Follow readme.md on the &quot;code&quot; folder.</p> <p>Updated code, with extended functionality can be accessed on <a href="https://github.com/ManuelPalermo/HumanInertialPose.git">github.com/ManuelPalermo/HumanInertialPose</a>.</p>

opencc-by-4.0Feb 2022View details →
dryad40/100

Validating marker-less pose estimation with 3D x-ray radiography

<p class="MsoNormal"><span>These data were generated to evaluate the accuracy of DeepLabCut (DLC), a deep learning marker-less motion capture approach, by comparing it to a 3D x-ray video radiography system that tracks markers placed under the skin (XROMM). We recorded behavioral data simultaneously with XROMM and RGB video as marmosets foraged and reconstructed three-dimensional kinematics in a common coordinate system. We used XMALab to track 11 XROMM markers, and we used the toolkit Anipose to filter and triangulate DLC trajectories of 11 corresponding markers on the forelimb and torso. We performed a parameter sweep of relevant Anipose and post-processing parameters to characterize their effect on tracking quality. We compared the median error of DLC+Anipose to human labeling performance and placed this error in the context of the animal's range of motion.   </span></p>

opencc-zeroMay 2022View details →
zenodo40/100

Goat-CNN: A Lightweight Convolutional Neural Network for Pose-Independent Body Condition Score Estimation in Goats

<p>Here we introduce the dataset utilized in our published paper entitled "<a href="https://www.sciencedirect.com/science/article/pii/S2666154324002114">Goat-CNN: A Lightweight Convolutional Neural Network for Pose-Independent Body Condition Score Estimation in Goats</a>".</p> <p>Contained within the "bcs" folder are all the videos collected for this study. Each video file is named with a format denoting its respective details. The first number signifies the sequence of collection, the second denotes the ear tag, and the final figure represents the body condition score (BCS) value.</p> <p>For example: "1_158734_2.50" indicates the first sampling of an animal with the ear tag "158734" and a BCS value of "2.50".</p> <p>Additionally, we provide two Python scripts in this repository. The first script, "Video2Frame.py", facilitates the splitting of videos into individual frames. The second script, "Frames2npy.py", converts these frames into two numpy-friendly files with the extension ".npy". These files contain both the images ("X_train_bcs300.npy") and their corresponding labels ("Y_train_bcs300.npy").</p> <p>Furthermore, for the convenience of swift experimentation, we have included the desired .npy files within the repository.</p> <p>To load these files into your Python environment, you can use the following code snippet:</p> <div> <div>th4figs = '/content/drive/MyDrive/compag_2023/'</div> <br> <div>path4images = "/content/drive/MyDrive/CodeRefarm/datasets/BCS/X_train_bcs300.npy"</div> <div>Xtrain = np.load(path4images)</div> <br> <div>path4labels = "/content/drive/MyDrive/CodeRefarm/datasets/BCS/Y_train_bcs300.npy"</div> <div>Ytrain = np.load(path4labels).astype(float)</div> <br> <div>print("X train : ", Xtrain.shape)</div> <div>print("Y train : ", Ytrain.shape)</div> <div> <div> <div> <div> <div> <div> <div>&nbsp;</div> </div> <div>&nbsp;</div> </div> </div> </div> </div> <div> <div> <div> <div> <div> <div> <div> <div> <pre>X train : (5332, 300, 300, 3) Y train : (5332,)<br> </pre> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

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

Pose Selector Workflow - Structure Input Files for Machine Learning (Set 2)

<p>Second set of structure input files for the docking poses of the remaining 2022 protein-ligand complexes. Together with the structure files and absolute binding free energy (ABFE) estimates shared in 10.5281/zenodo.11397017, this data can be used to train a machine-learning (ML) model predicting the ABFE of binding poses of protein-ligand complexes.</p> <p>More background on the workflow generating the structure files and ABFE estimates is provided in 10.5281/zenodo.11397017.</p>

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

Pose Selector Workflow - Docking Poses, Absolute Binding Free Energy Estimates and Structure Input Files for Machine Learning

<p>The Pose Selector (PS) workflow calculates absolute binding free energies (ABFEs) for binding poses of protein-ligand complexes. First, it converts the binding poses (both docking poses as well as experimentally observed ligand binding poses), which are provided as a combination of protein PDB file and ligand MOL2 file, into input files for molecular dynamics (MD) simulations with GROMACS after they have passed extensive quality checks and repair steps. Next, the PS workflow post-processes and analyses the last frame of the resulting eight 100 ps trajectories per binding pose with the Generalised Born model of implicit solvation as implemented in gmx_MMPBSA to obtain the ABFE estimates. The workflow was designed for soluble proteins without post-translational modifications, co-factors and non-standard amino acids, and it has limited support for coordinated ions.</p> <p>For the dataset published here, the PS workflow was run on docking poses generated for the PDBbind 2020 dataset (http://www.pdbbind.org.cn/index.php), shared in dockingPosesPDBBind2020.tar.gz. This entry and its partner entry 10.5281/zenodo.11397486 also share the intial coordinates used in the MD simulations of &gt;800,000 docking poses of 4022 protein-ligand complexes (structureFiles_dockingPoses1.tar.gz in this entry and structureFiles_dockingPoses2.tar.gz in 10.5281/zenodo.11397486) and of the experimental ligand binding pose of 4549 complexes (structureFiles_experimentalStructures.tar.gz) as well as the corresponding ABFE estimates (absoluteBindingFreeEnergyEstimates.tar.gz). The MD simulations were run on the LUMI and MeluXina supercomputers while the implicit-solvent calculations were carried out on Galileo (Cineca).</p> <p>The README file describes the structure of the shared data in more detail and points out how to reproduce the MD trajectories and the subsequent implicit-solvent calculations yielding the free-energy estimates as well as how to use the data provided in this entry to train a machine-learning model predicting the ABFE of binding poses of protein-ligand complexes. The workflow scripts can be downloaded from GitHub (https://github.com/LigateProject/Pose-Selector-workflow). The MD simulations were run with GROMACS 2023.2 (https://manual.gromacs.org/2023.2/index.html), and the implicit-solvent calculations were carried out with gmx_MMPBSA 1.6.1 (https://valdes-tresanco-ms.github.io/gmx_MMPBSA/v1.6.1/).</p>

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

Total Capture's MediaPipe Human Pose Landmarks

<p>The dataset contains the human pose (world) landmarks that have been extracted with the MediaPipe Pose Estimator from the Total Capture dataset videos. The dataset only contains the landmarks of the first camera (camera 1) videos. MediaPipe&rsquo;s &ldquo;Heavy&rdquo; version (model complexity of &lsquo;two&rsquo;) has been used during the process.&nbsp;</p> <p>The dataset was funded by the Horizon Europe Programme under Grant agreement N. 101092612 (Social and hUman ceNtered XR - SUN project).</p>

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

Fig. 1 in Invasion risks posed by ornamental freshwater fish trade to southeastern Brazilian rivers

Fig. 1. Cities and watersheds within the Minas Gerais State, Brazil, where the 39 ornamental fish stores were visited.

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

Fig. 2. A in Invasion risks posed by ornamental freshwater fish trade to southeastern Brazilian rivers

Fig. 2. A model describing the invasion stages that species must pass in order to represent an invasion risk for rivers in Minas Gerais State, Brazil.

opencc-by-4.0Jun 2013View 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