peabody124 / PosePipeline

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos
GNU General Public License v3.0
63 stars 14 forks source link

Numpy int issue #19

Closed peifferjd closed 1 year ago

peifferjd commented 1 year ago

NumPy 1.20.0 changes np.int to just int along with other dtypes (https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations). This fixes that.