WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.86k stars 585 forks source link

np.int is deprecated from numpy v1.20 #437

Closed shyhyawJou closed 5 months ago

shyhyawJou commented 5 months ago

np.int need to be replace with np.int64, this is compatible with newer and older version