diff --git a/src/components/svg-icon.vue b/src/components/svg-icon.vue index cac03dd..0c037ce 100644 --- a/src/components/svg-icon.vue +++ b/src/components/svg-icon.vue @@ -15,7 +15,7 @@ - + @@ -42,7 +42,7 @@ 'abdomen', 'limbs', 'head', - 'photo-sample' + 'photo_sample' ] return iconList.includes(value) } diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 7c25af9..dd48488 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -100,7 +100,7 @@ - + diff --git a/src/pages/help.vue b/src/pages/help.vue index c47b1fa..a63b323 100644 --- a/src/pages/help.vue +++ b/src/pages/help.vue @@ -4,40 +4,86 @@

Quick Start

    -
  1. From the main screen of the app, select the menu icon in the upper left corner and go to Settings.
  2. -
  3. Make sure that Use external server option is unselected.
  4. -
  5. Save the settings and return to the main screen.
  6. Select the region of the body you want to identify structures from.
  7. Load an image:
      -
    • Click on the camera icon to take a new picture. ALVINN will highlight areas with potential structures as you aim the camera.
    • -
    • Click on the image file icon to load a picture from the device storage.
    • -
    • If demo mode is turned on, you can click on the marked image icon to load an ALVINN sample image.
    • +
    • Click on the camera icon to take a new picture. +
        +
      • ALVINN will highlight areas with potential structures as you aim the camera.
      • +
      • Press Capture to use the current camera view.
      • +
      +
    • +
    • Click on the image file icon to load a picture from the device storage.
    • +
    • If demo mode is turned on, you can click on the marked image icon to load an ALVINN sample image.
  8. -
  9. When the picture is captured or loaded, any identifiable structures will be listed as tags below the image. +
  10. When the picture is captured or loaded, any identifiable structures will be listed as tags below the image: +
      -
    • If there are potential structures that do not satisfy the current detection threshold, a badge on the detection settings icon will indicate the number of un-displayed structures.
    • +
    • 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.
  11. -
  12. Click on each tag to see the structure highlighted in the image.

Advanced Features

Detection Parameters

- After an image has been loaded and structure detection has been performed, the detection parameters can be adjusted using the third detection menu button (eye). + After an image has been loaded and structure detection has been performed, the detection parameters can be adjusted using the detection menu icon . This button will make three tools available:

  1. Confidence slider: You can use the slider to change the confidence threshold for identifying structures. The default threshold is 50% confidence.
  2. -
  3. 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.
  4. -
  5. Structure list: you can view a list of all the structures available for detection in that region and select/deselect individual structures for detection.
  6. +
  7. 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.
  8. +
  9. 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 final button (cloud upload) on the detection menu will be enabled. + 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.

- \ No newline at end of file + + + + +