Skip to content

Commit

Permalink
add doc for reserved attributes definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdaisj committed Apr 17, 2024
1 parent 72cd75d commit c93df3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/UI-Attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ By default, all attributes associated with the dataset are visible and editable.

1. Click on the ==:material-plus: Attribute== icon for in either the track or detection attribute area.
1. ![New Attribute Panel](images/Attributes/newAttribute.png)
1. Enter a unique name
1. Enter a unique name (see [Reserved Attribute Names section](#reserved-attribute-names))
1. Choose a Datatype
1. `Number`
1. `Boolean` (True/False)
Expand Down Expand Up @@ -98,6 +98,13 @@ Attributes are part of the dataset configuration that can be imported and export
1. Use the ==:material-application-import: Import== button to load this configuration to other datasets.
1. Upload the configuration file when you create new datasets to initialize them with these attribute definitions.


## Reserved Attribute Names

Using certain import mode, attributes definitions might be created automatically. This is documented in this section.
- When importing using 'Stereoscopic Calibration' mode, the `stereo3d_x`, `stereo3d_y` and `stereo3d_z` detection attributes definitions will be created automatically.
They holds the 3d location of a detected fish and are used in the Track 3D Viewer.

## Applying Attributes Demo

![Applying Attributes Demo](videos/Attributes/ApplyingAttributes.gif)

0 comments on commit c93df3e

Please sign in to comment.