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

support for maDLC projects #105

Open
daltondm opened this issue Jan 15, 2023 · 0 comments
Open

support for maDLC projects #105

daltondm opened this issue Jan 15, 2023 · 0 comments

Comments

@daltondm
Copy link

I am working on applying anipose to an maDLC project. I have an established pipeline for single animal projects already that uses anipose to filter and triangulate a 5 camera setup with labels in each frame to define the origin, x and y axes of our desired coordinate frame. I would like to apply the same/similar pipeline to an maDLC project with 4 cameras. please I have not been able to find any information on doing so in DLC or anipose documentation, and looking thru triangulate.py and other anipose code it seems it may require some light revision of the code base. My basic plan is:

  1. Run analyze_videos and refine_tracklets in DLC, iterate until 2D tracking is satisfactory.
  2. Place analyzed_video outputs into the directory structure expected by anipose (and maybe rename files to the anipose style if necessary?)
  3. Run anipose from there. I anticipate that I would need to edit anipose code to differentiate between individuals for the multianimalbodyparts in all or some of filter_pose, filter_3d, label_*, and triangulate.py.

Is there already a solution to this? If not, does my plan sound right and could you provide any guidance on doing so?

Thank you for your help in advance.

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