Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,8 @@ First install the M
|
|
14 |
First install the MobileSAM package:
|
15 |
|
16 |
```bash
|
17 |
-
|
|
|
18 |
```
|
19 |
|
20 |
The model can then be used as follows:
|
|
|
14 |
First install the MobileSAM package:
|
15 |
|
16 |
```bash
|
17 |
+
git clone -b add_mixin https://github.com/NielsRogge/MobileSAM.git
|
18 |
+
cd MobileSAM
|
19 |
```
|
20 |
|
21 |
The model can then be used as follows:
|