Skip to content

Releases: seanpedrick-case/gradio_image_annotator

v0.3.2

22 Apr 18:19
ada0ada
Compare
Choose a tag to compare

Modified component front and backend to generate or accept existing id and text properties as box attributes.

f40db53: Further modifications to box.ts and Canvas.svelte to write id and text elements if they do not already exist

34fc261: Updated background Canvas.svelte file to ensure that id and text values are carried through the box creation/modification process

41c0616: Changed Box.ts to be able to accept id and text properties

a675163: Added id and text box attributes to preprocess_boxes function to allow for these keys to carry through all annotation box processing

v0.3.1

16 Apr 19:16
5464062
Compare
Choose a tag to compare

f18aac6: Added support for default label
When enabled, the first item in label_list will be used as the default label when creating boxes, instead of a pop-up label selection.
It can also manually enable by clicking the lock icon when creating the box.
Unlock or replace default items by clicking on the label icon. Thanks icyray!

5e9213b: Allowed for the image annotator object to additionally include the keys id and text

v0.3.0

13 Feb 21:37
928904e
Compare
Choose a tag to compare

Creating release based on original icyray implementation