dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Remove the (unused) valid bit from trajectories. #707

Closed jeremykubica closed 2 months ago

jeremykubica commented 2 months ago

The valid bit was meant to be a way to indicate that something is filtered on the GPU, but we use num_obs or likelihood instead. We can drop this bit to save both space in the results and time in filtering without changing behavior.

Also does a few smaller cleanups: