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
I have one question for how to define the center point of the object.
If the mass-center of one object is (x, y), the center sample should be:
(x-1, y-1), (x-1, y), (x-1, y+1) (x, y-1), (x, y), (x, y+1) (x+1,y-1), (x+1,y), (x+1, y+1) Am I right?
What if the mass-center of two objects is the same, just like the following picture?
How to define the center sample for the two object separately?
The PolarMask has 3 outputs:
In CornerNet or Centernet, the heatmap is used to represented a point. Is 1. classification: H*W*k the heatmap?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have one question for how to define the center point of the object.
If the mass-center of one object is (x, y), the center sample should be:
(x-1, y-1), (x-1, y), (x-1, y+1)
(x, y-1), (x, y), (x, y+1)
(x+1,y-1), (x+1,y), (x+1, y+1)
Am I right?
What if the mass-center of two objects is the same, just like the following picture?
How to define the center sample for the two object separately?
The PolarMask has 3 outputs:
In CornerNet or Centernet, the heatmap is used to represented a point. Is 1. classification: H*W*k the heatmap?
The text was updated successfully, but these errors were encountered: