MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / __init__

Method __init__

embodiedscan/utils/array_converter.py:215–218  ·  view source on GitHub ↗
(self,
                 template_array: Optional[TemplateArrayType] = None)

Source from the content-addressed store, hash-verified

213 np.uint64, np.float16, np.float32, np.float64)
214
215 def __init__(self,
216 template_array: Optional[TemplateArrayType] = None) -> None:
217 if template_array is not None:
218 self.set_template(template_array)
219
220 def set_template(self, array: TemplateArrayType) -> None:
221 """Set template array.

Callers

nothing calls this directly

Calls 1

set_templateMethod · 0.95

Tested by

no test coverage detected