diff --git a/docs/en/models/fast-sam.md b/docs/en/models/fast-sam.md index 720e2c15..dc37aa75 100644 --- a/docs/en/models/fast-sam.md +++ b/docs/en/models/fast-sam.md @@ -8,6 +8,19 @@ keywords: FastSAM, machine learning, CNN-based solution, object segmentation, re The Fast Segment Anything Model (FastSAM) is a novel, real-time CNN-based solution for the Segment Anything task. This task is designed to segment any object within an image based on various possible user interaction prompts. FastSAM significantly reduces computational demands while maintaining competitive performance, making it a practical choice for a variety of vision tasks. +

+
+ +
+ Watch: Object Tracking using FastSAM with Ultralytics +

+ +## Model Architecture + ![Fast Segment Anything Model (FastSAM) architecture overview](https://user-images.githubusercontent.com/26833433/248551984-d98f0f6d-7535-45d0-b380-2e1440b52ad7.jpg) ## Overview