datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
interndata-a1-close-the-laptop-369epThis is a FiftyOne dataset with 369 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/interndata-a1-close-the-laptop-369ep")
# Launch the App
session = fo.launch_app(dataset)
Dataset Card for InternData-A1… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/interndata-a1-close-the-laptop-369ep.tavis-head-gr1t2-800epThis dataset was created using LeRobot and
is presented here as a FiftyOne dataset.
Installation
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
dataset = load_from_hub("Voxel51/tavis-head-gr1t2-800ep")
session = fo.launch_app(dataset)
Dataset Card for TAVIS Head GR1T2 (800-episode FiftyOne export)
Dataset Details
Dataset Description
TAVIS Head GR1T2 is part… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/tavis-head-gr1t2-800ep.tavis-head-reachy2-800epThis dataset was made available by FiftyOne.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/tavis-head-reachy2-800ep")
# Launch the App
session = fo.launch_app(dataset)
Dataset Card for TAVIS-HEAD Reachy2 (800-episode FiftyOne… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/tavis-head-reachy2-800ep.droid-3d-rgb-68epThis is a FiftyOne dataset with 68 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/droid-3d-rgb-68ep")
# Launch the App
session = fo.launch_app(dataset)
Dataset Card for droid_3d (68-episode FiftyOne RGB subset)
A… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/droid-3d-rgb-68ep.
