refactor to make cli standalone script, related to #11; add type hints to cli help messages, closes #10

This commit is contained in:
2025-11-10 09:05:16 +01:00
parent 5dff65992e
commit f9fab829a0
2 changed files with 10 additions and 10 deletions

View File

@@ -25,10 +25,3 @@ class SensorImages(TypedDict):
class DetectionModels(TypedDict):
left: Path
right: Path
@dc.dataclass()
class CliArgs:
img_path: str
calib_value_x: float
calib_value_y: float