Skip to content

Commit

Permalink
Update 2024-10-29-floorplan-gen.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erix-yang authored Oct 30, 2024
1 parent 8164fb1 commit b77c177
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2024-10-29-floorplan-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,24 @@ I'll try some other methods later.
I tried the project codes of GAT-NET, and successfully generated floorplan.
### Architecture ###
![Demo](/img/gat-archi.png)

It looks a little bit complicated. But the idea is very clear. Firstly, the centroids are estimated and then the boundaries of the spaces are generated.

### Test Case ###
![Demo](/img/gat-testcase.png)

This is the original layout.

![Demo](/img/gat-boundary.png)

Here is the boundary.

![Demo](/img/gat-centroids.png)

Here is the centroids which are generated by CNN. I will find out how does this part work:)

![Demo](/img/gat-generated.png)

Done! The generated floorplan is shown. It looks not bad, at least reasonable from my perspective of view.

Lots of question marks are in my mind. But, it is a good start!

0 comments on commit b77c177

Please sign in to comment.