Thanks for the reply, @John6666.
Checking the dataset.load_dataset(), I donât see any âencodingâ argument option. Setting it triggers such errors:
ValueError: BuilderConfig OpenXConfig (name='berkeley_gnm_cory_hall', version=0.0.0, data_dir=None, data_files=None, description=None, features=None) doesn't have a 'encoding' key
Other problem when tracing the error stack at OpenX-Embodiment.py", line 30: data = data.decode()
, I can see the data is not an image, but some bogus values like
b'/home/jonathan/dev/gnm_dataset/cory_hall/cory5_aug17_00_0546'
So, make me thinking if the API is not downloading the data properly.