We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b836ad commit 5c5642cCopy full SHA for 5c5642c
processor/warp.py
@@ -262,7 +262,7 @@ def process(
262
263
if StitchAndRender3dTiles._tile_meshes is None:
264
data_path = self._tile_mesh_path
265
- with file.Open(data_path, 'rb') as f:
+ with file.Path(data_path).open('rb') as f:
266
data = np.load(f, allow_pickle=True)
267
StitchAndRender3dTiles._tile_idx_to_xy = {
268
v: k for k, v in data['key_to_idx'].item().items()
0 commit comments