Skip to content

Commit 64a2516

Browse files
author
Rustem Galiullin
committed
update readme with sam model and encoders
1 parent 6b36927 commit 64a2516

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Congratulations! You are done! Now you can train your model with your favorite f
9494
- PAN [[paper](https://arxiv.org/abs/1805.10180)] [[docs](https://smp.readthedocs.io/en/latest/models.html#pan)]
9595
- DeepLabV3 [[paper](https://arxiv.org/abs/1706.05587)] [[docs](https://smp.readthedocs.io/en/latest/models.html#deeplabv3)]
9696
- DeepLabV3+ [[paper](https://arxiv.org/abs/1802.02611)] [[docs](https://smp.readthedocs.io/en/latest/models.html#id9)]
97+
- SAM [[paper](https://ai.facebook.com/research/publications/segment-anything/)] [[docs](https://github.com/facebookresearch/segment-anything)]
9798

9899
#### Encoders <a name="encoders"></a>
99100

@@ -394,6 +395,19 @@ Note: In the official github repo the s0 variant has additional num_conv_branche
394395
</div>
395396
</details>
396397

398+
<details>
399+
<summary style="margin-left: 25px;">SAM</summary>
400+
<div style="margin-left: 25px;">
401+
402+
| Encoder | Weights | Params, M |
403+
|-----------|:--------:|:---------:|
404+
| sam-vit_b | sa-1b | 91M |
405+
| sam-vit_l | sa-1b | 308M |
406+
| sam-vit_h | sa-1b | 636M |
407+
408+
</div>
409+
</details>
410+
397411

398412
\* `ssl`, `swsl` - semi-supervised and weakly-supervised learning on ImageNet ([repo](https://github.com/facebookresearch/semi-supervised-ImageNet1K-models)).
399413

0 commit comments

Comments
 (0)