MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / connect

Method connect

scripts/n3v2blender.py:102–103  ·  view source on GitHub ↗
(database_path)

Source from the content-addressed store, hash-verified

100
101 @staticmethod
102 def connect(database_path):
103 return sqlite3.connect(database_path, factory=COLMAPDatabase)
104
105 def __init__(self, *args, **kwargs):
106 super(COLMAPDatabase, self).__init__(*args, **kwargs)

Callers 1

camTodatabaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected