avBuffer / Yolov5_tf

Yolov5/Yolov4/ Yolov3/ Yolo_tiny in tensorflow
288 stars 108 forks source link

Confused about activation chosen and concatenate position #12

Open Mingfeng-Wang opened 3 years ago

Mingfeng-Wang commented 3 years ago

Why did you discard the official mish implementation and change it by setting a threshold? Also official activation method is mainly using hardswish. Does it work better than hardswish?

As for concatenating: In YOLOv5 code, have three routes but not processed by CSP different with pytorch version.