google-deepmind / google-deepmind/open_x_embodiment
Missing camera images for: berkeley_rpt_converted_externally_to_rlds
- Dominant language
- Jupyter Notebook
- Stars
- 2k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
The dataset should contain 3 RGB camera views, but only the eye-on-hand images are available in the dataset.
When I list all the keys that exist in the episode metadata, there are:
'steps.action
steps.discount
steps.is_first
steps.is_last
steps.is_terminal
steps.language_embedding
steps.language_instruction
steps.observation.gripper
steps.observation.hand_image
steps.observation.joint_pos
steps.reward'
And for the observations, the specific datatypes and shapes are:
Key: gripper, Shape: (), Dtype:
Key: hand_image, Shape: (480, 640, 3), Dtype:
Key: joint_pos, Shape: (7,), Dtype:
It seems that 2 of fixed frame RGB images are missing in the dataset.
Contributor guide
Assessment
This issue has not been assessed yet.