Aditya Sahu commited on
Automated update of model files
Browse files- README.md +62 -0
- person_classification_sram(256x448).tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: tflite
|
| 4 |
+
pipeline_tag: image-classification
|
| 5 |
+
tags:
|
| 6 |
+
- Astra SR
|
| 7 |
+
- SR100
|
| 8 |
+
- MCU
|
| 9 |
+
- Person Classification
|
| 10 |
+
---
|
| 11 |
+
# Person Classification 256x448 (SR100 Series)
|
| 12 |
+
|
| 13 |
+
## Model Overview
|
| 14 |
+
|
| 15 |
+
The **Person Classification 256x448** model, developed by Synaptics, is a lightweight quantized `tflite` model developed for the **SR100 processor** in the Synaptics Astra™ SR MCU Series.
|
| 16 |
+
|
| 17 |
+
It efficiently classifies input images as either **person** or **non-person**, enabling reliable human presence detection. This model can fit in Flash and designed to fit in SRAM as well.
|
| 18 |
+
|
| 19 |
+
## Model Features
|
| 20 |
+
|
| 21 |
+
- **Model Type:** Binary classification
|
| 22 |
+
- **Input Size:** 256x448
|
| 23 |
+
- **Classes:**
|
| 24 |
+
- 0: Non-person
|
| 25 |
+
- 1: Person
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Deployment on Astra
|
| 30 |
+
|
| 31 |
+
You can optimize this model for Synaptics Astra SR100 MCU using our our hosted [SR100 Model Compiler HF Space](https://huggingface.co/spaces/Synaptics/SR100-Model-Compiler).
|
| 32 |
+
|
| 33 |
+
- **Processor:** Astra™ SR100 MCU
|
| 34 |
+
- **Platform:** Astra™ Machina Micro Dev Kit
|
| 35 |
+
- **Quantization:** INT8 (fully quantized)
|
| 36 |
+
- **Compiler:** [SR100 Model Compiler](https://huggingface.co/spaces/Synaptics/SR100-Model-Compiler)
|
| 37 |
+
- **Preprocessing:** Input images must be resized and quantized to match model requirements
|
| 38 |
+
|
| 39 |
+
## Intended Applications
|
| 40 |
+
|
| 41 |
+
Designed for **real-time person classification** on embedded, resource-constrained edge devices. Typical use cases include:
|
| 42 |
+
|
| 43 |
+
- Smart home and office presence detection
|
| 44 |
+
- Wake-on-person activation
|
| 45 |
+
- Security and surveillance systems
|
| 46 |
+
|
| 47 |
+
## Evaluate Model
|
| 48 |
+
|
| 49 |
+
You can evaluate and test this model directly in our hosted [Hugging Face Space](https://huggingface.co/spaces/Synaptics/SR100-Model-Compiler), optimized for **Synaptics SR110** MCU. This space provides a seamless sandbox for model evaluation using hardware-specific quantization and runtime settings.
|
| 50 |
+
|
| 51 |
+
For a detailed walkthrough on how to optimize and evaluate a model, please see our [Evaluate Model Guide](https://developer.synaptics.com/docs/sr/sr110/evaluate-sr?utm_source=hf) page.
|
| 52 |
+
|
| 53 |
+
To get started quickly with Astra SR Series, visit our [SR Quick Start](https://developer.synaptics.com/docs/sr/sr110/quick-start?utm_source=hf) page.
|
| 54 |
+
|
| 55 |
+
## License
|
| 56 |
+
|
| 57 |
+
Distributed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), allowing flexible use, modification, and distribution.
|
| 58 |
+
|
| 59 |
+
## Learn More
|
| 60 |
+
|
| 61 |
+
- [Synaptics AI Developer Zone](https://developer.synaptics.com?utm_source=hf): Get started with documentation, tutorials and resources for your Edge AI journey.
|
| 62 |
+
- [Astra Support Portal](https://synacsm.atlassian.net/servicedesk/customer/portal/543?utm_source=hf): Connect with our engineering team and community.
|
person_classification_sram(256x448).tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfa0f56e857380d6acfec49bdc2afefdcc8546e9b7d7efa234f8bcbe48c8d6c6
|
| 3 |
+
size 1526416
|