ywyue / RoomFormer

[CVPR 2023] RoomFormer: Two-level Queries for Single-stage Floorplan Reconstruction
https://ywyue.github.io/RoomFormer/
MIT License
163 stars 22 forks source link

Can you share the demo code? Enter DensityMap to obtain the results, as well as the result visualization code? #11

Closed zhangzscn closed 1 year ago

ywyue commented 1 year ago

Hi, thanks for your interest! We already included the inference and visualization code.

Please follow ./tools/eval_stru3d.sh to perform the inference given the density maps of Structured3D.

By default, the inference will also generate some qualitative results (see here)

zhangzscn commented 1 year ago

thanks