From e148035577f21c47e1922f76975a9f978f6d0033 Mon Sep 17 00:00:00 2001 From: Detlef Heinze <30794734+robodhhb@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:57:54 +0100 Subject: [PATCH] Missing file added Missing file added --- .../detectionRegions.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 40_SMRC_MediaPipe_Version/detectionRegions.json diff --git a/40_SMRC_MediaPipe_Version/detectionRegions.json b/40_SMRC_MediaPipe_Version/detectionRegions.json new file mode 100644 index 0000000..0567113 --- /dev/null +++ b/40_SMRC_MediaPipe_Version/detectionRegions.json @@ -0,0 +1,27 @@ +{ + "name": "Bahnhof", + "regions": [ + { + "name": "Gleis 1", + "x1": 2, + "y1": 208, + "x2": 318, + "y2": 216 + }, + { + "name": "Gleis 2", + "x1": 20, + "y1": 226, + "x2": 300, + "y2": 228 + }, + { + "name": "Gleis 3", + "x1": 2, + "y1": 257, + "x2": 318, + "y2": 263 + } + ] +} + \ No newline at end of file