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

Questions related to the dataset annotation and multi-gpu training results #8

Open
Reagan1311 opened this issue Mar 15, 2022 · 7 comments

Comments

@Reagan1311
Copy link

Hi, thanks for the great work! After running some experiments, I found two issues.

  1. Some of the annotations are not correct. Here I show some examples (left model: prediction, right model: GT).
    image
    (The top two shelves have no annotation of "contain")
    image
    (The pourable annotation lies on the bottom of the bottle)
    image
    (The grasp annotation lies on the bottleneck)
    image image
    (Grasp annotations are quite different for visually similar bottles)

  2. The results vary a lot when using different numbers of GPU, and it seems single GPU got the best performance. What's the reason?

  PointNet++
8 gpu Test :: test mAP: 0.433250, test mAUC: 0.856608, test maIOU: 0.057118, test MSE: 0.071557
4 gpu Test :: test mAP: 0.437279, test mAUC: 0.845381, test maIOU: 0.116516, test MSE: 0.065208
1 gpu Test :: test mAP: 0.481856, test mAUC: 0.876145, test maIOU: 0.183885, test MSE: 0.058885
@toannguyen1904
Copy link

Have you figured out the reason for the drop in performance?

@Reagan1311
Copy link
Author

Have you figured out the reason for the drop in performance?

No, I haven't. I gave up using this dataset.

@toannguyen1904
Copy link

@Reagan1311 I found out that the seed used in the code is not appropriately called, so the reproducibility is not guaranteed. How do you deal with it? Thanks.

@tyb197
Copy link

tyb197 commented Sep 10, 2023

Hey, your comment helps a lot. By the way, I want to know which library and API you use to visualize the data. I used open3d and I cannot darw the affordance map like this. Thanks in advance if you can reply :)

1 similar comment
@tyb197
Copy link

tyb197 commented Sep 10, 2023

Hey, your comment helps a lot. By the way, I want to know which library and API you use to visualize the data. I used open3d and I cannot darw the affordance map like this. Thanks in advance if you can reply :)

@Reagan1311
Copy link
Author

Hey, your comment helps a lot. By the way, I want to know which library and API you use to visualize the data. I used open3d and I cannot darw the affordance map like this. Thanks in advance if you can reply :)

Hi, I use the open3d as well. You can refer to their official guide for point cloud visualization: http://www.open3d.org/docs/release/tutorial/geometry/pointcloud.html

@christina284
Copy link

Can you explain the pipeline for visualization?

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

4 participants