WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.88k stars 585 forks source link

Fix: remove calling function self inside function definition #345

Open BruceDai003 opened 3 years ago

BruceDai003 commented 3 years ago

It looks like a typo. No need to call the function itself in the function definition.