About Estimating object pose using digit sensor
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.
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
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?
By setting visualize.ellipse value to False, you can see the depth image without any ellipse. Please try setting this to False here