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
Hey, I find your code is clean and elegant. When training on my dataset, I have two questions about anchors:
MODEL = {"ANCHORS":[[(1.25, 1.625), (2.0, 3.75), (4.125, 2.875)], # Anchors for small obj(12,16),(19,36),(40,28) [(1.875, 3.8125), (3.875, 2.8125), (3.6875, 7.4375)], # Anchors for medium obj(36,75),(76,55),(72,146) [(3.625, 2.8125), (4.875, 6.1875), (11.65625, 10.1875)]], # Anchors for big obj(142,110),(192,243),(459,401) "STRIDES":[8, 16, 32], "ANCHORS_PER_SCLAE":3 }
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
你好,请问你跑自己的数据集能够跑通吗
Sorry, something went wrong.
No branches or pull requests
Hey, I find your code is clean and elegant. When training on my dataset, I have two questions about anchors:
1.25 is 12 scaled by 8 times? 1.875 is 36 scales by 16 times?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: