cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.92k stars 515 forks source link

Update cpu_nms.pyx #154

Open Prashant-Kesharwani opened 1 year ago

Prashant-Kesharwani commented 1 year ago

numpy.int was deprecated in NumPy 1.20 and was removed in NumPy 1.24.

You can change it to numpy.int_, or just int.