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

custom dataset #4

Closed
qz5k1 opened this issue Jul 16, 2022 · 7 comments
Closed

custom dataset #4

qz5k1 opened this issue Jul 16, 2022 · 7 comments

Comments

@qz5k1
Copy link

qz5k1 commented Jul 16, 2022

Hi author,
It's an amazing work.Whether the prediction module can be embedded in ROS.I used my own custom dataset. The effect is not very ideal. It is not clear whether it is a problem with the definition of the directions of X and Z.

2022-07-16 16-53-20 的屏幕截图
2022-07-16 16-54-46 的屏幕截图

@qz5k1 qz5k1 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2022
@qz5k1 qz5k1 reopened this Jul 16, 2022
@liuyuan-pal
Copy link
Owner

Hi, you may try to downsample the query image to a smaller size because the reference images are all resized to 128 for detection and viewpoint selection. The detector and viewpoint selector will be used for the initialization of the poses, which assume the object in the query image looks relatively similar to the reference images in terms of scale and in-plane orientation (the given z-axis is the up direction).

@qz5k1
Copy link
Author

qz5k1 commented Jul 16, 2022

嗨,您可以尝试将查询图像下采样到更小的尺寸,因为参考图像的大小都被调整为 128 以进行检测和视点选择。 检测器和视点选择器将用于姿势的初始化,假设查询图像中的对象在比例和平面内方向方面看起来与参考图像相对相似(给定的 z 轴是向上方向) .

Thank you, i will try it.

@liuyuan-pal
Copy link
Owner

liuyuan-pal commented Jul 16, 2022

To help debug the pose estimation process, I have updated the codes to visualize the pose initialization in data/custom/mouse_processed/test/images_inter/0.jpg.
It looks like this:
0
And the subsequent pose refinement looks like this:
666

You may pull the updated codes and predict poses again to see these visualizations of intermediate results.

@qz5k1
Copy link
Author

qz5k1 commented Jul 16, 2022

Hi author!
Thanks for the visual code. Through visualization, it is found that it may be because of the camera angle problem. The top features are actually very similar to the front features.
0
52

@qz5k1
Copy link
Author

qz5k1 commented Jul 16, 2022

Hi author,
I would like to integrate your prediction module into ROS as object pose prediction. The robotic arm grasps by the recognized pose of the object. Can your prediction module do this?

@liuyuan-pal
Copy link
Owner

I'm not very familiar with the ROS system. It's supposed to be OK for grasping if we can predict the object pose [R;t] and know the object point cloud object_point_cloud.ply.

@qz5k1
Copy link
Author

qz5k1 commented Jul 16, 2022

Thanks for your answer.

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