-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fbx Import for Camera Tracking #1016
Comments
This would be a nice feature to include. Do you know of other nerf libraries that have this support that we can reference? |
Hi,Yes there is one that allow that and you can export an animation From Blender as fbx and import directly to there. It is https://lumalabs.aiNot sure if this answers your question.BRMarkusAm 28.11.2022 um 00:39 schrieb Matthew Tancik ***@***.***>:
This would be a nice feature to include. Do you know of other nerf libraries that have this support that we can reference?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks for the extra info! Luma is unfortunately closed source so there isn't much we can gleam from them. There doesn't seem to be an easy to use python FBX library that I can find. Autodesk FBX library doesn't have a pypi package and py-FBX appears to be an unfinished project. I'll keep searching... |
just an idea here, instead of working on a import/export of FBX files in nerfstudio if it's too complex. An alternative will be to find a way to convert a FBX camera data into a camera_path.json, this can be achieved in python in various softwares. the main issue though is that we need to have a correlation between the 3d world space in blender/maya/etc and nerfstudio. |
Yea, that could work, can you provide examples of other python based software doing this? |
A software like the foundry nuke can import fbx/abc camera system and in the attributes of the camera it converts xyz position rotation to world matrix there is non commercial nuke here Hope it helps |
We will add a blender workflow which will hopefully capture this workflow in #1218 |
Can we re-open this? A direct fbx/abc export it will have a more universal integration coverage. |
We weren't sure how to add this functionality in practice. Do you have any ideas? |
You can use the python API https://docs.alembic.io/python/examples.html |
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
It would be great if you could make it possible to import fbx animations from blender for example to nerfstudio as camera path. Some other Nerf generating application is able todo so and this makes things easier.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: