XuJiacong / PIDNet

This is the official repository for our recent work: PIDNet
MIT License
596 stars 109 forks source link

Deprecated Usage of numpy.int Causing Errors in Newer Numpy Versions #94

Open dimfot3 opened 5 months ago

dimfot3 commented 5 months ago

Description: The usage of the deprecated numpy.int is causing errors in systems running newer versions of Numpy.

References: For more information on this deprecation and potential solutions, please refer to this StackOverflow discussion: https://stackoverflow.com/a/74946903