espressif/human_face_detect

uploaded 1 week 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     | 10691          | 30922     | 679             |
| msr_s8_v1_p4     | 5509           | 13308     | 352             |
| mnp_s8_v1_s3     | 5101           | 5263      | 105             |
| mnp_s8_v1_p4     | 5021           | 2465      | 41              |

Links

Supports all targets

License: MIT

To add this component to your project, run:

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

or download archive

Stats

  • Archive size
    Archive size ~ 56.59 KB
  • Downloaded in total
    Downloaded in total 6 times
  • Downloaded this version
    This version: 2 times

Badge

espressif/human_face_detect version: 0.1.1
|