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

Great work!question about other scenes #2

Open
guangxuwang opened this issue Jan 9, 2024 · 1 comment
Open

Great work!question about other scenes #2

guangxuwang opened this issue Jan 9, 2024 · 1 comment

Comments

@guangxuwang
Copy link

Thanks for the open source code, I have been following your team's research for a long time. However, my research is on underwater fish reconstruction, can this work generalize to fish-shaped animals?Can you give me some advice

Best wishes

@anl13
Copy link
Owner

anl13 commented Jan 9, 2024

Thanks for the open source code, I have been following your team's research for a long time. However, my research is on underwater fish reconstruction, can this work generalize to fish-shaped animals?Can you give me some advice

Best wishes

Thank you for your attention! Definitely you can apply similar methods (multi-view capture + mesh fitting) to fishes, and it is even better for fish than pig/mouse to apply a shape model to capture the motion. Previously, I noticed that there are some papers about 3D tracking of freely-moving zebra-fish. However, papers on social shape tracking of fishes seem lacking. You can follow some human pose estimation work written in python (honestly python projects are easier to follow) to adapt to fish cases. Fish reconstruction is excerllent!

More technically, fish has less articulated shape, and the shape variance are not that much. One way is designing a mean shape and adding some scale control over the body; Another way is capturing several fishes of the target species using a camera/cameras, and building a shape-blend-shape model similar to SMAL. I think it is practical because there are useful scanning tools now (such as nerf-studio or 3D gaussian splatting). I believe build a shape model of fish can be realized in the near future. About tracking, you may first try some basic principles like MAMMAL or social behavior atlas or MVPose to identify the key challenges of fish tracking.

If you come up with some problems, you may contact me personally. I am willing to help as much as I can.
Best wishes.

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