AffordanceNet icon indicating copy to clipboard operation
AffordanceNet copied to clipboard

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

Open Reagan1311 opened this issue 3 years ago • 8 comments

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

Reagan1311 avatar Mar 15 '22 22:03 Reagan1311

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

toannguyen1904 avatar Aug 17 '22 13:08 toannguyen1904

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

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

Reagan1311 avatar Aug 17 '22 15:08 Reagan1311

@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.

toannguyen1904 avatar Aug 20 '22 10:08 toannguyen1904

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 :)

tyb197 avatar Sep 10 '23 09:09 tyb197

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 :)

tyb197 avatar Sep 10 '23 09:09 tyb197

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

Reagan1311 avatar Sep 10 '23 15:09 Reagan1311

Can you explain the pipeline for visualization?

christina284 avatar Dec 21 '23 10:12 christina284