Skip to content

Commit

Permalink
Add model library to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 7, 2024
1 parent 6d5e812 commit fc07088
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,25 @@
pip install osam
```

## Quickstart

To run with Efficient-SAM:

```bash
osam run efficient-sam:25m --image <image_file>
```

## Model library

Here are models that can be downloaded:

| Model | Parameters | Size | Download |
|-------------------|------------|-------|------------------------------|
| SAM 91M | 91M | 100MB | `osam run sam:91m` |
| SAM 308M | 398M | 320MB | `osam run sam:308m` |
| SAM 636M | 636M | 630MB | `osam run sam:636m` |
| Efficient-SAM 10M | 10M | 40MB | `osam run efficient-sam:10m` |
| Efficient-SAM 25M | 25M | 100MB | `osam run efficient-sam:25m` |

## Usage

Expand Down

0 comments on commit fc07088

Please sign in to comment.