"vscode:/vscode.git/clone" did not exist on "39890c0c5d35e13a53c641a8a9f5b8ccef7c7d91"
Commit bc62fcd0 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent 39e95644
......@@ -21,7 +21,6 @@ Segment Anything
## 算法原理
SAM分为图像编码器和快速提示编码器/掩码解码器,可以重用相同的image embedding图像嵌入(并摊销其成本)与不同的提示。给定image embedding图像嵌入,提示编码器和掩码解码器可以在web浏览器中预测掩码。为了使SAM实现模糊感知,设计它来预测单个提示的多个掩码,从而使SAM能够自然地处理模糊性。
[](https://segment-anything.com/assets/section-3.1c.mp4)
## 环境配置
### Docker(方法一)
......
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