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

For training dataset, how to define the center point if the center point of two objects is the same location? #57

Open
NeuZhangQiang opened this issue Feb 23, 2021 · 0 comments

Comments

@NeuZhangQiang
Copy link

NeuZhangQiang commented Feb 23, 2021

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?

image

How to define the center sample for the two object separately?

The PolarMask has 3 outputs:

  1. classification: H*W*k
  2. Polar Centerness: H*W*1
  3. Mask Regression: H*W*n

In CornerNet or Centernet, the heatmap is used to represented a point. Is 1. classification: H*W*k the heatmap?

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