Skip to content

Releases: juliema/label_reconciliations

v0.6.0

12 Dec 15:34
9006c21
Compare
Choose a tag to compare
  1. Add option for putting explanations into the reconciled CSV.
  2. Update the transcriptions per transcriber summary graph to only bin values at the tail end of the distribution.
  3. Added new field reconciled types: Length, Point, & Box fields.
  4. Add (re-add) JSON & CSV input file types.

v0.5.1

25 Jun 20:27
c6c0e02
Compare
Choose a tag to compare

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

09 Jan 20:22
Compare
Choose a tag to compare

Moved the user column towards the front of the --raw and --summary output