From c0e836f54e65fb4fd56a8d24b336faa7ca8b76a3 Mon Sep 17 00:00:00 2001 From: Ettrig Date: Fri, 9 Feb 2024 15:43:41 +0100 Subject: [PATCH] Modified text in UI in tab Training Datasets --- .../Layout/TrainingDS/DatasetEditor/AOI.js | 29 +++++++++---------- .../TrainingDS/DatasetList/DatasetList.js | 10 +++---- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js b/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js index 8a883005..0cf91a54 100644 --- a/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js +++ b/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js @@ -114,9 +114,9 @@ const AOI = (props) => { return ( <> - + - List of Area of Interests{` (${props.mapLayers.length})`} + Areas of Interest{` (${props.mapLayers.length})`} @@ -151,9 +151,9 @@ const AOI = (props) => { {parseInt(layer.area) < 5000 ? ( <> - Area seems to be very small for an AOI + The area is very small for an AOI
- Please delete it and create a bigger AOI + Delete it and create a bigger AOI ) : ( "" @@ -170,7 +170,7 @@ const AOI = (props) => { {/* */} - {/* + {/* { /> */} - + { /> - + { {/* */} OSM logo - + { mutateFetch(layer.aoiId); - console.log("call raw data API to fetch OSM labels"); + console.log("Call raw data API to fetch OSM labels"); }} > @@ -310,11 +309,11 @@ const AOI = (props) => { disabled onClick={(e)=> { - console.log("Remove labels ") + console.log("Remove labels") }}> */} - + {
{props.mapLayers && props.mapLayers.length === 0 && ( - No AOIs yet, start creating one by selecting AOIs on the top and - create a polygon + No AOIs yet, start creating one by clicking Draw a rectangle, 3rd down at the top + left of the image/map )}
diff --git a/frontend/src/components/Layout/TrainingDS/DatasetList/DatasetList.js b/frontend/src/components/Layout/TrainingDS/DatasetList/DatasetList.js index 641cfff7..f1c64a2f 100644 --- a/frontend/src/components/Layout/TrainingDS/DatasetList/DatasetList.js +++ b/frontend/src/components/Layout/TrainingDS/DatasetList/DatasetList.js @@ -175,11 +175,11 @@ const DatasetList = (props) => { - A dataset would be a list of area of interests (AIOs) and its - labels. OpenStreetMap data can be downlaoded automatically and used - as initial labels. It is our responsibility as model creators to - make sure labels align with the feature before proceeding to - training phase. + A dataset is a set of images of areas of interest (AOIs) and + corresponding OSM map data. The OSM data will be used to teach + the model how to create map features from images. The OSM + data for the AOI needs to be of high quality, because the + model will try to mimic all its tendencies, even the bad ones. {error && (