dirac-institute / kbmod

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

Caching doesn't cache #680

Closed DinoBektesevic closed 3 months ago

DinoBektesevic commented 3 months ago

I used row_index instead of std_idx to index standardizer cache list making the cache miss everytime. Also packing of a single exposure packs the whole table which causes len(table) to be 0 instead of 1 in the unpack table function.

Thanks Drew!