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

10 examples

  • how_to_deploy_streaming_model 1
  • how_to_run_model
    12.81 KB
  • human_face_detect
    A simple image inference example for human face detection. It utilizes ESP-DL to provide configurable models and outputs detected face coordinates…
    42.52 KB
  • human_face_recognition
    A simple image inference example for human face recognition using ESP-IDF. The example includes models for human face detection and feature…
    102.68 KB
  • mobilenetv2_cls
    A simple image inference example for IMAGENET classification, which allows users to see output category scores through the idf monitor after flashing…
    39.01 KB
  • model_in_sdcard
    10.69 KB
  • pedestrian_detect
    A simple image inference example for pedestrian detection, which can be set up following the quick start guide. The example outputs detection scores…
    96.95 KB
  • yolo11_detect
    The Yolo11 Detect Example is a simple image inference demo that uses the image ``bus.jpg`` for testing. It showcases detection results before and…
    670.36 KB