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

get a NaN in print resoults when I use your code in my own data #2

Open
zhouwuxiong opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@zhouwuxiong
Copy link

Hello, grateful for your open source work, I get a NaN in print resoults when I use your code in my own data. Could you please provide the data you used for the test?
image

there is my results
`
I: solve pose by EPnPEigen.
betas[1] = -nan, -nan, -nan, -nan
betas[1] = -nan, -nan, -nan, -nan
detR = 1

M = [-nan, -nan, -nan
-nan, -nan, -nan
-nan, -nan, -nan];

U = [1, 0, 0
0, 1, 0
0, 0, 1];

V = [1, 0, 0
0, 1, 0
0, 0, 1];

R = [1, 0, 0
0, 1, 0
0, 0, 1];

t = [-nan
-nan
-nan];
`

here is my imput data
camera.txt
input1.txt
model.txt

any help is grateful !!

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