From 423f3402e3ef71bb7db307847c9f71d6bfc636f1 Mon Sep 17 00:00:00 2001 From: chk <79915315+ChKendel@users.noreply.github.com> Date: Sat, 30 May 2026 11:30:59 +0200 Subject: [PATCH] Work with organizing the structure --- pipeline/{readTwoImages.py => 3_readTwoImages.py} | 0 render.npz => pipeline/SetGenerator/render.npz | Bin render.png => pipeline/SetGenerator/render.png | Bin .../SetGenerator/render_robot.py | 0 robot.json => pipeline/SetGenerator/robot.json | 0 robot.urdf => pipeline/SetGenerator/robot.urdf | 0 .../SetGenerator/robot_commented.json | 0 run.bat => pipeline/SetGenerator/run.bat | 0 runLoop.py => pipeline/SetGenerator/runLoop.py | 0 .../{ => precheck}/check_robot_marker_uniqueness.py | 2 +- setup/setup.md | 1 + 11 files changed, 2 insertions(+), 1 deletion(-) rename pipeline/{readTwoImages.py => 3_readTwoImages.py} (100%) rename render.npz => pipeline/SetGenerator/render.npz (100%) rename render.png => pipeline/SetGenerator/render.png (100%) rename render_robot.py => pipeline/SetGenerator/render_robot.py (100%) rename robot.json => pipeline/SetGenerator/robot.json (100%) rename robot.urdf => pipeline/SetGenerator/robot.urdf (100%) rename robot_commented.json => pipeline/SetGenerator/robot_commented.json (100%) rename run.bat => pipeline/SetGenerator/run.bat (100%) rename runLoop.py => pipeline/SetGenerator/runLoop.py (100%) rename pipeline/{ => precheck}/check_robot_marker_uniqueness.py (96%) create mode 100644 setup/setup.md diff --git a/pipeline/readTwoImages.py b/pipeline/3_readTwoImages.py similarity index 100% rename from pipeline/readTwoImages.py rename to pipeline/3_readTwoImages.py diff --git a/render.npz b/pipeline/SetGenerator/render.npz similarity index 100% rename from render.npz rename to pipeline/SetGenerator/render.npz diff --git a/render.png b/pipeline/SetGenerator/render.png similarity index 100% rename from render.png rename to pipeline/SetGenerator/render.png diff --git a/render_robot.py b/pipeline/SetGenerator/render_robot.py similarity index 100% rename from render_robot.py rename to pipeline/SetGenerator/render_robot.py diff --git a/robot.json b/pipeline/SetGenerator/robot.json similarity index 100% rename from robot.json rename to pipeline/SetGenerator/robot.json diff --git a/robot.urdf b/pipeline/SetGenerator/robot.urdf similarity index 100% rename from robot.urdf rename to pipeline/SetGenerator/robot.urdf diff --git a/robot_commented.json b/pipeline/SetGenerator/robot_commented.json similarity index 100% rename from robot_commented.json rename to pipeline/SetGenerator/robot_commented.json diff --git a/run.bat b/pipeline/SetGenerator/run.bat similarity index 100% rename from run.bat rename to pipeline/SetGenerator/run.bat diff --git a/runLoop.py b/pipeline/SetGenerator/runLoop.py similarity index 100% rename from runLoop.py rename to pipeline/SetGenerator/runLoop.py diff --git a/pipeline/check_robot_marker_uniqueness.py b/pipeline/precheck/check_robot_marker_uniqueness.py similarity index 96% rename from pipeline/check_robot_marker_uniqueness.py rename to pipeline/precheck/check_robot_marker_uniqueness.py index 4b0e674..ff83eda 100644 --- a/pipeline/check_robot_marker_uniqueness.py +++ b/pipeline/precheck/check_robot_marker_uniqueness.py @@ -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", diff --git a/setup/setup.md b/setup/setup.md new file mode 100644 index 0000000..dd4d833 --- /dev/null +++ b/setup/setup.md @@ -0,0 +1 @@ +== Setup of my Image recognition software (and the testing facility for this software) == \ No newline at end of file