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

anchor index的问题 #40

Closed
happy2019-k opened this issue Jul 14, 2021 · 0 comments
Closed

anchor index的问题 #40

happy2019-k opened this issue Jul 14, 2021 · 0 comments

Comments

@happy2019-k
Copy link

yolo脚本中第110行的代码:self.anchors_mask = [[3,4,5],[1,2,3]]是不是有问题,是否应该改为self.anchors_mask = [[3,4,5],[0,1,2]]。相同的问题:在nets/yolo_training.py中231和359行的anchor_index = [[3,4,5],[1,2,3]][self.feature_length.index(in_w)]是不是应该改成anchor_index = [[3,4,5],[0,1,2]][self.feature_length.index(in_w)]?

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