diff --git a/src/content/docs/2-digitization/c-tm-validation.md b/src/content/docs/2-digitization/c-tm-validation.md index e732552..ed9ad6b 100644 --- a/src/content/docs/2-digitization/c-tm-validation.md +++ b/src/content/docs/2-digitization/c-tm-validation.md @@ -15,4 +15,11 @@ description: Validate the AI-generated features. ... +## Step 5: Feedback for fAIr (Optional) + +- If the predictions are not good enough, then fAIr can try again using + the validation feedback. +- The corrected features are loaded into fAIr and the model is re-trained. +- This step could be done multiple times. + ## Extra Resources diff --git a/src/content/docs/3-field-map/a-fmtm.mdx b/src/content/docs/3-field-map/a-fmtm.mdx index 26d7484..758f137 100644 --- a/src/content/docs/3-field-map/a-fmtm.mdx +++ b/src/content/docs/3-field-map/a-fmtm.mdx @@ -3,6 +3,15 @@ title: Field Mapping Tasking Manager description: Tag map features in the field. --- +## Summary + +- Now we have validated, AI-generated features for an area, they can be field + validated and tagged. +- As part of a field (mobile) survey, the features will be validated and tagged + with useful information. +- The final validated and tagged geometries will be bulk uploaded to OSM in the + next step. + ## Step 1: Create an account ## Extra Resources diff --git a/src/content/docs/3-field-map/b-conflation.md b/src/content/docs/3-field-map/b-conflation.md index 4f23ce6..8966e5c 100644 --- a/src/content/docs/3-field-map/b-conflation.md +++ b/src/content/docs/3-field-map/b-conflation.md @@ -3,6 +3,15 @@ title: Data Conflation (Optional) description: Conflate with existing map data. --- +## Summary + +- We have field validated data that can be merged into OSM. +- However, first we must check for conflicts in the geometries and tags. +- Our conflation scripts can handle a lot of this, with some manual + input where necessary. +- This is built directly into the FMTM UI. +- The final validated and tagged geometries are bulk uploaded to OSM. + ## Step 1: Create an account ## Extra Resources