Urban_PointCloud_Processing
Urban_PointCloud_Processing copied to clipboard
CableFuser throws an error when caching is enabled.
This is due to the fact that a subset of points is queried for AHN interpolation, while the interpolator expects the full set for caching purposes.
A temporary fix is to disable caching in the pipeline:
pipeline.Pipeline(processors=..., ahn_reader=..., caching=False)