-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2272727
commit f274121
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |