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

dataset.py中的encoder()函数中的问题 #2

Open
wyfqqq opened this issue Feb 23, 2020 · 0 comments
Open

dataset.py中的encoder()函数中的问题 #2

wyfqqq opened this issue Feb 23, 2020 · 0 comments

Comments

@wyfqqq
Copy link

wyfqqq commented Feb 23, 2020

为什么是:
target[ij[1],ij[0],4] = 1
target[ij[1],ij[0],9] = 1
按理来说得到了预选框中心点的宽与高,应该标记为:
target[ij[0],ij[1],4] = 1
target[ij[0],ij[1],9] = 1
希望作者大佬可以解释下,要是不介意可以加q:1655830222

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