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

About ground truth #2

Closed
windmillknight opened this issue Jul 1, 2020 · 1 comment
Closed

About ground truth #2

windmillknight opened this issue Jul 1, 2020 · 1 comment

Comments

@windmillknight
Copy link

Hi~How do you get the ground truth in Figure 10?

@windmillknight windmillknight changed the title About ground trurh About ground truth Jul 1, 2020
@zaiweizhang
Copy link
Owner

Thank you for your interest in our work! To get the ground truth of whether a point is close to a geometric primitive or not (bb face or bb edge), we compute the point's distance to its nearest bb face or bb edge, and say a point lies close to a BB face or a BB edge if that distance is smaller than 0.2m. We described this in Section 3.2 of the paper (beginning of page 7). For implementation details, please look at our data loaders for ScanNet and SUNRGBD.

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

2 participants