/pts_loader

A simple python function to load point cloud data from .pts files

Primary LanguagePythonMIT LicenseMIT

A function to load .pts files with python. Once the file is on your path, you simply use it as follows:

from pts_loader import load

path = 'path to your .pts file'
points = load(path)

The test pts data comes from this public dataset.