-
Notifications
You must be signed in to change notification settings - Fork 26
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
Why not using 3D data for training? #10
Comments
This is a good question. |
Hi, thanks for the question. Overall we tried to minimize the number of modalities, and ended up being able to learn good policies using only RGB. |
It's possible to experiment with this in sim by producing a dataset that also outputs a depth image, using the provided oracle policies. |
Hi, thanks for you kind response. What dose oracle(control) and script(lable) mean? (Please forgive my poor English terminology) |
because CLIP only can use RGB? |
Hi,Thanks for your great job!
In manipulation task, depth camera is a very indispensable sensor and is easy to apply. The question is why not use this kind of camera in your project and training procedure?
Thanks for your attention. I am always waiting for your kind response
The text was updated successfully, but these errors were encountered: