Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

About Estimating object pose using digit sensor #7

Open
canhe173 opened this issue Apr 19, 2023 · 3 comments
Open

About Estimating object pose using digit sensor #7

canhe173 opened this issue Apr 19, 2023 · 3 comments

Comments

@canhe173
Copy link

Hi, I am glad to have discovered an open-source work that uses a digit tactile sensor to estimate the pose of objects, but I have not found any code related to "Estimating object pose by fitting an ellipse (PCA and OpenCV)". I would like to ask which file it is specifically.

@vocdex
Copy link
Owner

vocdex commented Apr 20, 2023

Please refer to depth.py in scripts folder. It contains an option to fit an ellipse to contact area based on the depth image (like in the README) . Be sure to check it is set to true in configs file

@RobotEmperor
Copy link

Hi Vocdex,
Firstly, thank you for sharing the codes. I tried to implement the estimating object pose example code, and it worked well if I checked true in the ellipse in the configs file. However, I want to see the only depth image without the ellipse like the right picture. How can I implement it?

@vocdex
Copy link
Owner

vocdex commented Oct 5, 2023

By setting visualize.ellipse value to False, you can see the depth image without any ellipse. Please try setting this to False here

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

No branches or pull requests

3 participants