Li Zhaoxu
commited on
Commit
·
d97825c
1
Parent(s):
19ee8c3
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ The code is built upon mmdetection 3.0.0 and runs on the Ubuntu system.
|
|
28 |
3. Install mmengine and mmcv.
|
29 |
```
|
30 |
pip install mmengine==0.7.3
|
31 |
-
pip install mmcv
|
32 |
```
|
33 |
|
34 |
4. Clone this repository:
|
|
|
28 |
3. Install mmengine and mmcv.
|
29 |
```
|
30 |
pip install mmengine==0.7.3
|
31 |
+
pip install mmcv>=2.0.0
|
32 |
```
|
33 |
|
34 |
4. Clone this repository:
|