Home

Awesome

Holistic 3D Vision Challenge on General Room Layout Estimation Track Evaluation Package

This code is used to evaluate General Room Layout Estimation Track on Holistic Scene Structures for 3D Vision Workshop at ECCV 2020.

Installation

Clone repository:

# downlload the code
git clone git@github.com:bertjiazheng/indoor-layout-evaluation.git
# install requirements
pip install -r requirements.txt

Usage

In order to evaluate the layout method, execute the following command:

python evaluate.py results-folder gt-folder

CodaLab Evaluation

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.