Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhkim2810 authored Jun 30, 2023
1 parent 26d6fb9 commit 1f3ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ masks = mask_generator.generate(<your_image>)
```

### ONNX Export
**MobileSAM** is now supports ONNX export. Export the model with
**MobileSAM** now supports ONNX export. Export the model with

```
python scripts/export_onnx_model.py --checkpoint ./weights/mobile_sam.pt --model-type vit_t --output ./mobile_sam.onnx
Expand Down

0 comments on commit 1f3ba27

Please sign in to comment.