Skip to content

Releases: Appsilon/mbaza

v2.1.1

30 Jun 12:51
177df95
Compare
Choose a tag to compare

Default language on installation is now English

v2.1.0

16 Mar 12:28
dfd37de
Compare
Choose a tag to compare

Added Ol Pejeta model.

v2.0.0

22 Sep 11:19
7060fc8
Compare
Choose a tag to compare

Added

  1. A responsive grid layout for the observation explorer:
    1. Handles tens of thousands of photos (virtualization).
    2. Adjustable number of photos in a row.
    3. Maximized mode with convenient previous/next navigation using mouse or keyboard.
    4. Photo details appear on hover.
  2. Override predictions for multiple photos in one go.
  3. Choose the photo database location.

Changed

  1. Mbaza now installs in one step - no need to separately extract models ZIP.
  2. “Explore results” layout adjusted to use space more efficiently.
  3. Distracting animations removed from the map.
  4. GCRF Trade Hub logo added to the welcome page.
  5. Relative photo paths will be stored in the inference results.

Removed

  1. Frame extraction tool removed from the “Media tools” page.

Fixed

  1. Corrupt images will no longer crash inference nor media tools.
  2. After modifying the certainty filter, other filters will be applied correctly.
  3. Tooltips in the observation inspector won’t get “detached”.

Backend

Major

  1. Migrated to the latest electron-react-boilerplate and updated all dependencies, including Electron 7 -> 20.
  2. Run inference in Node.js using ONNX models:
    1. Huge reduction in complexity, Python dropped completely.
    2. Vastly simplified model updates and releases.
  3. Configured Renovate to simplify dependency updates in the future.

Minor

  1. Redux (state management library) dropped.
  2. Consistently use Sass modules for styling.
  3. Replaced obsolete Google Analytics library.
  4. Refactored routing and used the latest react-router.
  5. Update state correctly when overriding prediction

Full Changelog: v1.3.1...v2.0.0

v1.3.1

20 Oct 09:29
Compare
Choose a tag to compare

Use Camera1 instead of UnknownCamera when exporting files.

v1.3.0

19 Oct 12:59
Compare
Choose a tag to compare
chore: Bump version to 1.3.0

v1.2.1

18 Mar 21:34
922b4c3
Compare
Choose a tag to compare

Description

Fix two issues:

  1. When using the override prediction dropdowns, the page would scroll out of view step by step.
  2. Boundaries for two national parks were broken.

v1.2.0

17 Feb 08:38
24a347c
Compare
Choose a tag to compare
Merge pull request #151 from Appsilon/kamil.set-thumbnail-size

Make media tools configurable

v1.1.1

02 Feb 08:35
c98c8c8
Compare
Choose a tag to compare
Merge pull request #149 from Appsilon/kamil.update-logo

Update Appsilon logo and bump version to 1.1.1

v1.1.0

24 Jan 23:31
747bd95
Compare
Choose a tag to compare
Merge pull request #146 from Appsilon/kamil.build-for-windows

Prepare for the 1.1.0 release

v1.0.3

03 Sep 19:15
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Appsilon/wildlife-explorer