dirac-institute / kbmod

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

Make KBMOD compatible with numpy v2.0 #659

Closed jeremykubica closed 5 months ago

jeremykubica commented 5 months ago

closes #658

Upgrades Eigen and Pybind11 to the lastest in both repositories. Changes np.NAN to np.nan

jeremykubica commented 5 months ago

Closing because this does not full fix it. Will wait until some other dependencies upgrade.