Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 719 Bytes

INSTALL.md

File metadata and controls

35 lines (23 loc) · 719 Bytes

Create a conda environment created from the environment.yml file. It contains all the dependencies needed to run the evaluation code.

conda env create -f environment.yml
conda activate urbanlanegraph

You can also u update the environment if you have already created it before.

conda env update -f environment.yml --name urbanlanegraph

To install the urbanlanegraph_evaluator package, please execute the following commands:

cd urbanlanegraph_evaluator
pip install -e .

# test import 
python -c "import urbanlanegraph_evaluator"

Usage

To test all evaluation metrics, please run the following command:

cd urbanlanegraph_evaluator
python test_evaluator.py