-
Notifications
You must be signed in to change notification settings - Fork 2
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
将分割出的模型导出 #3
Comments
Do you mean that you want 3D volume grid/mesh? |
Yes, just like the ns-export command statement in nerfstudio, export to a point cloud or Poisson grid, because my future work needs to manipulate a model in a 3D scene |
I am sorry that we do not provide the related code. |
You can check |
I think the current codebase can support you to save RGB and depth. But for the following steps, you need to implement them by youself. |
I tried exporting single-view RGB and depth in Nerfstudio to generate a point cloud. The problems I encountered are: first, using Colmap's intrinsic and extrinsic parameters directly didn't perfectly align the point clouds from multiple viewpoints. Second, the point cloud from a single view was deformed, possibly due to inaccurate depth estimation. |
For the camera parameters, it would be better if you can use the default parameters used for NeRF training. To faciliate the training, the original camera parameters might be normalized or translated. For your second question, I think first you need to visualize your depth map to check whether it is correct. If not, it is probably because the reconstruction is bad. I think in NeRF Studio, they providie the visualization of depth (or disparity) in their UI, if I remember correctly. Then, you can check whether you use the correct depth value. The output might be disparity maps, or the depth values might be scaled. |
请问您的工作可以实现将分割出来的部分模型导出吗?
The text was updated successfully, but these errors were encountered: