Work with organizing the structure
This commit is contained in:
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
@@ -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
1
setup/setup.md
Normal file
@@ -0,0 +1 @@
|
||||
== Setup of my Image recognition software (and the testing facility for this software) ==
|
||||
Reference in New Issue
Block a user