config: update annotation questions for flow, lighting, weather and sediments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user