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

unable to export meshes for SeathruModel #10

Open
yj340121 opened this issue Nov 2, 2024 · 0 comments
Open

unable to export meshes for SeathruModel #10

yj340121 opened this issue Nov 2, 2024 · 0 comments

Comments

@yj340121
Copy link

yj340121 commented Nov 2, 2024

Thank you for your contribution. I encountered difficulties when trying to export the mesh using the SeathruModel. Is there any good solution?
Loading latest checkpoint from load_dir
✅ Done loading checkpoint from
outputs/results/seathru-nerf-lite/2024-10-30_170856/nerfstudio_models/step-000049999.ckpt
☁ Computing rgb and depth images ☁ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% ? --:--
Traceback (most recent call last):
File "/home/lzd/.conda/envs/nerfstudio/bin/ns-export", line 8, in
sys.exit(entrypoint())
File "/home/lzd/.conda/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/scripts/exporter.py", line 648, in entrypoint
tyro.cli(Commands).main()
File "/home/lzd/.conda/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/scripts/exporter.py", line 225, in main
tsdf_utils.export_tsdf_mesh(
File "/home/lzd/.conda/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/exporter/tsdf_utils.py", line 326, in export_tsdf_mesh
color_images, depth_images = render_trajectory(
File "/home/lzd/.conda/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/exporter/exporter_utils.py", line 278, in render_trajectory
image = pipeline.model.get_rgba_image(outputs, rgb_output_name)
File "/home/lzd/.conda/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/models/base_model.py", line 222, in get_rgba_image
raise NotImplementedError(f"get_rgba_image is not implemented for model {self.class.name}")
NotImplementedError: get_rgba_image is not implemented for model SeathruModel

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