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

TypeError: create_empty_nerf_dataset(): incompatible function arguments. The following argument types are supported: #69

Open
16605506117 opened this issue Mar 12, 2024 · 2 comments

Comments

@16605506117
Copy link

Traceback (most recent call last):
File "./examples/slam_demo.py", line 200, in
run(args)
File "./examples/slam_demo.py", line 172, in run
and (not fusion or fusion_module.spin()):
File "/22085400519/NeRF-SLAM/./examples/../pipeline/pipeline_module.py", line 88, in spin
self.initialize_module()
File "/22085400519/NeRF-SLAM/./examples/../fusion/fusion_module.py", line 25, in initialize_module
self.fusion = NerfFusion(self.name, self.args, self.device)
File "/22085400519/NeRF-SLAM/./examples/../fusion/nerf_fusion.py", line 72, in init
self.ngp.create_empty_nerf_dataset(n_images, aabb_scale,nerf_scale, offset, render_aabb)
TypeError: create_empty_nerf_dataset(): incompatible function arguments. The following argument types are supported:
1. (self: pyngp.Testbed, n_images: int, aabb_scale: int = 1, is_hdr: bool = False) -> None

Invoked with: <pyngp.Testbed object at 0x7fe31d87c0f0>, 100, 4, 1.0, array([inf, inf, inf]), <pyngp.BoundingBox object at 0x7fe31d8be0f0>

@FufenNan
Copy link

Hi, did u fix this problem?

@josyulavt
Copy link

any update on this please? thank you

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

3 participants