micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
247 stars 147 forks source link

Imageutils.map_points still uses deprecated np.float instead of np.float32 #200

Closed simonreise closed 4 months ago

simonreise commented 10 months ago

np.float is removed in numpy 1.24 so now it crashes instead of throwing deprecationWarning Line 408

fuxinyang0708 commented 8 months ago

Maybe your numpy version is so high, you can try numpy 1.21.

sebc06 commented 4 months ago

Done. I close this thread.