MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / read_model

Method read_model

scripts/python/visualize_model.py:44–45  ·  view source on GitHub ↗
(self, path, ext="")

Source from the content-addressed store, hash-verified

42 self.__vis = None
43
44 def read_model(self, path, ext=""):
45 self.cameras, self.images, self.points3D = read_model(path, ext)
46
47 def add_points(self, min_track_len=3, remove_statistical_outlier=True):
48 pcd = open3d.geometry.PointCloud()

Callers 1

mainFunction · 0.95

Calls 1

read_modelFunction · 0.90

Tested by

no test coverage detected