Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,6 @@ This model repository contains the weights of the MobileSAM model.
|
|
7 |
|
8 |
## Installation
|
9 |
|
10 |
-
First install the M
|
11 |
-
|
12 |
-
## Usage
|
13 |
-
|
14 |
First install the MobileSAM package:
|
15 |
|
16 |
```bash
|
@@ -18,6 +14,8 @@ 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:
|
22 |
|
23 |
```python
|
|
|
7 |
|
8 |
## Installation
|
9 |
|
|
|
|
|
|
|
|
|
10 |
First install the MobileSAM package:
|
11 |
|
12 |
```bash
|
|
|
14 |
cd MobileSAM
|
15 |
```
|
16 |
|
17 |
+
## Usage
|
18 |
+
|
19 |
The model can then be used as follows:
|
20 |
|
21 |
```python
|