ppogg/YOLOv5-Lite

编译错误,error: use of undeclared identifier 'unsig_pro'

Opened this issue · 1 comments

image
在编译v5lite-s.cpp时候,貌似float unsig_pro = unsigmoid(prob_threshold);这行写的有点问题

float unsig_pro = unsigmoid(prob_threshold);

这块代码为什么要这么写呢
@ppogg