Mmdetection: Develop build option

Created on 7 Dec 2018  路  2Comments  路  Source: open-mmlab/mmdetection

Thank you for sharing!
I think that the code is under rapid development. It is nice if it has a develop build option using soft-link so users do not have to rebuild after making some modifications.

Most helpful comment

You can just run pip install -e . or python setup.py develop to install it with a soft link.

Since mmcv.__version__ will record the git commit hash and be saved in checkpoints, it may be a good choice to run python setup.py install after each update. It's up to users to adopt the develop mode or not.

All 2 comments

You can just run pip install -e . or python setup.py develop to install it with a soft link.

Since mmcv.__version__ will record the git commit hash and be saved in checkpoints, it may be a good choice to run python setup.py install after each update. It's up to users to adopt the develop mode or not.

Thank you for your helpful information!

Was this page helpful?
0 / 5 - 0 ratings