Recent Releases of distance-estimation
distance-estimation - Release v1.6.5
This release fixes the command-line interface on Windows
- Python
Published by github-actions[bot] 7 months ago
distance-estimation - Release v1.6.5
This release (hopefully) fixes command-line functionality on Windows by removing the splash screen.
- Python
Published by github-actions[bot] 8 months ago
distance-estimation - Release v1.6.4
This release corrects the computation of world coordinates
- Python
Published by github-actions[bot] 10 months ago
distance-estimation - Release v1.6.3
This release fixes an issue on Windows machines which is caused by sys.stdout and sys.stderr being None when running the GUI without attached console.
- Python
Published by github-actions[bot] over 1 year ago
distance-estimation - Release v1.6.2
This release implements the original PyTorch implementation of DPT, in order to be able to reproduce results in Haucke et al. 2022 as closely as possible (though still relying on MegaDetector v5 instead of v4).
- Python
Published by github-actions[bot] over 1 year ago
distance-estimation - Release v1.6.1
This release makes the downloading of model weights more robust by checking MD5 checksums and rejecting the files were checksums don't match.
- Python
Published by github-actions[bot] over 1 year ago
distance-estimation - Release v1.6.0
Make model fitting deterministic and more reliable by ignoring background pixels at or above the maximum distance.
- Python
Published by github-actions[bot] over 1 year ago
distance-estimation - Release v1.5.1
This release fixes overly lenient parsing of calibration distances from filenames, which could lead to filenames of calibration images not representing distances being interpreted as such.
- Python
Published by github-actions[bot] over 1 year ago
distance-estimation - Release v1.5.0
This release adds an option to mask animals during calibration, which should improve results for very close animals (especially in conjunction with SAM).
- Python
Published by github-actions[bot] almost 2 years ago
distance-estimation - Release v1.4.3
This release allows non-integer calibration distances is more lenient when parsing calibration distances from filenames
- Python
Published by github-actions[bot] almost 2 years ago
distance-estimation - Release v1.4.2
This release fixes the detection angle computation for good by switching from xywh to correct xyxy bouding box format.
- Python
Published by github-actions[bot] almost 2 years ago
distance-estimation - Release v1.4.1
This release fixes a bug in the computation of detection angles that created a bias towards larger angles.
- Python
Published by github-actions[bot] almost 2 years ago
distance-estimation - Release v1.4.0
This release add support for metric depth estimation without reference images using Depth Anything
- Python
Published by github-actions[bot] almost 2 years ago
distance-estimation - Release v1.3.2
This release fixes a divide by zero error that might occur if calibrate_metric is set
- Python
Published by github-actions[bot] over 2 years ago
distance-estimation - Release v1.3.1
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.
- Python
Published by github-actions[bot] over 2 years ago
distance-estimation - Release v1.3.0
This release adds the option of using Segment Anything Model (SAM) to provide a finer-grained animal localization than MegaDetector alone.
- Python
Published by github-actions[bot] almost 3 years ago
distance-estimation - Release v1.1.3
enable CoreML Onnxruntime execution provider for macOS
- Python
Published by github-actions[bot] about 3 years ago
distance-estimation - Release v1.1.2
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.
- Python
Published by github-actions[bot] about 3 years ago
distance-estimation - Release v1.1.0
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
- Python
Published by github-actions[bot] over 3 years ago