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

Links get disconnected while tracking #62

Open
libstr opened this issue Dec 27, 2023 · 0 comments
Open

Links get disconnected while tracking #62

libstr opened this issue Dec 27, 2023 · 0 comments

Comments

@libstr
Copy link

libstr commented Dec 27, 2023

Hi,

Firstly, Excellent work on the tracking system!

I'm currently experiencing an issue with the link functionality in M3t. It seems that the links are getting disconnected during the tracking process. My understanding is that the child and parent links should remain attached irrespective of the real-world object?

Here is a blueprint of the links in the config file:

Link:
  - name: child_link
    metafile: child_link.yaml
    body: child
    modalities: [child_region_modality, child_texture_modality, child_depth_modality] 
  - name: parent_link
    metafile: parent_link.yaml
    body: parent
    modalities: [parent_region_modality, parent_texture_modality, parent_depth_modality] 
    child_links: [child_link]

Constraint:
  - name: constraint
    metafile: constraint.yaml
    link1: parent_link
    link2: child_link

Optimizer:
  - name: optimizer
    root_link: parent_link
    constraints: [constraint]

Could you let me know if I am missing something in my implementation?

I appreciate your support in addressing this issue.
Let me know if you need any further clarification or information.

Thank you,

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