DeepSORT 알고리즘 open source를 돌려보는데, numpy에 int가 없다는 당황스러운 에러를 마주했다,,
AttributeError: module 'numpy' has no attribute 'int'
👇해결한 명령어👇 $ pip install numpy==1.23.0
$ pip install numpy==1.23.0
버전 1.23.0 이하로만 지원이 되는 것 같기도하다,, (내가 1.24.0 , 1.24.1 이였는데 에러가 났다)