funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
24 stars 5 forks source link

Unify Cost API #100

Open cmalinmayor opened 4 months ago

cmalinmayor commented 4 months ago

Edge Selection doesn't have an optional attribute, for just adding a constant cost (or incentive) for selecting an edge. I ended up using the EdgeDistance cost with weight of 0 in the plugin, which was an unsatisfying workaround.

cmalinmayor commented 2 months ago

Could rephrase this issue as "Unify cost API" - I think all of the standard ones should have the same set of standard arguments (plus any custom ones like EdgeDistance)

cmalinmayor commented 2 months ago

No default values for graph attribute names