MicroPython Logo
  • MicroPython libraries
    • Python standard libraries and micro-libraries
    • OpenMV Cam libraries
      • Common modules
        • bluetooth — low-level Bluetooth
        • cryptolib – cryptographic ciphers
        • deflate – deflate compression & decompression
        • framebuf — frame buffer manipulation
        • machine — functions related to the hardware
        • micropython – access and control MicroPython internals
        • network — network configuration
        • openamp – provides standard Asymmetric Multiprocessing (AMP) support
        • uctypes – access binary data in a structured way
        • vfs – virtual filesystem control
        • csi — camera sensors
        • sensor — camera sensor
        • image — machine vision
        • 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
        • imu — imu sensor
        • omv — OpenMV Cam Information
        • crc — CRC Computation
        • ml — Machine Learning
        • ulab — numpy-compatible array library
        • logging – event logging
        • senml – Sensor Markup Language
        • aioble — Async BLE
        • protocol — OpenMV Protocol Channels
        • rpc — rpc library
        • rtsp — rtsp library
        • mqtt – Simple MQTT client
        • requests — HTTP client
        • mutex — mutex module
        • pid — Proportional-Integral-Derivative controller
        • bno055 — BNO055 IMU Driver
        • modbus — Modbus RTU slave protocol
        • vl53l1x — VL53L1X ToF distance sensor driver
        • ntptime – simple NTP client
        • webrepl – WebREPL server
      • Port-specific modules
      • Hardware drivers
      • Per-board availability
    • Extending built-in libraries from Python
  • MicroPython language and implementation
  • MicroPython Internals
  • MicroPython license information
  • Quick reference for the OpenMV Cam
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 YoloV2 – YOLO V2
    • class YoloLC – YOLO LC
  • ml.postprocessing.edgeimpulse — Edge Impulse
    • class Fomo – Fast Objects More Objects
  • ml.postprocessing.mediapipe — Google Mediapipe
    • class mediapipe_detection_postprocess – Generic Mediapipe Detector
    • class BlazeFace – Face Detection
    • class BlazePalm – Palm Detection
    • class FaceLandmarks – Face Landmarks
    • class HandLandmarks – Hand Landmarks
    • class MoveNet – Pose Estimation
  • ml.postprocessing.ultralytics — Ultralytics
    • class YoloV5 – YOLO V5
    • class YoloV8 – YOLO V8
Previous Next

© Copyright - The MicroPython Documentation is Copyright © 2014-2026, Damien P. George, Paul Sokolovsky, OpenMV LLC, and contributors. Last updated on 02 May 2026.

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