Annotation Tool

This is the built-in annotation tool for DaoAI Vision Studio.
Users can use this tool to quickly annotate and export their data for segmentation and classification model training.
The tool can be accessed via the tag icon on the left vertical bar.
../../_images/annotation_intro.png

View Collections

../../_images/annotation_view_collections.png
  • + Upload

    Upload data (.dcf/.png/.daf/.dmf) files to the selected dataset.

  • Capture

    Add data to the selected dataset by capturing from cameras.

Camera Configuration

../../_images/annotation_camera_configuration.png
  • Choose Camera

    The camera source to capture frome. Please refer to Camera for details of adding a camera.

  • Camera Live View

    When selected, the camera view is continuously refreshed.

  • Capture Rate (Default: One frame at a time)

    Select one from “One frame at a time” or “Interval time capture”. One frame at a time performs a capture on click. Interval time capture performs a capture every Time Interval for Frame Count.

  • Time Interval (ms) (Default: 0 ms)

    Available in Interval time capture mode. Amount of time to wait before the next capture.

  • Frame Count (Default: 0 ms)

    Available in Interval time capture mode. Number of frames to be captured.

Quick Annotate

../../_images/annotation_quick_annotate.png
The Quick Annotate feature allows you to annotate data by using an exisiting model.
The Quick Annotate is located in the lower right corner of the annotation page.
You can use this data and model to try out this feature.
  • Browse

    Select the path for the dl model config file.

  • Predict

    Predit the annotation segments on the selected data using the exisiting DL model.

Output

../../_images/annotation_output.png
  • Output path

    The path to export the dataset to.

  • Export Capture Files Format
    Can select from:
    • Raw (.dcf, .daf, .dmf)

    • RGB (.png)

    • Depth map (.tif)

Procedure to Use

This section will introduce the segmentation type annotating for the Annotation Tool.

  1. Click the tag icon on the left vertical menu bar to enter the Annotation Tool.

    ../../_images/annotation_1.png
  2. Enter the Annotation Tool view.

    ../../_images/annotation_2.png
  3. Create a Dataset/Collection to organize our data. Click “Create dataset/collection” and enter the name for the new dataset.

    ../../_images/annotation_3.png
  4. Click “+ Upload”, select some files and click “Open” to upload the data to the dataset.

    ../../_images/annotation_4.png
  5. You can see all the data you have uploaded.

    ../../_images/annotation_5.png
  6. Click “Select..” next to “Annotation Type”, and choose “Segmentation”. The Annotation Type cannot be changed once it is picked.

    ../../_images/annotation_6.png
  7. Add a few labels.

    ../../_images/annotation_7.png
  8. Select a draw shape and a label. Left click to start annotating a segment. Right click to finish annotating a polygon segment.

    ../../_images/annotation_8.png
  9. Frames that have been annotated are indicated with a green check mark.

    ../../_images/annotation_9.png
  10. After you have done annotating all the frames, select “Export Dataset” and select a output path to export this datset.

../../_images/annotation_10.png
  1. You can find the exported data at the path you selected in step 10.

../../_images/annotation_11.png