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

GUI of labeling disappeared #28

Closed
lisilin013 opened this issue Oct 12, 2020 · 4 comments · May be fixed by #66
Closed

GUI of labeling disappeared #28

lisilin013 opened this issue Oct 12, 2020 · 4 comments · May be fixed by #66

Comments

@lisilin013
Copy link

Thanks for your great work!
After building point_labeler, my gui like the following pictures, then I don't know how to label my personal dataset. What is the problem?
image
Thanks again!

@jbehley
Copy link
Owner

jbehley commented Oct 12, 2020

We only support point clouds in the KITTI format, i.e., your data should have a specific folder structure (see https://github.com/jbehley/point_labeler#folder-structure), poses in the poses.txt in the KITTI format and format of the point clouds, i.e., binary with float values. However, you can also rewrite the KITTIReader to read other point clouds.

I'm wondering that the icons are not shown and the labels.xml is not populating the label buttons. Ensure that you run the program from the bin folder inside the project folder, such that it can find the correct paths (which are relative to the bin folder).

@lisilin013
Copy link
Author

Thank you very much for answering my question so quickly!

hmm, actually the reason cause some elements of gui disappeared is the following code in repo

  std::string assertDir = QDir::currentPath().toStdString() + "/../assets/";

I run the following cmd in terminal, so I guess the code can not load these elements correctly.

./src/point_labeler/bin/labeler

Run this cmd, everything will be ok.

./labeler

@jbehley
Copy link
Owner

jbehley commented Oct 12, 2020

Good, then everything works as expected? is the issue then solved?

@lisilin013
Copy link
Author

Yes. Thanks very much.

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

Successfully merging a pull request may close this issue.

2 participants