Dataset Robótica & RL

ByteDance/TableVerse

Dataset em destaque no Hugging Face — 1.3 mil downloads. TableVerse-100K: A Large-Scale Tabletop Dataset with Real-World Grounded Layouts for Generalizable Manipulation TableVerse-100K is an unprecedented, m…

Hugging Face · Datasets ·ByteDance · ·↓ 1271 ·♥ 8

O dataset ByteDance/TableVerse está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.

Ficha do dataset

  • Tarefas: robótica
  • Licença: CC BY 4.0
  • Downloads: 1.3 mil · Curtidas: 8

Sobre o dataset

TableVerse-100K: A Large-Scale Tabletop Dataset with Real-World Grounded Layouts for Generalizable Manipulation TableVerse-100K is an unprecedented, massive-scale Real2Sim tabletop dataset constructed directly from unstructured, in-the-wild single internet frames.

Como carregar

Use a biblioteca datasets do Hugging Face:

pip install -U datasets

from datasets import load_dataset

ds = load_dataset("ByteDance/TableVerse")
print(ds)
print(ds["train"][0])

Tags

robotics

Explorar o dataset no Hugging Face →

compartilhar: