MicroPython Logo
  • MicroPython libraries
    • Python standard libraries and micro-libraries
    • MicroPython-specific libraries
    • Libraries specific to the OpenMV Cam
      • pyb — functions related to the board
      • stm — functionality specific to STM32 MCUs
      • sensor — camera sensor
      • csi — camera sensors
      • class CSI – Camera Sensor Interface
      • image — machine vision
      • ml — Machine Learning
        • Sub Modules
        • class model – Model Container
      • gif — gif recording
      • mjpeg — mjpeg recording
      • audio — Audio Module
      • display — display driver
      • fir — thermal sensor driver (fir == far infrared)
      • tof — time-of-flight sensor driver
      • tv — tv shield driver
      • cpufreq — CPU Frequency Control
      • imu — imu sensor
      • rpc — rpc library
      • rtsp — rtsp library
      • omv — OpenMV Cam Information
      • gt911 — Touch Screen Driver
      • ft5x06 — Touch Screen Driver
      • tfp410 — DVI/HDMI Controller
      • pca9674a — I2C Expander Driver
      • class PCA9674A – 8-bit I/O expander
    • Third-party libraries on the OpenMV Cam
    • Extending built-in libraries from Python
  • MicroPython language and implementation
  • MicroPython differences from CPython
  • MicroPython license information
  • Quick reference for the openmvcam
MicroPython
  • MicroPython libraries
  • ml — Machine Learning
  • ml.postprocessing — ML Postprocessing
  • View page source

ml.postprocessing — ML Postprocessing¶

The ml.postprocessing module contains classes for postprocessing model output.

  • ml.postprocessing.darknet — Darknet
    • class YoloLC – YOLO LC
    • class YoloV2 – YOLO V2
  • ml.postprocessing.edgeimpulse — Edge Impulse
    • class Fomo – Fast Objects More Objects
  • ml.postprocessing.mediapipe — Google Mediapipe
    • class BlazeFace – Face Detection
    • class BlazePalm – Palm Detection
    • class FaceLandmarks – Face Landmarks
    • class HandLandmarks – Hand Landmarks
  • ml.postprocessing.ultralytics — Ultralytics
    • class YoloV5 – YOLO V5
    • class YoloV8 – YOLO V8
Previous Next

© Copyright - The MicroPython Documentation is Copyright © 2014-2025, Damien P. George, Paul Sokolovsky, and contributors. Last updated on 28 Dec 2025.

Built with Sphinx using a theme provided by Read the Docs.
Language and External Links
Language
English
中文

External links
openmv.io
forums.openmv.io
github.com/openmv/openmv
micropython.org
forum.micropython.org
github.com/micropython/micropython