./compile.sh # or "PYTHON=python3 ./compile.sh" if you use system python3 without virtual environments
```
Install mmdetection (other dependencies will be installed automatically).
```shell
python(3) setup.py install# add --user if you want to install it locally
# or "pip install ."
```
> Note: You need to run the installing step each time you pull updates from github. Git commit id will be written to the version number and also saved in trained models.
Prepare COCO dataset
It is recommended to symlink the dataset root to `$MMDETECTION/data`.