quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
310 stars 50 forks source link

Remove cell and particle modes? #287

Closed p-j-smith closed 1 year ago

p-j-smith commented 1 year ago

It's possible for a user to load a custom configuration file. This means it's possible for the config to correspond to neither 'cell' mode nor 'particle' mode.

Perhaps we could default to 'cell' mode, and a user can load a different config (e.g. for particle mode) if they wish?