From e46b2466d1d251eae85e7e669ad451ca9af8d360 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Wed, 3 Apr 2024 18:04:38 +0200 Subject: [PATCH] added starting file --- data/program.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/program.json diff --git a/data/program.json b/data/program.json new file mode 100644 index 0000000..aa248cc --- /dev/null +++ b/data/program.json @@ -0,0 +1,16 @@ +{ + "window_width": 1000, + "window_height": 750, + "window_state": "normal", + "btn_img_size": [ + 75, + 75 + ], + "skipable_frames": 30, + "img_format": ".jpg", + "used_threads": 4, + "thread_detection_method": "automatic", + "data_mode": "Labeling", + "color": "#7cff10", + "thickness": 4 +} \ No newline at end of file