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 map to actual prediction #11

Open
simonsapiel opened this issue Feb 18, 2020 · 2 comments
Open

Segmentation map to actual prediction #11

simonsapiel opened this issue Feb 18, 2020 · 2 comments

Comments

@simonsapiel
Copy link

simonsapiel commented Feb 18, 2020

Hi!

In fig 1. on your paper you display the automatic prediction compared to the actual SVG labels. How do you reproduce this since the models output is a segmentation map and running the post-processor outputs only the polygons without the actual "automatic prediction"? I assume that the result here is the floor plan after parsing it through some CAD tool, if so could you elaborate on the methods you used? Great work otherwise! @kaleaht

@ccmarkus
Copy link
Contributor

The example svg labels in the paper are from our internal 2D floor plan tool.
That logic is not part of this codebase, so that is something which you would need to build yourself.

@simonsapiel
Copy link
Author

Thanks for the response! Could you still elaborate on the part on as on how do you get the vectorized output from the model that you mentioned on "Post-processing" since the output from the post processor results in two 2-dimensional numpy arrays (pol_room_seg and pol_icon_seg)? @ccmarkus

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