dhkim2810 commited on
Commit
4e70241
1 Parent(s): 5d0beb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -17,7 +17,10 @@ Official PyTorch Implementation of the <a href="https://github.com/ChaoningZhang
17
 
18
 
19
  **MobileSAM** performs on par with the original SAM (at least visually) and keeps exactly the same pipeline as the original SAM except for a change on the image encoder.
20
- Specifically, we replace the original heavyweight ViT-H encoder (632M) with a much smaller Tiny-ViT (5M). On a single GPU, MobileSAM runs around 12ms per image: 8ms on the image encoder and 4ms on the mask decoder.
 
 
 
21
 
22
 
23
  ## License
 
17
 
18
 
19
  **MobileSAM** performs on par with the original SAM (at least visually) and keeps exactly the same pipeline as the original SAM except for a change on the image encoder.
20
+ Specifically, we replace the original heavyweight ViT-H encoder (632M) with a much smaller Tiny-ViT (5M). On a single GPU, MobileSAM runs around 12ms per image: 8ms on the image encoder and 4ms on the mask decoder.
21
+
22
+ - Github [link](https://github.com/ChaoningZhang/MobileSAM)
23
+ - Model Card [link](https://huggingface.co/dhkim2810/MobileSAM)
24
 
25
 
26
  ## License