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

Nothing in the instant-ngp #8

Closed
richard7714 opened this issue Dec 29, 2022 · 5 comments
Closed

Nothing in the instant-ngp #8

richard7714 opened this issue Dec 29, 2022 · 5 comments

Comments

@richard7714
Copy link

While following the readme, I got this error in the instant-NeRF gui.
1

With this error, i also have this error code.
2

I tried with gtsam fork, and also with borglab/gtsam, but couldn't fix this problem.

If anyone knows solution, comment me. Thanks.

@phamquandung
Copy link

Hi @richard7714, can you solve this problem?

@richard7714
Copy link
Author

richard7714 commented Dec 30, 2022

@phamquandung yes, it was the problem of gtsam/gtsam/linear/linear.i.

Like this comment #5 (comment), I added Vector vector(const gtsam::KeyVector& keys) const; to line 239 of
thirdparty/gtsam/gtsam/linear/linear.i and add gtsam::VectorValues optimizeDensely() const; to 415 of thirdparty/gtsam/gtsam/linear/linear.i.

On top of it, i also deleted Vector vector() const; of line 238 in linear.i

For the gtsam version, I used author's default fork version

@phamquandung
Copy link

Hi @richard7714, even though I fork the new version of gtsam and ngp. I still have this issue. How about your result?
image

@richard7714
Copy link
Author

@phamquandung, Check your terminal and see if there is any error code. I guess it's the problem of your slam module. If it works properly, It goes like this
1

@songlin
Copy link

songlin commented Jan 6, 2023

@phamquandung Hi, Do you solve the problem? I might have the same problem as you. I keep getting

Fusion packet from SLAM module is None...

and nothing shows in the GUI.

@richard7714 richard7714 changed the title Nothing to see in the instant-ngp Nothing in the instant-ngp Jan 6, 2023
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