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

[FIX] addresses nan rotation matrices computed when Y contains duplic… #78

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

hollydinkel
Copy link
Member

Summary of changes:

  • wrap skeletonization within try: + except: statement to enable respawning node. Respawning initialize.py automatically is helpful in case there is a failure to extract skeleton on the first few attempts.
  • add remove_duplicate_rows() function to initialize.py. This function removes duplicate nodes in the tracking initialization result, fixing the bug shown in the image below.
  • add code for detecting and segmenting a green tip when the multi_dlo param is set
    image

@hollydinkel hollydinkel merged commit df4003c into develop Feb 10, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant