TheCacophonyProject / classifier-pipeline

Exports tracked animals through thermal vision.
GNU General Public License v3.0
21 stars 14 forks source link

make tracking always produce same tracks #102

Closed gferraro closed 4 years ago

gferraro commented 4 years ago

previously when tracks had the same mathcing score, the order was random (as the hashset hashes can change each run) by sorting by since last frame and track id then the score we guarantee the same track matching on each classifier run