happyharrycn / actionformer_release

Code release for ActionFormer (ECCV 2022)
MIT License
415 stars 77 forks source link

Update INSTALL.md with Numpy version restrictions #101

Closed tzzcl closed 1 year ago

tzzcl commented 1 year ago

np.float is deprecated since Numpy 1.20 and Numpy removed np.float type in 1.24. It will result in evaluation error in ActionFormer, thus we need to limit the Numpy version for ActionFormer.