+ Diese Werte werden gespeichert, wenn du „Korrektur speichern & weiter“ klickst.
+
+
+
+
+
+
+ Personenanzahl
+
+
+ automatisch aus weiblich + männlich
+
+
+
+
+ {computedPeopleCount}
+
+
+
+
+
+
+
+
+
+
+
+
+ Körperteile
+
+
+ {labels.bodyParts.map((x) => {
+ const active = correction.bodyPartsPresent.includes(x)
+ return (
+
+ )
+ })}
+
+
+
+
+
+ Gegenstände
+
+
+ {labels.objects.map((x) => {
+ const active = correction.objectsPresent.includes(x)
+ return (
+
+ )
+ })}
+
+
+
+
+
+ Kleidung
+
+
+ {labels.clothing.map((x) => {
+ const active = correction.clothingPresent.includes(x)
+ return (
+
+ )
+ })}
+
+
+
+