Closed WesleyHsieh0806 closed 5 months ago
Hi @WesleyHsieh0806 , thank you for reporting this issue! We will have a closer look into this.
In the meanwhile, you should be able to load the dataset with:
ds = tfds.load("fractal20220817_data:0.1.0", data_dir="gs://gresearch/robotics")
or:
ds = tfds.load("robotics:fractal20220817_data:0.1.0")
Thanks!
Hi @WesleyHsieh0806 , a clarification question: have you by any chance modified your code? The line:
FileNotFoundError: Could not load dataset info from gs:/gresearch/robotics/fractal20220817_data/0.1.0/dataset_info.json
in your error stack seems very odd: it is not clear where the gs:/
prefix with only one slash (instead of gs://
) comes from...
I resolved this issue by using the following command to download the data
gsutil -m cp -r gs://gdm-robotics-open-x-embodiment/{dataset_name} ~/tensorflow_datasets/
Hi @WesleyHsieh0806 , thank you for the update! Great to know that you are unblocked now :)
I am closing the bug, but please feel free to reopen it in case you encounter any further problem with this dataset. And pleae feel free to open a PR if you want to contribute to TFDS!
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description Fail to load dataset
fractal20220817_data
Environment information
Operating System: Debian GNU/Linux 11
Python version: 3.12.2
tensorboard 2.16.2
tensorboard-data-server 0.7.2
tensorflow 2.16.1
tensorflow-datasets 4.9.3 (I also tried 4.9.4)
tensorflow-metadata 1.15.0
tfds-nightly 4.9.3.dev202312180044 (I also tried 4.9.4.dev202405010044)
Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ? yesReproduction instructions
If you share a colab, make sure to update the permissions to share it.
Link to logs
Expected behavior Successfully download each dataset listed.