Add Docs glossary links (#16448)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
8b8c25f216
commit
443fbce194
193 changed files with 1124 additions and 1124 deletions
|
|
@ -122,7 +122,7 @@ If you find MobileSAM useful in your research or development work, please consid
|
|||
|
||||
### What is MobileSAM and how does it differ from the original SAM model?
|
||||
|
||||
MobileSAM is a lightweight, fast image segmentation model designed for mobile applications. It retains the same pipeline as the original SAM but replaces the heavyweight ViT-H encoder (632M parameters) with a smaller Tiny-ViT encoder (5M parameters). This change results in MobileSAM being approximately 5 times smaller and 7 times faster than the original SAM. For instance, MobileSAM operates at about 12ms per image, compared to the original SAM's 456ms. You can learn more about the MobileSAM implementation in various projects [here](https://github.com/ChaoningZhang/MobileSAM).
|
||||
MobileSAM is a lightweight, fast [image segmentation](https://www.ultralytics.com/glossary/image-segmentation) model designed for mobile applications. It retains the same pipeline as the original SAM but replaces the heavyweight ViT-H encoder (632M parameters) with a smaller Tiny-ViT encoder (5M parameters). This change results in MobileSAM being approximately 5 times smaller and 7 times faster than the original SAM. For instance, MobileSAM operates at about 12ms per image, compared to the original SAM's 456ms. You can learn more about the MobileSAM implementation in various projects [here](https://github.com/ChaoningZhang/MobileSAM).
|
||||
|
||||
### How can I test MobileSAM using Ultralytics?
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ MobileSAM was trained on a single GPU with a 100k dataset, which is 1% of the or
|
|||
|
||||
MobileSAM is designed for fast and efficient image segmentation in mobile environments. Primary use cases include:
|
||||
|
||||
- **Real-time object detection and segmentation** for mobile applications.
|
||||
- **Real-time [object detection](https://www.ultralytics.com/glossary/object-detection) and segmentation** for mobile applications.
|
||||
- **Low-latency image processing** in devices with limited computational resources.
|
||||
- **Integration in AI-driven mobile apps** for tasks such as augmented reality (AR) and real-time analytics.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue