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

Failed to solve pose #4

Open
YJZLuckyBoy opened this issue Jan 8, 2020 · 10 comments
Open

Failed to solve pose #4

YJZLuckyBoy opened this issue Jan 8, 2020 · 10 comments

Comments

@YJZLuckyBoy
Copy link

After compiling successfully, when I run ./refusion_example DATASET_PATH. All camera poses are identity matrices. I think it's because TSDF was not built successfully. Can you help me analyze the reason? Thank you!

@tanajikamble13
Copy link

Hi @zyjluck , you get it ? I am facing the same issue.

@Conearth
Copy link

Same problem. Waiting for an answer.

@Zhengjun-Du
Copy link

what's wrong, I can only get an identity matrix?

@Zhengjun-Du
Copy link

After compiling successfully, when I run ./refusion_example DATASET_PATH. All camera poses are identity matrices. I think it's because TSDF was not built successfully. Can you help me analyze the reason? Thank you!

so, have you solved this problem?

@YJZLuckyBoy
Copy link
Author

Hi @zyjluck , you get it ? I am facing the same issue.

Yes, I changed the device and it worked. GPU1660ti

@YJZLuckyBoy
Copy link
Author

After compiling successfully, when I run ./refusion_example DATASET_PATH. All camera poses are identity matrices. I think it's because TSDF was not built successfully. Can you help me analyze the reason? Thank you!

so, have you solved this problem?

Yes, I changed the device and it worked. GPU :1660ti 6G

@YJZLuckyBoy
Copy link
Author

Same problem. Waiting for an answer.

It may be due to insufficient performance of the GPU. I changed the device and it worked. GPU :1660ti 6G

@Zhengjun-Du
Copy link

Zhengjun-Du commented Jun 29, 2020 via email

@YJZLuckyBoy
Copy link
Author

Why it is GPU relevant and what are the essential reasons? My is GTX1080. -------- 原始邮件 --------发件人: SMX [email protected]日期: 2020年6月29日周一 15:14收件人: PRBonn/refusion [email protected]抄送: Zhengjun-Du [email protected], Comment [email protected]主 题: Re: [PRBonn/refusion] Failed to solve pose (#4) After compiling successfully, when I run ./refusion_example DATASET_PATH. All camera poses are identity matrices. I think it's because TSDF was not built successfully. Can you help me analyze the reason? Thank you! so, have you solved this problem? Yes, I changed the device and it worked. GPU :1660ti 6G —You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

Because tsdf algorithm in refusion requires GPU to support parallel operation, if GPU memory is too small, tsdf construction cannot be completed. I also run successfully on the gtx1080 device. You can check whether your system environment is fully configured. Furthermore, you can change some parameters about GPU in tsdf algorithm

@Zhengjun-Du
Copy link

thanks for your quick response! @zyjluck

  1. my cuda with 8G memory, and cuda version is 10.1, i am a new comer of cuda, I dont know how to change the tsdf parameters?
  2. when i debug the code, I find that, after the TrackCamera funciton , the rotation vector 'increment' outputs: nan nan nan nan nan 0.
    so , can you give me some advice?

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

4 participants