kairunwen/data_omg
data_omg This dataset repository stores the contents of data_omg as split tar.gz archives. Files 7scenes.tar.gz bonn.tar.gz bonn_all.tar.gz bonn_v1.tar.gz kitti.tar.gz nrgbd.tar.gz scannet_part_000.tar.gz scannet_part_001.tar.gz scannet_part_002.tar.gz scannet_part_003.tar.gz scannet_part_004.tar.gz scannet_part_005.tar.gz sintel.tar.gz tum.tar.gz Download huggingface-cli download kairunwen/data_omg --repo-type dataset --local-dir ./data_omg_hf… See the full description on the dataset page: https://huggingface.co/datasets/kairunwen/data_omg.
027
data_omg
This dataset repository stores the contents of data_omg as split tar.gz archives.
Files
7scenes.tar.gzbonn.tar.gzbonn_all.tar.gzbonn_v1.tar.gzkitti.tar.gznrgbd.tar.gzscannet_part_000.tar.gzscannet_part_001.tar.gzscannet_part_002.tar.gzscannet_part_003.tar.gzscannet_part_004.tar.gzscannet_part_005.tar.gzsintel.tar.gztum.tar.gz
Download
huggingface-cli download kairunwen/data_omg --repo-type dataset --local-dir ./data_omg_hfExtract
mkdir -p extracted
for f in ./data_omg_hf/*.tar.gz; do
tar -xzf "$f" -C extracted
done