From 0d6c7c4191e34778b3dc534eac7e81c2f2a845fb Mon Sep 17 00:00:00 2001
From: Justin Georgi
Date: Wed, 17 Apr 2024 09:12:14 -0700
Subject: [PATCH] Add regions and other updates to help
Signed-off-by: Justin Georgi
---
src/pages/help.vue | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/src/pages/help.vue b/src/pages/help.vue
index cb1531a..86f5f3a 100644
--- a/src/pages/help.vue
+++ b/src/pages/help.vue
@@ -4,7 +4,14 @@
Quick Start
- - Select the region of the body you want to identify structures from.
+ - Select the region of the body you want to identify structures from. The regions are:
+
+ - Thorax and back
+ - Abdomen and pelvis
+ - Limbs
+ - Head and neck
+
+
- Load an image:
- Click on the camera icon to take a new picture.
@@ -22,7 +29,7 @@
- Click on each tag to see the structure highlighted in the image.
- Tag color and proportion filled indicate ALVINN's level of confidence in the identification.
- - If there are potential structures that do not satisfy the current detection threshold, a badge on the detection menu icon will indicate the number of un-displayed structures.
+ - If there are potential structures that do not satisfy the current detection settings, a badge on the detection menu icon will indicate the number of un-displayed structures.
@@ -34,13 +41,14 @@
- Confidence slider: You can use the slider to change the confidence threshold for identifying structures. The default threshold is 50% confidence.
- - Refresh detections : If there has been a permanent change to the structures detections, such as deleting a tag, the detection list can be reset to its original state.
+ - Refresh detections : If there has been a permanent change to the structure detection list, such as deleting a tag, the detection list can be reset to its original state.
- Structure list : you can view a list of all the structures available for detection in that region and select/deselect individual structures for detection.
Submitting Images
If all of the detection tags that are currently visible have been viewed, then the cloud upload button on the detection menu will be enabled.
- This button will cause the image and the verified structures to be uploaded to the ALVINN project servers where that data will be available for further training of the neural net. If after the image has been uploaded, the available detection tags change, then the option to re-upload the image will be available if all the new tags have been viewed and verified.
+ This button will cause the image and the verified structures to be uploaded to the ALVINN project servers where that data will become available for further training of the neural net.
+ If after the image has been uploaded, the available detection tags are changed via deletion or the detection settings options, then the option to re-upload the image will be available if all the new tags have been viewed and verified.
@@ -57,6 +65,13 @@
top: .5em;
}
+ .list-region {
+ width: 3em;
+ position:relative;
+ top: 1em;
+ margin-right: .5em;
+ }
+
.cap-button {
background-color: var(--f7-theme-color);
color: white;
@@ -80,10 +95,12 @@