rmislam/PythonSIFT

Deprecated implementation

ra0e opened this issue · 1 comments

ra0e commented

PythonSIFT/pysift.py:80: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
return array(gaussian_images)

@ra0e
Fixed in commit 78c779ae58fd95d4ea65924fd7471d8038f5a9be.
Thanks for pointing this out.