Skip to content

Commit

Permalink
docs: update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr committed Nov 25, 2024
1 parent a899a9f commit dbc6736
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,35 @@ SSCMA-Micro is a cross-platform machine learning inference framework designed fo

### Neural Networks

| Object Detection | Classification | Pose Detection | Anomaly Detection |
|------------------|---------------------|----------------|-------------------|
| FOMO | IMCLS (MobileNetV2) | PFLD | |
| YOLO | | YOLOv8 Pose | |
| YOLOv8 | | | |
| YOLOv11 | | | |
| Object Detection | Classification | Pose Detection | Segmentation | Anomaly Detection |
|---------------------|---------------------|----------------|--------------|-------------------|
| FOMO | IMCLS (MobileNetV2) | PFLD | YOLOv11 Seg | |
| Swift YOLO (YOLOv5) | IMCLS (MobileNetV4) | YOLOv8 Pose | | |
| YOLOv8 | | YOLOv11 Pose | | |
| YOLOv11 | | | | |
| YOLO World | | | | |
| Nidia Det | | | | |
| RTMdet | | | | |

### Model Formats

| TF-Lite | ONNX | Binary Model |
|---------|------|--------------|
| INT8 | | CVI Model |
| Float32 | | |
| INT8 | | HEF Model |
| UINT8 | | CVI Model |
| UINT16 | | |
| FLOAT32 | | |

### Device Support

| MCUs | SBCs |
|------------------------------------------------------------------------------------------------------|------|
| Espressif ESP32S3 EYE | |
| [Seeed Studio XIAO (ESP32S3)](https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html) | |
| [Seeed Studio Grove Vision AI V1](https://www.seeedstudio.com/Grove-Vision-AI-Module-p-5457.html) | |
| [Seeed Studio Grove Vision AI V2](https://www.seeedstudio.com/Grove-Vision-AI-Module-V2-p-5851.html) | |
| MCUs | SBCs |
|------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|
| Espressif ESP32S3 EYE | [Halio AI (Raspberry Pi)](https://www.seeedstudio.com/Raspberry-Pi-Al-HAT-26-TOPS-p-6243.html) |
| [Seeed Studio XIAO (ESP32S3)](https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html) | |
| [Seeed Studio Grove Vision AI V1](https://www.seeedstudio.com/Grove-Vision-AI-Module-p-5457.html) | |
| [Seeed Studio Grove Vision AI V2](https://www.seeedstudio.com/Grove-Vision-AI-Module-V2-p-5851.html) | |
| [Seeed Studio SenseCAP Watcher](https://www.seeedstudio.com/SenseCAP-Watcher-W1-A-p-5979.html) | |
| [Seeed Studio reCamera](https://www.seeedstudio.com/reCamera-2002-8GB-p-6251.html) | |


## License
Expand Down

0 comments on commit dbc6736

Please sign in to comment.