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

Messy points appear when reopen labeled data #41

Open
shuangjiexu opened this issue May 12, 2021 · 7 comments
Open

Messy points appear when reopen labeled data #41

shuangjiexu opened this issue May 12, 2021 · 7 comments

Comments

@shuangjiexu
Copy link

Thank you very much for your open-source tools.
I'm currently annotating my own datasets, but find some strange issues. In some sequence, the labeled data will be a mess when reopen (like the figure below, some labeled road/car points are shown in other place).
github_issue
We annotate data on Ubuntu 16.04, with 4G memory and HD630 Integrated Graphics. OpenGL version 3.0 Mesa 18.0.5 and core profile version string is 4.5.
I don't know if there is something missing in my environment or there is another mistake somewhere that I cannot find.

Thank you in advance for your help!

@jbehley
Copy link
Owner

jbehley commented Jun 15, 2021

Sorry for the late reply, very busy currently. :/

I currently don't know what happens there. Which points you mean specifically? Can you show the same scan before and after reopening?

We use the labeler mainly in Ubunut 18.04 and did not encounter issues.

@hahakid
Copy link

hahakid commented Mar 4, 2023

I face the same problem, and corrected following https://github.com/jbehley/point_labeler/issues/11,
you can check by selecting "show single scan", to see if the center of the current point cloud is missing with a rectangle.

@jbehley
Copy link
Owner

jbehley commented Mar 5, 2023

Do you have individual scans (say around 150k points) or larger scans/a single large scan (say millions of points) that yo want to annotate?

@hahakid
Copy link

hahakid commented Mar 5, 2023

Do you have individual scans (say around 150k points) or larger scans/a single large scan (say millions of points) that yo want to annotate?

I don't have a lidar like that, but I can merge several frames as one file and import into the tool. And the merged map can also achieve this scale of points. But what do you mean by that?

@jbehley
Copy link
Owner

jbehley commented Mar 5, 2023

We observed some problems with very large point clouds (20 million+); thus I was wondering.

Could you provide an image or a link to the data to better understand what is the problem?

@hahakid
Copy link

hahakid commented Mar 6, 2023

@jbehley
ScreenCapture_2023-03-04-08-18-59
the black (unlabeled points) are filtered by ego-car bounding box. I think we are not talking about the same problem.
garage

I never processed map with too huge points. but when handling huge maps, I use small cells. the below image is 17 million.
1678073599868

@jbehley
Copy link
Owner

jbehley commented Mar 6, 2023

not sure what one sees in the first image: are the black points the problem?

the points that get removed by the bounding box in the center of each scan, can be added by modifying the "settings.cfg":

add car points: true

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