Skip to content

Releases: timmh/distance-estimation

Release v1.3.3

21 Sep 14:34
Compare
Choose a tag to compare
implement option to visualize detection IDs

Release v1.3.2

02 Jun 10:55
Compare
Choose a tag to compare

This release fixes a divide by zero error that might occur if calibrate_metric is set

Release v1.3.1

31 May 11:23
Compare
Choose a tag to compare

This release changes the sampling process when using SAM to sample the depth at maximum distance from the mask boundaries, which eliminates the percentile parameter.

Release v1.3.0

18 Apr 07:47
Compare
Choose a tag to compare

This release adds the option of using Segment Anything Model (SAM) to provide a finer-grained animal localization than MegaDetector alone.

Release v1.1.3

05 Dec 18:01
Compare
Choose a tag to compare

enable CoreML Onnxruntime execution provider for macOS

Release v1.1.2

22 Nov 21:51
Compare
Choose a tag to compare

This release improves the packaging of the macOS binary, which should reduce memory consumption and startup time. Furthermore, PyInstaller is updated to version 5.6.2 to fix scipy packaging issues on Windows.

Release v1.1.1

07 Nov 19:25
Compare
Choose a tag to compare
ensure all images in a single transect are cropped and resized to the…

… same resolution

Release v1.1.0

24 Aug 20:05
Compare
Choose a tag to compare

This release:

  • fixes some visual issues with the user interface
  • lowers the minimal confidence threshold of MegaDetector v5.0 to 0.05
  • uses precomputed depth images if available. This facilitates operation with depth sensors such as stereo cameras
  • exports an additional result file which is directly compatible with Distance for Windows

Release v1.0.0

17 Aug 16:47
Compare
Choose a tag to compare
implement github actions build workflow for linux, macos and windows