You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: