Skip to content
New issue

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

up你好!关于增加两个值(就和框的坐标一样)进行预测的问题 #129

Open
15505529663 opened this issue Nov 28, 2024 · 0 comments

Comments

@15505529663
Copy link

对头的修改
self.yolo_head_P3 = nn.Conv2d(transition_channels * 8, len(anchors_mask[2]) * (5 + num_classes + 2), 1) self.yolo_head_P4 = nn.Conv2d(transition_channels * 16, len(anchors_mask[1]) * (5 + num_classes + 2), 1) self.yolo_head_P5 = nn.Conv2d(transition_channels * 32, len(anchors_mask[0]) * (5 + num_classes + 2), 1)
但是在yolo_training 里的YOLOLOSS我就没有思路该如何修改了,我想加一个MSE用来计算新加值的损失,然后对于后面的map_out, 以及yolo的部分就更没有思路,
所以想请问up有没有修改的思路 麻烦你了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant