naver / shine

[CVPR'24 Highlight] SHiNe: Semantic Hierarchy Nexus for Open-vocabulary Object Detection
Other
42 stars 2 forks source link

np.float -> float #4

Closed YoungJeansKR closed 2 months ago

YoungJeansKR commented 2 months ago

np.float was a deprecated alias for the builtin float.

The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

OatmealLiu commented 2 months ago

Hi! Thanks for the request! I think as long as the user keep numpy==1.22.0 as specified in the .yml file, this error won't occur.

YoungJeansKR commented 2 months ago

Thank you:)