Open youliangtan opened 1 year ago
Hi, I am running gsutil -m cp -r gs://gresearch/robotics/{dataset_name} ~/tensorflow_datasets/, where {dataset_name} = "fractal_20220817_data" for instance. However, I repeatedly get an error: 1 file/object could not be transferred. Have you found a workaround for this?
You have one underscore too many in your dataset name
gs://gresearch/robotics/fractal20220817_data
Just tested that gsutil -m cp -r gs://gresearch/robotics/fractal20220817_data ~/tensorflow_datasets/
is working
Thanks, that fixed it. However, I note that the colab tutorial includes the extra underscore, which could cause errors for other users.
The most up-to-date colab linked on the website seems to have the correct dataset name: https://colab.research.google.com/github/google-deepmind/open_x_embodiment/blob/main/colabs/Open_X_Embodiment_Datasets.ipynb
Maybe you're using an out-dated colab?
Its later on in the colab document which has the extra underscore.
Ah my bad -- thanks for the catch! @quanvuong could you fix it in the Colab?
Hi, I have some issue downloading the data.
Here, I followed the colab notebook to load the data, yet getting some errors in the notebook.
Then, i just follow the readme to directly download the data using
gsutil
This mostly gives me empty data. Changing the bucket dir path to
gs://gresearch/robotics/
works.