sunset1995 / pytorch-layoutnet

Pytorch implementation of LayoutNet.
MIT License
171 stars 39 forks source link

Implement Manhattan Layout Optimiser #12

Closed yashkotadia closed 5 years ago

yashkotadia commented 5 years ago

Could you please explain the steps that would be required to implement the Manhattan layout optimiser in the same repo?

sunset1995 commented 5 years ago

Hi, Borrow the similar idea, I have implemented a layout optimization using Gradient Ascent. The process is described in this section of README and the code is implemented in pano_opt.py. I achieve slightly better result and much more faster (30sec vs. less than 2sec) than official reported.