btrack icon indicating copy to clipboard operation
btrack copied to clipboard

Bayesian multi-object tracking

Results 75 btrack issues
Sort by recently updated
recently updated
newest added

+ [x] Allow objects to have features + [x] Split Bayesian updates during track linking, to allow motion and feature based updates + [x] Provide option to track using motion,...

feature

Add some How-To guides around configuration of btrack, using guidance from: https://diataxis.fr/ Related: #124 #125 #111 #85 #31

documentation

Dear All, I have been working with the example notebook for btrack and have been running into numerous problems with visualizing my final result. I either encounter one of two...

`track_interactive` will be replaced by `track` in v0.5. We need to raise a deprecation warning ahead of making that big change as it will probably break a lot of peoples...

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

- [x] Fixed the coords axes order in `utils` by adding an optional argument `coords_axes` if needed. - [x] Added the napari tracks export fn to the `HDF5FileHandler` as an...

[mypy](https://mypy.readthedocs.io/en/stable/) is a great library which has a `pre-commit` hook. It allows you to enforce that python typing is obeyed (but would pass if no typing) i.e. a function expecting...

feature

Addresses #84. Quite tricky which is why I abandoned this before, getting somewhere...

refactor
CI