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

Camera configuration in dataset_img_keys.json must be 4 caemra? #71

Open
Wonder1905 opened this issue Jan 18, 2025 · 0 comments
Open

Camera configuration in dataset_img_keys.json must be 4 caemra? #71

Wonder1905 opened this issue Jan 18, 2025 · 0 comments

Comments

@Wonder1905
Copy link

Please help me understand this format:
"rh20t": {
"image_keys": [
"image",
"image",
"image",
"image"
],
"image_mask":[1,0,0,0]
},
"calvin": {
"image_keys": [
"rgb_static",
"rgb_gripper",
"rgb_gripper",
"rgb_gripper"
],
"image_mask":[1,1,0,0]
},
"bridgev2": {
"image_keys": [
"images0",
"images0",
"images0",
"images0"
],
"image_mask":[1,0,0,0]
}
From "configs/dataset_img_keys.json"
Lets say I have 2 image, left and right cameras, should I still keep the four images format?
Should I mask the rest?
i.e the model always need to get 4 images, if I have only two, It will add background images?
Thanks!

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