Releases: kinhong/OpenLabeler
Releases · kinhong/OpenLabeler
v1.5.0
OpenLabeler 1.4.1
Change Log:
- Upgrade to JDK/OpenJFX 18.0.1
- Update other dependent libraries
OpenLabeler 1.4.0
Change Log:
- Upgrade to JDK/OpenJFX 17.0.2
- Upgrade to Tensorflow 2.7.0 Java API
- Bump
protobuf-java
from 3.14.0 to 3.16.1 - Upgrade to other library dependencies to newer versions
- Add Export to CreateML tool
- Remove NSMenuFX dependency for macOS
- Init object detector only if needed (to avoid tesseract/java crashing on arm64 macOS)
- Reset scroll pane properly when the model is changed
- Minor UI consistency fixes and cleanup
- Update all documentation
OpenLabeler 1.3.0
Change Log:
- Upgrade to JDK/OpenJFX 1.5.x
- Upgrade to Tensorflow 2.3.1 Java API
- Upgrade to other dependencies to newer versions
- Add polygon shape create/edit
- Add Export to COCO JSON
- Migrate preference categories to tabs in the Preferences dialog
- Minor UI consistency fixes and cleanup
- Update all documentation
OpenLabeler 1.2.4
Change Log:
- Add version number to splash screen (preloader)
- Clean up. Use consistent xmlns and xmlns:fx for FXML files
- Refactor: use specific type in FXML, remove passing resource bundle.
- Add thumbnail image tooltip
- Add support for TensorFlow graph with "encoded_image_string_tensor" operation
OpenLabeler 1.2.3
Change Log
- Accept 8 and 16-bit grayscale images for object detection
OpenLabeler 1.2.2
Change Log
- Fix: Prefroperty#bind now persist to Preferences store
- Fix: Get around docker-java Bind#parse bug for Windows
- Add --vendor, --win-dir-choose and --win-menu to installer
OpenLabeler 1.2.1
Change Log:
- Remove mnemonics from toolbar button tooltips
- Use ImageView cache
- Fix image file extension case-sensitivity for media file chooser on Linux
- Fix Undo/Redo action name being null
- Fix PrefProperty to that it can properly invalidate (i.e. notify listeners)
- Better logging for non-existing saved model paths
OpenLabeler 1.2.0
Change Log:
- Add different box colors for different labels (fix #3)
- Performance: use ImageView#snapshot to create tag thumbnails
- Default to en_US locale on non-en_US operating systems
- Make object bounds movements with the arrow keys smoother
- Upgrade to TensorFlow 1.15.0
OpenLabeler 1.1.2
Change Log:
- Default to en_US locale on non-en_US operating systems
- Make object bounds movements with the arrow keys smoother