Fix docs of albumentations

pull/54/head
huanghaian 2022-09-21 12:15:37 +08:00
parent a93cf7c3e4
commit 70c162fc67
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ pip install -U openmim
mim install mmengine
mim install "mmcv>=2.0.0rc1"
mim install "mmdet>=3.0.0rc0"
# for albumentations
pip install -r requirements/albu.txt
git clone https://github.com/open-mmlab/mmyolo.git
cd mmyolo
pip install -v -e .