-
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
Cannot process data generated by Blender (mp4) #1257
Comments
It looks like COLMAP failed to register the frames. If you are working with synthetic data, I'd recommend exporting the ground truth camera frames instead of using COLMAP. |
Are the instructions for exporting camera transforms and frames from custom Blender scenes included in this repo? If not, I can add them in a PR. |
@Mason-McGough pls |
A commit was just pushed recently related to issue 1218. Seems like it only applies to camera paths for rendering and not for producing training data, if I'm not mistaken. I have seen projects like BlenderNeRF for this sort of thing, but does nerfstudio have a native workflow for importing Blender images and poses as training data? |
I have just imported an mp4 created by Blender, the studio, I guess that the COLMAP complained about it. |
I can provide the mp4, you can try it self @Mason-McGough NeRF.Test.Scene.mp4 |
Just a guess, but judging by the video your problem could be due to a lack of image features. SfM-based pose solvers like COLMAP need detailed geometry in order to find feature correspondences. This video mostly consists of objects with smooth featureless textures. Could you apply the same workflow to a real-world video or to a synthetic scene with more detail to see if the poses can be solved? In the meantime, I will look into the best way to export camera frames and poses from Blender. |
@XinyueZ I was able to replicate your issue with that video in COLMAP. I will continue to look into that. For now, I was able to successfully train a Nerfacto model with ground-truth poses using the BlenderNeRF project and a free scene I downloaded from TurboSquid. All I had to do was rename "transforms_train.json" to "transforms.json" to get it to work. Here is an example render I made with it. You might be able to use BlenderNeRF for your needs for now. cozy-room_train_2023-01-28_092527.mp4 |
Hi @tancik this is also failing for me, sometimes the mapper step goes through and sometimes it fails for the same video. BlenderNeRF i found takes a bit more time than the nerfstudio process data utils. Any reason why this is failing? |
Is it actually possible to use the output from Blender?
Those are the feedback:
The text was updated successfully, but these errors were encountered: