Open 6o6o opened 6 years ago
I'd like to obtain an approximate value that indicates accuracy of detected object position / orientation. In the paper it says:
To check for convergence we consider the magnitude of the derivatives of the energy function with respect to the pose parameters.
But I'm not sure how to achieve that. I tried looking in objects' dpose (objects[objectIdx]->dpose[viewIdx]), but it seems to give unrelated results.
objects[objectIdx]->dpose[viewIdx]
I'd like to obtain an approximate value that indicates accuracy of detected object position / orientation. In the paper it says:
But I'm not sure how to achieve that. I tried looking in objects' dpose (
objects[objectIdx]->dpose[viewIdx]
), but it seems to give unrelated results.