Update image URLs in mobile-sam.md and sam-2.md. (#16654)
This commit is contained in:
parent
05fd3a3e73
commit
1935e1b7f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
keywords: MobileSAM, image segmentation, lightweight model, fast segmentation, mobile applications, SAM, ViT encoder, Tiny-ViT, Ultralytics
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Mobile Segment Anything (MobileSAM)
|
# 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.
|
- **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.
|
- **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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Memory Mechanism and Occlusion Handling
|
### Memory Mechanism and Occlusion Handling
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue