Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DROID dataset example #6149

Merged
merged 6 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Examples related to robotics, autonomous systems, and interfacing with sensor ha
"""
examples = [
# display order, most interesting first
"droid_dataset",
"ros_node",
"nuscenes_dataset",
"ros_bridge",
Expand Down
19 changes: 19 additions & 0 deletions examples/python/droid_dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--[metadata]
title = "DROID"
source = "https://github.com/rerun-io/python-example-droid-dataset"
tags = ["2D", "3D", "Depth", "Pinhole camera", "Blueprint"]
thumbnail = "https://static.rerun.io/droid-screenshot-thumbnail.png/87462a48d06a3c2fcc9225ac86df617048c262e6/480w.png"
thumbnail_dimensions = [480, 480]
-->

This example visualizes the [DROID dataset](https://droid-dataset.github.io/).

https://vimeo.com/940717540?autoplay=1&loop=1&autopause=0&background=1&muted=1&ratio=1920:1080

## Background

DROID is a robot manipulation dataset collected over a diverse set of environments that can be used to train robotic manipulation policies. The dataset contains sensor data from each joint of the robot as well as video footage from 3 stereo cameras located on wrist and on either side of the arm. In each frame it also stores the action taken which is the target position and velocity given by the teleoperator.

## Run the code

You can find the build instructions here: [python-example-droid-dataset](https://github.com/rerun-io/python-example-droid-dataset)