Skip to content

Commit d72dc22

Browse files
author
Your Name
committed
update deps
1 parent 167a769 commit d72dc22

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

install.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Both of them can be installed from pip. The first one provides enhanced and full
1313

1414
`nbnb` is a lib that provides some useful common network blocks.
1515

16+
Also, if you need fbnetv3, you need install mobilecv from FaceBook:
17+
18+
```
19+
pip install git+https://github.com/facebookresearch/mobile-vision.git
20+
```
21+
1622
After install, you can now ready to train with YOLOv7.
1723

1824
```

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ timm
33
nbnb
44
mmpycocotools
55
omegaconf
6-
mlflow[aliyun-oss]==1.20.2 --no-binary=mlflow
7-
git+https://github.com/facebookresearch/mobile-vision.git@master#egg=mobile_cv
86

0 commit comments

Comments
 (0)