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

Question about the MDA and DML #32

Open
zhang-qiang-github opened this issue Jun 11, 2023 · 1 comment
Open

Question about the MDA and DML #32

zhang-qiang-github opened this issue Jun 11, 2023 · 1 comment

Comments

@zhang-qiang-github
Copy link

I have several questions about MDA and DML.

  1. In DML, the key point is needed to calculate the loss. How to obtain the key point in the training? Does it comes from annotation information?
  2. In MDA, how to use the fixed vertices? Is it used to split the contour to several segments, and use there segments to calculate loss? It seems an improvement for the Segment-wise Matching Scheme in DANSE . Am I correct?
@zhang-tao-whu
Copy link
Owner

For Q1:
The key point is obtained through the Douglas algorithm. Please refer to douglas.py.

For Q2:
Perhaps you can understand it this way. The difference between us and DANCE lies in the choice of alignment points. We use fixed points in a specific orientation, while DANCE uses the intersection points of contours and bounding boxes as alignment points. However, DANCE does not alleviate the unevenness in angle distribution.

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

2 participants