CoolFace
Datasetpublic

lance-format/koch_pick_place_5_lego-lance

koch_pick_place_5_lego, stored in Lance lerobot/koch_pick_place_5_lego converted to the Lance layout that LeRobot's LanceDBDataset reads natively. Same meta/ sidecar as the original, tabular features in frames.lance, encoded videos in a videos.lance blob v2 column. from lerobot.datasets import LeRobotDataset # not needed, shown for contrast from lerobot.datasets import LanceDBDataset ds = LanceDBDataset("lance-format/koch_pick_place_5_lego-lance") # streams tables from the… See the full description on the dataset page: https://huggingface.co/datasets/lance-format/koch_pick_place_5_lego-lance.

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
0likes476downloads
11 commits on main
f5076f114d ago

Add files using upload-large-folder tool

ayushexel
f50e37f1mo ago

Declare storage_format=lance in the meta table

ayushexel
b5cc2141mo ago

Declare storage_format=lance in info.json

ayushexel
3345c912mo ago

Remove old meta_files.lance (renamed to meta)

ayushexel
6a84d712mo ago

Rename meta_files table to meta (add meta.lance)

ayushexel
11361902mo ago

Add meta_files table (backfill for lance-dataloader)

ayushexel
6e65ce62mo ago

Add byte-index columns to videos table (ranged remote reads)

ayushexel
98704b32mo ago

Restore whole-file videos-table layout (one blob per mp4)

ayushexel
2cd28ab2mo ago

Re-convert to keyframe-aligned segment videos-table layout

ayushexel
f9f190d2mo ago

Upload folder using huggingface_hub

ayushexel
d0c2dfb2mo ago

initial commit

ayushexel