-
Notifications
You must be signed in to change notification settings - Fork 5
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
YCB models #133
Comments
I was wondering if you could also make the |
Turns out since 6Dof estimation at its current state does not optimize with color cost, textured pointcloud is not needed. Just output using open3d (which is called
But it would still be helpful to obtain the actual textured pointcloud if the author has them |
Hi, for 6dof pose estimation you wouldnt need textured models for the current approach. The RGB part is handled by the instance segmentation network |
In the Wiki for "Running 3-DOF : Conveyor Dataset ": https://github.com/SBPL-Cruz/perception/wiki/Running-With-Docker#running-3-dof--conveyor-dataset
It says:
"Download the YCB Video object models from this link the place the downloaded models folder into the YCB_Video_Dataset follder."
However, when I check the code in
perch.py
perception/sbpl_perception/src/scripts/tools/fat_dataset/perch.py
Line 119 in 4c97c2e
perception/sbpl_perception/src/scripts/tools/fat_dataset/perch.py
Line 121 in 4c97c2e
From line 119 to 121, it seems like we need a
textured_upright.ply
file. But the downloaded models from this link do not have this file?The text was updated successfully, but these errors were encountered: