Work with organizing the structure

This commit is contained in:
chk
2026-05-30 11:30:59 +02:00
parent 6351591a74
commit 423f3402e3
11 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -36,7 +36,7 @@ def load_json(path: str) -> Dict[str, Any]:
def main() -> None:
parser = argparse.ArgumentParser(description="Check marker ID uniqueness in robot.json")
parser.add_argument("-robot", "--robot", required=True, help="Path to robot.json")
parser.add_argument("-robot", "--robot", default="../../data/robot/robot.json", help="Path to robot.json")
parser.add_argument(
"--strict",
action="store_true",

1
setup/setup.md Normal file
View File

@@ -0,0 +1 @@
== Setup of my Image recognition software (and the testing facility for this software) ==