germain-hug / S2DHM

Sparse-to-Dense Hypercolumn Matching for Long-Term Visual Localization (3DV 2019)
https://arxiv.org/abs/1907.03965
69 stars 15 forks source link

Allow pickle in np.load #7

Closed DanielPollithy closed 4 years ago

DanielPollithy commented 4 years ago

The default value in np.load(...) for the keyword argument allow_pickle changed to False beginning with numpy version 1.16.3, therefore we have to set it to True explicitly.

Alternatively, the numpy version could be restricted to be "<=1.16.3"

See: https://numpy.org/devdocs/reference/generated/numpy.load.html