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

Segmentation fault (core dumped) after "Open Dataset" #9

Open
zhongchong7 opened this issue Feb 27, 2023 · 2 comments
Open

Segmentation fault (core dumped) after "Open Dataset" #9

zhongchong7 opened this issue Feb 27, 2023 · 2 comments

Comments

@zhongchong7
Copy link

Hello, I am using Ubuntu 20.04 to build it. After I choose "Open Dataset" and choose sample data in this repo, the program will be closed and terminal shows
"width: 378.553 length: 469.008
angle_width: 103.683 angle_length: 17.9155
Failed to find match for field 'intensity'.
Segmentation fault (core dumped)"

Could you please tell me what is the error root and how to fix it? Thanks!

@juliangaal
Copy link

This is the exact same behavior as in this fork of plycal. There is some issue with qt5 on ubuntu 20.04 that means you have to use this package with Ubuntu 18.04

@wangtuo0820
Copy link

I faced the same issue and made the following modifications, and then this error was solved for me.
I changed line98 in PlyCal/calibrator.h to

return Project(pc, img, T_);

and add

return true;

before line 702 in PlyCal/calibrator.cpp


However, another occurs

E: no enough line segments after merging
   get 3 lines

It seems ImagePolygon doesn't detect enough lines, Anybody knows how to fix it?

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