Add https://youtu.be/F7db-EHhxss to docs (#13197)
This commit is contained in:
parent
2232793262
commit
234373f36c
1 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
<p align="center">
|
||||
<br>
|
||||
<iframe loading="lazy" width="720" height="405" src="https://www.youtube.com/embed/F7db-EHhxss"
|
||||
title="YouTube video player" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
<br>
|
||||
<strong>Watch:</strong> Object Tracking using FastSAM with Ultralytics
|
||||
</p>
|
||||
|
||||
## Model Architecture
|
||||
|
||||

|
||||
|
||||
## Overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue