Skip to content

Releases: kinhong/OpenLabeler

v1.5.0

15 Mar 17:18
Compare
Choose a tag to compare

Change Log:

  1. Upgrade to JDK/OpenJFX 21.0
  2. Update other dependent libraries
  3. Change this application to modular
  4. Reduce application bundle size

OpenLabeler 1.4.1

13 Jun 03:51
Compare
Choose a tag to compare

Change Log:

  1. Upgrade to JDK/OpenJFX 18.0.1
  2. Update other dependent libraries

OpenLabeler 1.4.0

12 Feb 03:53
Compare
Choose a tag to compare

Change Log:

  1. Upgrade to JDK/OpenJFX 17.0.2
  2. Upgrade to Tensorflow 2.7.0 Java API
  3. Bump protobuf-java from 3.14.0 to 3.16.1
  4. Upgrade to other library dependencies to newer versions
  5. Add Export to CreateML tool
  6. Remove NSMenuFX dependency for macOS
  7. Init object detector only if needed (to avoid tesseract/java crashing on arm64 macOS)
  8. Reset scroll pane properly when the model is changed
  9. Minor UI consistency fixes and cleanup
  10. Update all documentation

OpenLabeler 1.3.0

11 Dec 05:42
Compare
Choose a tag to compare

Change Log:

  1. Upgrade to JDK/OpenJFX 1.5.x
  2. Upgrade to Tensorflow 2.3.1 Java API
  3. Upgrade to other dependencies to newer versions
  4. Add polygon shape create/edit
  5. Add Export to COCO JSON
  6. Migrate preference categories to tabs in the Preferences dialog
  7. Minor UI consistency fixes and cleanup
  8. Update all documentation

OpenLabeler 1.2.4

12 Mar 03:04
b96a833
Compare
Choose a tag to compare

Change Log:

  1. Add version number to splash screen (preloader)
  2. Clean up. Use consistent xmlns and xmlns:fx for FXML files
  3. Refactor: use specific type in FXML, remove passing resource bundle.
  4. Add thumbnail image tooltip
  5. Add support for TensorFlow graph with "encoded_image_string_tensor" operation

OpenLabeler 1.2.3

11 Feb 17:43
Compare
Choose a tag to compare

Change Log

  • Accept 8 and 16-bit grayscale images for object detection

OpenLabeler 1.2.2

04 Feb 00:39
Compare
Choose a tag to compare

Change Log

  1. Fix: Prefroperty#bind now persist to Preferences store
  2. Fix: Get around docker-java Bind#parse bug for Windows
  3. Add --vendor, --win-dir-choose and --win-menu to installer

OpenLabeler 1.2.1

07 Jan 00:16
Compare
Choose a tag to compare

Change Log:

  1. Remove mnemonics from toolbar button tooltips
  2. Use ImageView cache
  3. Fix image file extension case-sensitivity for media file chooser on Linux
  4. Fix Undo/Redo action name being null
  5. Fix PrefProperty to that it can properly invalidate (i.e. notify listeners)
  6. Better logging for non-existing saved model paths

OpenLabeler 1.2.0

26 Nov 12:42
Compare
Choose a tag to compare

Change Log:

  1. Add different box colors for different labels (fix #3)
  2. Performance: use ImageView#snapshot to create tag thumbnails
  3. Default to en_US locale on non-en_US operating systems
  4. Make object bounds movements with the arrow keys smoother
  5. Upgrade to TensorFlow 1.15.0

OpenLabeler 1.1.2

07 Aug 00:06
Compare
Choose a tag to compare

Change Log:

  1. Default to en_US locale on non-en_US operating systems
  2. Make object bounds movements with the arrow keys smoother