mirror of https://github.com/YifanXu74/MQ-Det.git
6 lines
190 B
Bash
6 lines
190 B
Bash
|
mkdir -p MODEL
|
||
|
mkdir -p DATASET
|
||
|
python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||
|
python setup_glip.py build develop --user
|
||
|
python -m pip install -q -e .
|