espressif/esp-dl

3.3.5

Latest
uploaded 2 days ago
esp-dl is a lightweight and efficient neural network inference framework designed specifically for ESP series chips.

19 examples

  • how_to_deploy_streaming_model 1
  • cat_detect
    A simple image inference example using cat detection with configurable options for model components.
    226.87 KB
  • color_detect
    A simple image inference example that detects colors in images.
    13.26 KB
  • dog_detect
    A simple image inference example using ``dog.jpg`` for testing, showing detection results before and after int8 quantization.
    634.21 KB
  • hand_detect
    A simple image inference example using hand detection, illustrating results before and after quantization on ESP32-P4.
    366.08 KB
  • hand_gesture_recognition
    A simple image inference example for recognizing 10 hand gestures plus a 'no_hand' category using the HaGRID dataset.
    751.48 KB
  • how_to_run_model
    12.84 KB
  • human_face_detect
    A simple image inference example for human face detection using ESP32 chips.
    43.03 KB
  • human_face_recognition
    A simple image inference example for human face recognition using ESP-IDF, featuring models for detection and feature extraction.
    103.18 KB
  • mobilenetv2_cls
    A simple image inference example for IMAGENET classification that shows category predictions with scores.
    39.50 KB
  • model_in_sdcard
    10.71 KB
  • motion_detect
    52.64 KB
  • pedestrian_detect
    A simple image inference example for pedestrian detection, demonstrating functionality with ESP-IDF.
    97.44 KB
  • speaker_verification
    A simple audio inference example for speaker verification using three audio samples to measure similarity.
    682.25 KB
  • yolo11_detect
    A simple image inference example using Yolo11 to detect objects in images with provided configuration settings.
    670.85 KB
  • yolo11_pose
    A simple image inference example using Yolo11 for pose recognition with outputs on ESP32-P4 after int8 quantization.
    267.49 KB
  • yolo26_detect
    This example implements a complete end-to-end solution for running quantized YOLOv26n inference on Espressif SoCs.
    3.21 MB