Version 1.6.9
New plugin features
- When running in batch mode, files should execute in folder order (that is, alphabetically per folder).
New module features
-
ManuallyIdentifyObjects can now implement extensions. These extensions can run code prior to the image being displayed and can add elements to the object selector control window.
-
Added support for Meta's "Segment Anything" network via SAMJ. With this, models can be automatically installed and used when running ManuallyIdentifyObjects. Selecting a region of the image will extract the corresponding object ROI using Segment Anything.
-
ManuallyIdentifyObjects gains the ability to automatically add regions to the object list when they're selected. This removes the need to continually click "Add as new object". Similarly, it can be set to add objects automatically to the existing object specified by its ID number.
Other
- General bug fixes