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

Question about the vision module #40

Open
zichunxx opened this issue Nov 25, 2023 · 1 comment
Open

Question about the vision module #40

zichunxx opened this issue Nov 25, 2023 · 1 comment

Comments

@zichunxx
Copy link

Hi! Dear developer team!

I'm very interested in the repo after reading the introduction. However, I'm confused about whether I can achieve my goal with this repo and would like to get an answer.

I want to construct a pick-and-place task, in which the vision module can recognize the pose (position and rotation) information of some objects. For now, I just want to realize this with only one object on the table.

I saw the vision module is integrated into this repo. But if the vision module can only finish the object segmentation?

I'm new to this area, so please forgive my ignorance.

Thanks in advance!

@michalvavrecka
Copy link
Collaborator

Hi Stay,

you are at the right place. Our simulator is capable of pick and place tasks. The implementation of 6DOF vision (position and rotation) is WIP, we do have sematic segmentation and unsupervised VAE. You can extend both (multiple camera segments or latent space intrerpolation) to the 3D vision.
If you would like to train the PnP task with 6DOF vision, you will face the time problems, as the most advanced 3D bounding box vision algorithms are capable to process about 2 frames per second. It means that your training will take 500000 seconds per 1milion steps = 6 days.
I will reccomend you to train without vision using objects recognizable by 6DOF vision and test it with data from camera (the speed during testing is not cruicial)

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

2 participants