talmolab / dreem

DREEM Relates Every Entities' Motion (DREEM). Global Tracking Transformers for biological multi-object tracking.
https://dreem.sleap.ai
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Refactor `biogtr.inference.postprocessing.filter_max_center_dist` #50

Open aaprasad opened 6 months ago

aaprasad commented 6 months ago

The biogtr.inference.postprocessing.filter_max_center_dist function is extremely messy, we should refactor it to just be a simple euclidean distance threshold in pixel space.