Closed cvgogogo closed 4 years ago
The point clouds are all in a fixed world coordinate, so they are aligned from the beginning. The matching points are not corresponding points, since the gt and the prediction could have different number of points. I think this metric is good in the sense that it is less sensitive to the prediction point cloud density.
The point clouds are all in a fixed world coordinate, so they are aligned from the beginning. The matching points are not corresponding points, since the gt and the prediction could have different number of points. I think this metric is good in the sense that it is less sensitive to the prediction point cloud density.
Thanks for you quick reply. Do you think it will be better to use the projection error for both accuracy and completeness ? Here projection error means to project both 3D point cloud to 2D image with known intrinsic and extrinsic parameters.
I'm not sure I understand. Do you mean the depth error pixel-wise on the image? The "good" metrics depend on how you intend to use the prediction: here the task is to reconstruct the whole 3D world, so I think point cloud evaluation is the correct way. If you just want a depth estimation from a certain view, you can use 2d evaluation.
I'm not sure I understand. Do you mean the depth error pixel-wise on the image? The "good" metrics depend on how you intend to use the prediction: here the task is to reconstruct the whole 3D world, so I think point cloud evaluation is the correct way. If you just want a depth estimation from a certain view, you can use 2d evaluation.
Sorry for ambiguous description. Thank you very much for your kindly explanations.
Hi, kwea123, thanks for sharing your implementation. I find in this paper, they use acc and completeness. I understand why they use both. I check the original paper "Large-Scale Data for Multiple-View Stereopsis" and their descriptions are:
thanks again. cheers!