Update image URLs in `mobile-sam.md` and `sam-2.md`. (#16654)

pull/16655/head
Muhammad Rizwan Munawar 2 months ago committed by GitHub
parent 05fd3a3e73
commit 1935e1b7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/models/mobile-sam.md
  2. 2
      docs/en/models/sam-2.md

@ -4,7 +4,7 @@ description: Discover MobileSAM, a lightweight and fast image segmentation model
keywords: MobileSAM, image segmentation, lightweight model, fast segmentation, mobile applications, SAM, ViT encoder, Tiny-ViT, Ultralytics
---
![MobileSAM Logo](https://github.com/ChaoningZhang/MobileSAM/blob/master/assets/logo2.png)
![MobileSAM Logo](https://raw.githubusercontent.com/ChaoningZhang/MobileSAM/master/assets/logo2.png)
# Mobile Segment Anything (MobileSAM)

@ -65,7 +65,7 @@ SAM 2 sets a new benchmark in the field, outperforming previous models on variou
- **Memory Mechanism**: Includes a memory encoder, memory bank, and memory attention module. These components collectively store and utilize information from past frames, enabling the model to maintain consistent object tracking over time.
- **Mask Decoder**: Generates the final segmentation masks based on the encoded image features and prompts. In video, it also uses memory context to ensure accurate tracking across frames.
![SAM 2 Architecture Diagram](https://github.com/facebookresearch/segment-anything-2/blob/main/assets/model_diagram.png)
![SAM 2 Architecture Diagram](https://raw.githubusercontent.com/facebookresearch/sam2/refs/heads/main/assets/model_diagram.png)
### Memory Mechanism and Occlusion Handling

Loading…
Cancel
Save