当前位置:网站首页>The principle and function of focus

The principle and function of focus

2022-06-26 08:29:00 Jiangxiaobai JLJ

yolov5 Medium Focus Module understanding _ Xiaocai's blog -CSDN Blog _focus structure

https://github.com/ultralytics/yolov5/issues/847

https://github.com/ultralytics/yolov5/issues/207

Design thinking : In theory, from high-resolution images , Periodically extract pixels and reconstruct them into low resolution images , That is, stack the four adjacent positions of the image , focusing wh Dimension information to c Channel empty , Improve the receptive field of each point , And reduce the loss of original information . This component is not intended to increase the accuracy of the network , But to reduce the amount of calculation , Increase the speed .

原网站

版权声明
本文为[Jiangxiaobai JLJ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202170556446796.html