Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhaode committed Sep 27, 2023
1 parent 4fed07e commit 764d915
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
## Model
| model | onnx | mnn |
|:---------:|:------:|:------:|
| sam_vit_b | `TODO` | `TODO` |
| sam_vit_b | [![Download][download-onnx]][release-onnx] | [![Download][download-mnn]][release-mnn] |

[download-onnx]: https://img.shields.io/github/downloads/wangzhaode/mnn-segment-anything/v0.2/total
[download-mnn]: https://img.shields.io/github/downloads/wangzhaode/mnn-segment-anything/v0.1/total
[release-onnx]: https://github.com/wangzhaode/mnn-segment-anything/releases/tag/v0.2
[release-mnn]: https://github.com/wangzhaode/mnn-segment-anything/releases/tag/v0.1


- [github](https://github.com/facebookresearch/segment-anything)

## Demo
- [Python](./python/)
- [C++](./cpp)
- [C++](./cpp)

### 示例输出
![input](resource/truck.jpg)
![output](resource/res.jpg)
Binary file added resource/res.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/truck.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 764d915

Please sign in to comment.