funkelab / motile

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

TrackGraph metadata can be stale #83

Open tlambert03 opened 4 months ago

tlambert03 commented 4 months ago

It looks like at some point, TrackGraph._update_metadata became useless everywhere besides the first call in __init__, because nothing ever sets _graph_changed to True again (such as adding a node/edge, etc...)

that needs some eyes