mirror of https://github.com/open-mmlab/mmyolo.git
Fix docs of albumentations
parent
a93cf7c3e4
commit
70c162fc67
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue