MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.86k stars 1.96k forks source link

Deprecated numpy.float alias removed in Numpy 1.24 #1107

Open joonaojapalo opened 1 year ago

joonaojapalo commented 1 year ago

Hi! 👋 And thank you for your work on quite impressive pose estimation model.

In numpy release 1.24 data type alias np.float has been removed. There are several references to this (eg in https://github.com/MVIG-SJTU/AlphaPose/blob/master/trackers/tracking/matching.py#L64 ).

I'm happy to submit a PR to enable support against latest numpy.

Fang-Haoshu commented 1 year ago

Hi Joona, thanks for your reminder. Yes, we are happy to include your PR. :D It will help a lot