shreyajn commited on
Commit
c6a2aa1
·
verified ·
1 Parent(s): a8173b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  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. The model performs competitively despite significantly reduced computation, making it a practical choice for a variety of vision tasks.
17
 
18
- This model is an implementation of Posenet-Mobilenet found [here](https://github.com/CASIA-IVA-Lab/FastSAM).
19
 
20
 
21
  This repository provides scripts to run FastSam-S on Qualcomm® devices.
 
15
 
16
  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. The model performs competitively despite significantly reduced computation, making it a practical choice for a variety of vision tasks.
17
 
18
+ This model is an implementation of FastSam-S found [here](https://github.com/CASIA-IVA-Lab/FastSAM).
19
 
20
 
21
  This repository provides scripts to run FastSam-S on Qualcomm® devices.