Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing camera images for: berkeley_rpt_converted_externally_to_rlds #95

Open
hsp287 opened this issue Oct 18, 2024 · 0 comments
Open

Comments

@hsp287
Copy link

hsp287 commented Oct 18, 2024

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: <dtype: 'bool'>
Key: hand_image, Shape: (480, 640, 3), Dtype: <dtype: 'uint8'>
Key: joint_pos, Shape: (7,), Dtype: <dtype: 'float32'>

It seems that 2 of fixed frame RGB images are missing in the dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant