espressif/human_face_detect

uploaded 3 weeks ago
human face detect model.

readme

| Supported Targets | ESP32-S3 | ESP32-P4 |
| ----------------- | -------- | -------- |

# List of Human Face Detect Models

Human Face Detect now support one model msr+mnp. It's a two stage model.  
First stage model msr predicts some candidates, then every candidate go through the next stage model mnp.

input_shape : h * w * c  
msr : 120 * 160 * 3  
mnp : 48 * 48 * 3  

|                  | preprocess(us) | model(us) | postprocess(us) |
| ---------------- | -------------- | --------- | --------------- |
| msr_s8_v1_s3     | 10344          | 30609     | 344             |
| msr_s8_v1_p4     | 5328           | 13338     | 199             |
| mnp_s8_v1_s3     | 1156           | 5197      | 63             |
| mnp_s8_v1_p4     | 649            | 2478      | 41              |

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "espressif/human_face_detect^0.2.0"

or download archive

Stats

  • Archive size
    Archive size ~ 227.99 KB
  • Downloaded in total
    Downloaded in total 95 times
  • Downloaded this version
    This version: 81 times

Badge

espressif/human_face_detect version: 0.2.0
|