RAP - Register Any Point
ONNX models for inference with EZONNX
Model type:
point cloud registrationOfficial GitHub repository:
RAP - Register Any Point: Scaling 3D Point Cloud Registration by Flow MatchingUsage
from ezonnx import RAP, visualize_point_clouds model = RAP() clouds = ["samples/bunny_source.ply","samples/bunny_target.ply"] res = model(clouds) visualize_point_clouds(["Source", "Target","Registered"], [clouds[0], clouds[1], [res.data[0], res.data[1]]])
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
