Skip to content

Commit

Permalink
fix path for origin
Browse files Browse the repository at this point in the history
  • Loading branch information
vjlux committed May 31, 2024
1 parent cd341e5 commit f0ee3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scantools/scanners/navvis/navvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _set_dataset_paths(self, input_path: Path, output_path: Optional[Path], tile
raise FileNotFoundError(f'Input path {self._input_path}.')

# Origin file path
self._origin_file_path = self._input_path / "artifacts" / "origin.json"
self._origin_file_path = self._input_path / "anchors" / "origin.json"

# Images path
self._input_image_path = self._input_path / "cam"
Expand Down

0 comments on commit f0ee3c7

Please sign in to comment.