Pointcloud¶
-
exception
supervisely_lib.pointcloud.pointcloud.
UnsupportedPointcloudFormat
[source]¶ Bases:
Exception
-
supervisely_lib.pointcloud.pointcloud.
is_valid_ext
(ext: str) → bool[source]¶ Checks if given extention is supported :param ext: str :return: bool
-
supervisely_lib.pointcloud.pointcloud.
has_valid_ext
(path: str) → bool[source]¶ Checks if file from given path with given extention is supported :param path: str :return: bool