We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬您好,关于BIFPN的实现在哪个文件里面呢,如果我要将其用在YOLOv5s模型里面,应该修改一些什么参数呢
The text was updated successfully, but these errors were encountered:
你好,请问这个问题解决了吗?
Sorry, something went wrong.
最后经过对文件的分析,BiFPN其实就是改后的Concat,你如果还要做相关的修改的话,到common文件里面找到BiFPN_Concat(名字不一定对,就是用来替换原来concat的那个结构),对其进行修改就可以了
No branches or pull requests
大佬您好,关于BIFPN的实现在哪个文件里面呢,如果我要将其用在YOLOv5s模型里面,应该修改一些什么参数呢
The text was updated successfully, but these errors were encountered: