You need to sign in or sign up before continuing.
Commit 39e95644 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent 8ba88fac
...@@ -21,6 +21,8 @@ Segment Anything ...@@ -21,6 +21,8 @@ Segment Anything
## 算法原理 ## 算法原理
SAM分为图像编码器和快速提示编码器/掩码解码器,可以重用相同的image embedding图像嵌入(并摊销其成本)与不同的提示。给定image embedding图像嵌入,提示编码器和掩码解码器可以在web浏览器中预测掩码。为了使SAM实现模糊感知,设计它来预测单个提示的多个掩码,从而使SAM能够自然地处理模糊性。 SAM分为图像编码器和快速提示编码器/掩码解码器,可以重用相同的image embedding图像嵌入(并摊销其成本)与不同的提示。给定image embedding图像嵌入,提示编码器和掩码解码器可以在web浏览器中预测掩码。为了使SAM实现模糊感知,设计它来预测单个提示的多个掩码,从而使SAM能够自然地处理模糊性。
[](https://segment-anything.com/assets/section-3.1c.mp4)
## 环境配置 ## 环境配置
### Docker(方法一) ### Docker(方法一)
[光源](https://www.sourcefind.cn/#/service-list)拉取镜像 [光源](https://www.sourcefind.cn/#/service-list)拉取镜像
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment