Closed qchenclaire closed 4 years ago
@poodarchu for KITTI, the format is path_to_kitti/training/planes/*.txt with one line denoting "A B C D"?
@qchenclaire @poodarchu are we doing ground plan estimation for KITTI data or passing the planes to the training . i wanted to estimate the ground plan for the give set of data can i do using that code
@qchenclaire @poodarchu are we doing ground plan estimation for KITTI data or passing the planes to the training . i wanted to estimate the ground plan for the give set of data can i do using that code
if you set with_gp=False, you won't be doing ground plan estimation for kitti
Or just provide the estimated plane files. Thanks!