Home

Awesome

CVPR2018 - Human-centric Indoor Scene Synthesis Using Stochastic Grammar

The algorithm is described in a CVPR 2018 paper (supplementary materials).

Running in Virtual Machine

Tested with VMWare workstation 14.1.1. VirtualBox should also work https://drive.google.com/file/d/12hRpv07lvorx9-Yv6fSrMPAECFJlxWHm/view?usp=sharing Login password: cvpr


Compile from Source

Requirements

Tested in Ubuntu 16.04

sudo apt-get install libopencv-dev libcgal-dev libcgal-qt5-dev libboost-all-dev libeigen3-dev

Running the sampler

cd src/cpp
mkdir build && cd build
cmake ..
make -j8
./cpp/cpp 0

Visualizing the results


If you find this code useful, please cite our work with the following bibtex:

@inproceedings{qi2018human,
    title={Human-centric Indoor Scene Synthesis Using Stochastic Grammar},
    author={Qi, Siyuan and Zhu, Yixin and Huang, Siyuan and Jiang, Chenfanfu and Zhu, Song-Chun},
    booktitle={Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2018}
}