dog-qiuqiu / Yolo-Fastest

:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and the mobile terminal can run up to 178fps+
Other
1.97k stars 428 forks source link

Why using the leakyrelu activation Function? #52

Open AFeng-x opened 3 years ago

AFeng-x commented 3 years ago

Good job!it‘s really fast. and i wanna know why you use leaky relu but not relu?