Open ljmiao opened 2 years ago
Thanks, I will have try. I will inform you If anything updates.
Using kernel_size 6x6 in Conv2d is not a good way to replace Focus. Anyway, since so many users are willing to replace Focus
with Conv2d
, we will try to do such a thing in a different way.
Using kernel_size 6x6 in Conv2d is not a good way to replace Focus. Anyway, since so many users are willing to replace
Focus
withConv2d
, we will try to do such a thing in a different way.
@FateScript any progress?
It is recommended to replace Focus with conv, because Focus is extremely unfriendly to deployment, and doing so has almost no negative impact on the model, which has been confirmed in yolov5. link: https://github.com/ultralytics/yolov5/issues/4825