Skip to main content

Verlet Data CLI — download ego and teleop datasets

Project description

verlet

Download and explore Verlet datasets from the command line.

Install

curl -sSL https://raw.githubusercontent.com/verlet/verlet-cli/main/install.sh | bash

This creates an isolated venv at ~/.verlet/venv and symlinks verlet into ~/.local/bin.

Or install manually:

pip install verlet

For development:

git clone https://github.com/verlet-robotics/verlet-cli.git
cd verlet-cli
pip install -e .

Quick Start

# Authenticate — showcase access code, or a platform account
verlet auth login --kind showcase     # prompt for your access code
verlet auth login                     # platform account (device flow)

# Browse the datasets you can access
verlet datasets list

# Inspect one dataset
verlet datasets info <slug>

# Download a whole dataset
verlet datasets download <slug>

Commands

Datasets — both teleoperation and egocentric (ego) — are served through one unified verlet datasets surface. Showcase access codes see only the datasets their code is granted; downloads are gated and whole-dataset.

Removed: verlet ego list/info/download was retired. Use verlet datasets list/info/download instead — ego data is now addressed by dataset slug, not by internal segment ID.

Authentication

verlet auth login --kind showcase   # showcase access code -> short-lived JWT
verlet auth login                   # platform account (OAuth device flow)
verlet auth logout                  # remove stored credentials
verlet auth status                  # show the active credential

Datasets (verlet datasets)

# List the datasets you can access
verlet datasets list
verlet datasets list --task cooking --robot aria   # client-side filters
verlet datasets list --json

# Inspect a dataset (showcase codes also see their grants)
verlet datasets info <slug>

# Download a whole dataset
verlet datasets download <slug>
verlet datasets download <slug> -o ./data          # custom output directory
verlet datasets download <slug> --variant raw      # pick a variant you're granted
verlet datasets download <slug> --scope samples    # free-sample subset (showcase)
verlet datasets download <slug> --dry-run          # show the plan only

Data Layout

Downloaded data is organized per dataset. Ego datasets land one directory per segment; teleop datasets one directory per episode:

verlet-data/<slug>/
  segment_000000/        # ego
    rgb.mp4
    depth.mkv
    pose.parquet
  episode_000000/        # teleop
    episode_000000.parquet
    videos/<camera>.mp4
  meta/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verlet-0.10.1.tar.gz (169.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

verlet-0.10.1-py3-none-any.whl (108.7 kB view details)

Uploaded Python 3

File details

Details for the file verlet-0.10.1.tar.gz.

File metadata

  • Download URL: verlet-0.10.1.tar.gz
  • Upload date:
  • Size: 169.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for verlet-0.10.1.tar.gz
Algorithm Hash digest
SHA256 74241b992fcbf1fb4ca3ead6583c86974d8cbba4d73b991e08fd8a65e11b6eb0
MD5 7ff95df4518960c4ab0c6d9deb493b3c
BLAKE2b-256 6def56e13afe7490da9bbbd3e760004b7ea8c5eff5d55c944f9799cd49df9da9

See more details on using hashes here.

Provenance

The following attestation bundles were made for verlet-0.10.1.tar.gz:

Publisher: release.yml on verlet-robotics/verlet-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file verlet-0.10.1-py3-none-any.whl.

File metadata

  • Download URL: verlet-0.10.1-py3-none-any.whl
  • Upload date:
  • Size: 108.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for verlet-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b9b506e8abcaa965dac9f8abb3a9ac81cce66f66380805f241ad0a4596030fb
MD5 0e0907c5785010f54f6f698f2cb8fe79
BLAKE2b-256 226477266b81d9ce8182b05f48f78e8297de31f63e5fc8dc8811808b3c3d17b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for verlet-0.10.1-py3-none-any.whl:

Publisher: release.yml on verlet-robotics/verlet-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page