Jiyao06/GenPose

pooling mode

Closed this issue · 1 comments

In author's paper, mean pooling's result as follow:
image
and I test it as follow:
image

But in the codes, using pooling mode='nearest', I got a better result as follw:
image
image

But the results of 3D iou is the same, I don't know why?

  1. In the 'nearest' pooling mode, we evaluate the performance by considering the error of the nearest candidate to the ground truth pose, which explains the enhanced performance observed.

  2. This work focuses on 6D pose estimation for objects, not 9D, therefore we do not evaluate 3D IoU metrics. Regarding the IoU metric, the reference to "3D IoU" in the screenshot should indeed be "2D IoU". This was a mistake in the code output on my part. I apologize for any confusion this has caused, and I will promptly update the repository to fix the bug.