Yarroudh/segment-lidar

An bug in demo code

Closed this issue · 1 comments

labels, *_ = model.segment(points=points, view=view, image_path="raster.tif", labels_path="labeled.tif")
the view = view should be view = viewpoint which is defined above.

Hello @xllau,
Thank you for reporting that. I modified the code now.