google-deepmind / google-deepmind/open_x_embodiment

Not able to download or load certain data

Open
#5 6 comments 11 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2k
Forks
127
PR merge metrics
No merged PRs in 30d

Description

Hi, I have some issue downloading the data.

Here, I followed the colab [notebook](https://github.com/google-deepmind/open_x_embodiment/blob/main/colabs/Open_X_Embodiment_Datasets.ipynb) to load the data, yet getting some errors in the notebook.

```py
for dataset_name in tqdm.tqdm(DATASET_NAMES):
_ = tfds.load(dataset_name, data_dir=DOWNLOAD_DIR)
```

Then, i just follow the readme to directly download the data using `gsutil`
```
gsutil -m cp -r gs://gdm-robotics-open-x-embodiment/{dataset_name} ~/tensorflow_datasets/
```

This mostly gives me empty data. Changing the bucket dir path to `gs://gresearch/robotics/` works.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.