Open MARMOTatZJU opened 10 months ago
Same quetion, i have tried to downgrade the tensorflow_datasets to 4.2, 4.1, 3.8 but all failed. Before downloading, i tried to run gsutil -m cp -r gs://gdm-robotics-open-x-embodiment/{dataset_name} ~/tensorflow_datasets/
and got no response. Has anyone resolved a similar issue? Many thanks.
I have the same issue. Hoping it gets resolved soon.
Hi! I didn't get a chance to test the latest TFDS nightly yet, but in the meantime, can you do what I suggested here and try tfds version 4.9.3?
If all else fails, the manual download command is
gsutil -m cp -r gs://gresearch/robotics/{dataset_name} <path_on_local>
(just note that this manual download may not work in the future since we can't guarantee that the folder structure will remain unchanged -- the tfds.load
command should always work, assuming that it gets fixed on the TFDS side)
Hello, many thanks for this great work jointly done by so many researchers!
I am trying out the RT-X dataset by running the code snippet from the colab tutorial. I successfully installed
tfds-nightly
. My runtime environment (related to tensorflow/tfds)But the dataset of rt-x (e.g. fractal_20220817_data) seems not to be included in the list of supported datasets as the output of the snippet of code said:
Tried-out snippet:
The list of available datasets in the command line output:
Could you please help me to figure out the problem with the availability of the RT-X dataset? Many thanks in advance!
Related issues (potentially):