This code is used to evaluate General Room Layout Estimation Track on Holistic Scene Structures for 3D Vision Workshop at ECCV 2020.
Clone repository:
# downlload the code
git clone git@github.com:bertjiazheng/indoor-layout-evaluation.git
# install requirements
pip install -r requirements.txt
In order to evaluate the layout method, execute the following command:
python evaluate.py results-folder gt-folder
In case you would like to know which is the evaluation script that is running in the CodaLab servers, check the evaluate_codalab.py script.
This package runs in the following docker image: bertjiazheng/codalab:anaconda3.