LeopoldACC / chamfer4D

chamfer distance for 4D point cloud dataset,such as Semantic KITTI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chamfer4D

chamfer distance for 4D point cloud dataset,such as Semantic KITTI. change from the implement Due to JIT compile,you can use the code without installing it.

from chamfer4D import ChamferDistance
chamfer_dist = ChamferDistance()

dist1, dist2 = chamfer_dist(points, points_reconstructed)
loss = (torch.mean(dist1)) + (torch.mean(dist2))

About

chamfer distance for 4D point cloud dataset,such as Semantic KITTI.


Languages

Language:C++ 48.3%Language:Cuda 38.7%Language:Python 13.0%