TRI-ML / sdflabel

Official PyTorch implementation of CVPR 2020 oral "Autolabeling 3D Objects With Differentiable Rendering of SDF Shape Priors"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inquiry about 6DOF pose label accuracy

happyCodingSusan opened this issue · comments

@zakharos, @wadimkehl , @arjunbhargava , @AdrienGaidon-TRI ,

Thank you for sharing your amazing work!

Besides labeling 3D cuboid, I think your method can label 6DOF pose as well since the surface points are transformed based on the pose and scale, right? Do you have any number about 6DOF pose label accuracy?

Thank you for your interest in our work!

Yes, we regress both the scaled object shape and the 6DoF pose used to place the object in the scene. In particular, the PoseEstimator class is responsible for computing the pose. In the paper we only use the metrics based on IoU (BEV IoU and 3D IoU from KITTI3D) as well as the distance-thresholded metric (NS) from NuScenes. However, one could also easily plug in any other desired metric, e.g. ADD.