bridge_data_v2 icon indicating copy to clipboard operation
bridge_data_v2 copied to clipboard

Confusion about the file.

Open Zhangwenyao1 opened this issue 1 year ago • 1 comments

Thanks for your great work! It sitll confusing because the parent directory of this link has a zip file named “demos_8_17.zip” arround 411G( demos_8_17.zip), and the children directory of your link named “1.0.0” included subfiles like “bridge_dataset-train.zip” with totally 100G. (https://rail.eecs.berkeley.edu/datasets/bridge_release/data/tfds/bridge_dataset/1.0.0/bridge_dataset-train.tfrecord-00000-of-01024)https://rail.eecs.berkeley.edu/datasets/bridge_release/data/tfds/bridge_dataset/)https://rail.eecs.berkeley.edu/datasets/bridge_release/data/tfds/bridge_dataset/%EF%BC%89). So I will appreciate it if you can tell me which one should i choose.

Zhangwenyao1 avatar Jun 29 '24 08:06 Zhangwenyao1

Hi! As described here, the zip files contain the dataset in a raw format (JPEGs and pickled numpy arrays) while the tfds folder contains an RLDS Tensorflow Datasets version of the dataset. The RLDS version can be loaded with the Octo dataloader.

HomerW avatar Jun 29 '24 09:06 HomerW