generated from dopt-python/py311
refactor to make cli standalone script, related to #11; add type hints to cli help messages, closes #10
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user