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

How to get right visualization results in YCB and LineMOD dataset? #6

Open
ZJU-PLP opened this issue Dec 4, 2022 · 3 comments
Open

Comments

@ZJU-PLP
Copy link

ZJU-PLP commented Dec 4, 2022

@aragakiyui611
Hi, dear author:
 When I want to reproduce the visualization results of BiCo-Net, I meet one problem. Could you mind helping me to solve this issue?(I also have sent an email to your mailbox).

 I cannot get the right visualization results. Specially, the prediction point cloud cannot be visualized right while the target point cloud can do.

target_t = target_t + centroid
out_t = out_t + centroid
target = torch.bmm(model_points, target_r.transpose(2, 1)) + target_t # (1, 2620, 3)
pred = torch.bmm(model_points, out_R.transpose(2, 1)) + out_t # (1, 2620, 3)

Visualization results:
example 1:
image
example 2:
image

@ethanshenze
Copy link

@aragakiyui611 Hi, dear author:  When I want to reproduce the visualization results of BiCo-Net, I meet one problem. Could you mind helping me to solve this issue?(I also have sent an email to your mailbox).

 I cannot get the right visualization results. Specially, the prediction point cloud cannot be visualized right while the target point cloud can do.

target_t = target_t + centroid
out_t = out_t + centroid
target = torch.bmm(model_points, target_r.transpose(2, 1)) + target_t # (1, 2620, 3)
pred = torch.bmm(model_points, out_R.transpose(2, 1)) + out_t # (1, 2620, 3)

Visualization results: example 1: image example 2: image

Hello, I also encountered the problem of not being able to visualize, could you please share your code? Hope to study together.

@ZJU-PLP
Copy link
Author

ZJU-PLP commented Feb 3, 2023

@aragakiyui611 Hi, dear author:  When I want to reproduce the visualization results of BiCo-Net, I meet one problem. Could you mind helping me to solve this issue?(I also have sent an email to your mailbox).
 I cannot get the right visualization results. Specially, the prediction point cloud cannot be visualized right while the target point cloud can do.

target_t = target_t + centroid
out_t = out_t + centroid
target = torch.bmm(model_points, target_r.transpose(2, 1)) + target_t # (1, 2620, 3)
pred = torch.bmm(model_points, out_R.transpose(2, 1)) + out_t # (1, 2620, 3)

Visualization results: example 1: image example 2: image

Hello, I also encountered the problem of not being able to visualize, could you please share your code? Hope to study together.

I am very sorry that I have not solved this problem. Moreover, you can try to use the script code eval_ycb.py in object-posenet to visualize the results after saving object predicting poses.

@ethanshenze
Copy link

@aragakiyui611 Hi, dear author:  When I want to reproduce the visualization results of BiCo-Net, I meet one problem. Could you mind helping me to solve this issue?(I also have sent an email to your mailbox).
 I cannot get the right visualization results. Specially, the prediction point cloud cannot be visualized right while the target point cloud can do.

target_t = target_t + centroid
out_t = out_t + centroid
target = torch.bmm(model_points, target_r.transpose(2, 1)) + target_t # (1, 2620, 3)
pred = torch.bmm(model_points, out_R.transpose(2, 1)) + out_t # (1, 2620, 3)

Visualization results: example 1: image example 2: image

Hello, I also encountered the problem of not being able to visualize, could you please share your code? Hope to study together.

I am very sorry that I have not solved this problem. Moreover, you can try to use the script code eval_ycb.py in object-posenet to visualize the results after saving object predicting poses.

ok, thanks for your reply.

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