Releases: juliema/label_reconciliations
Releases · juliema/label_reconciliations
v0.6.0
v0.5.1
We added new field types and tests for them and we updated the Python code to use new Python 10 features.
The mew field types are now:
- Box field: Volunteers draw a box on an image. When reconciled it calculates the mean of the left, top, right, and bottom coordinates.
- Point field: Draw/click a point on an image. When reconciled it calculates the mean of the x and y coordinates.
- Length field: Volunteers draw a lines on an image that may be used for determining the length of part of the image. This calculates the pixel length from the (x1, y1), (x2, y2) coordinates. If there are units in the field's label they will be captured. Reconciliation, calculates the mean of the 4 coordinates and uses that to calculate the pixel length and if there is a scale length, it will calculate the length in the given units.
Minor changes to column order
Moved the user column towards the front of the --raw and --summary output