File size: 1,344 Bytes
feb6c7d 7dbf597 feb6c7d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: agpl-3.0
license_name: agpl-3.0
license_link: https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE
pipeline_tag: image-segmentation
tags:
- AIoT
- QNN
---

## FastSAM-X: Semantic Segmentation
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.
### Source model
- Input shape: 640x640
- Number of paramaters: 68.89M
- Model size: 277.39M
- Output shape: 1x37x8400,1x32x160x160
Source model repository: [FastSAM](https://github.com/CASIA-IVA-Lab/FastSAM)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE)
- Deployable Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE) |