-
Notifications
You must be signed in to change notification settings - Fork 203
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
FragmentOptimizer: matrix not positive definite #7
Comments
I have the same problem, @algoterranean do you have any progress with this?
the output file I've uploaded a package of my input and output here: https://drive.google.com/file/d/0B4vahSr3aGadM2dWaWRZS0NyNDg/view?usp=sharing |
UPDATE 1:
Then I realize that's because of
Since
|
@zhangxaochen I was able to get the provided sample scene working by using the github code and changing the FragmentOptimizer to use a Simplicial solver instead of the Supernodal one. This is just one line of code: In
to
However, I too am working on my own small synthetic scene and I still have problems with SLAC with this data. I have not figured out a solution yet but, like you, had success (that is, at least a resulting mesh, however terrible it was) with the rigid and nonrigid options. I suspect my correspondences earlier in the pipeline are causing an issue but I need to investigate more. I will post an update here when I find out more. |
@algoterranean great to have someone to discuss, though few people tackles with running this repo... |
@algoterranean my test results:
|
@zhangxaochen I am getting close. One thing to look at is the configuration settings used for GlobalRegistration. These settings are not available via the command line but are in the file Will post more in a day or two when I have more. |
@algoterranean Hi~ |
@algoterranean @zhangxaochen ,do you have made any progress?I also encountered this problem. |
I wonder do you have the problem like this when I running the FragmentOptimizer.exe: |
Hi, I am having the same problem, therefore the program "Integrate" cannot see a valid output and I cannot complete the whole pipeline. I also tried with other oni files from "Augmented ICL-NUIM Dataset", even that ones that need the other script (demo_val3.sh). Exactly the same issue. Any progress or solution? Are the authors planning to release updates? @SingularTnT : if you run the exe from a classical MS-DOS window, of course calling directly the program with the proper arguments instead of the whole script, you should see the error instead of having a "?". |
When running this code (both my compiled version and the pre-compiled binaries available at the Reconstruction site) with the provided demo.sh, I run into some issues in FragmentOptimizer, resulting in the output giving a bunch of NANs.
For example, every entry in pose.txt is of form
and output.ctr is of form
Any ideas on what is going on here?
The output from FragmentOptimizer looks like:
snip
snip
The text was updated successfully, but these errors were encountered: