Skip to content

Commit e5f64d1

Browse files
author
KevinXu02
committed
pyright
1 parent 2f6b98f commit e5f64d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/data/dataparsers/colmap_dataparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def _generate_dataparser_outputs(self, split: str = "train", **kwargs):
260260
from rich.prompt import Confirm
261261

262262
if Confirm.ask(f"Detected colmap path {potential_path}. Do you want to use this path?"):
263-
self.config.colmap_path = path
263+
self.config.colmap_path = Path(path)
264264
colmap_path = potential_path
265265
break
266266
else:

0 commit comments

Comments
 (0)