From 281a5e104c2a68af421b164d513ebf2a3a34e285 Mon Sep 17 00:00:00 2001 From: asreva Date: Wed, 3 Jun 2026 12:13:21 +0200 Subject: [PATCH] config: update annotation questions for flow, lighting, weather and sediments --- config/questions.yaml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/config/questions.yaml b/config/questions.yaml index 4a5740c..5bdfb78 100644 --- a/config/questions.yaml +++ b/config/questions.yaml @@ -1,34 +1,38 @@ - section: River items: - key: flow - label: Flow Regime - options: [Turbulent, Laminar, Uncertain] - default: Laminar + label: Flow + options: ["No", Standard, High, Uncertain] + default: Standard - key: shadows label: Strong Shadows - options: [Yes, No, Uncertain] - default: No + options: ["Yes", "No", Uncertain] + default: "No" + - key: sediments + label: Sediments + options: ["Yes", "No", Uncertain] + default: "No" - key: artifacts label: Artifacts on River - options: [Yes, No, Uncertain] - default: No + options: ["Yes", "No", Uncertain] + default: "No" - section: Scene items: - key: lighting label: Lighting - options: [Day, Night, Uncertain] - default: Day + options: [Bright, Dark, Uncertain] + default: Bright - key: exposure label: Exposure options: [Overexposed, Underexposed, Both, Normal, Uncertain] default: Normal - section: Weather items: - - key: snowing - label: Snowing - options: [Yes, No, Uncertain] - default: No + - key: precipitation + label: Precipitation + options: ["Yes", "No", Uncertain] + default: "No" - key: snow_on_ground label: Snow on Ground - options: [Yes, No, Uncertain] - default: No + options: ["Yes", "No", Uncertain] + default: "No"