Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 617 Bytes

File metadata and controls

14 lines (13 loc) · 617 Bytes

Idea

Implement a component that can detect objects within images.
The following is a rough and not complete list of bits and pieces to (hopefully) achieve this:

Services

  • Inference
    • Input: Image (e.g. base64-coded)
    • Output: List of detected objects (identified by class and bounding box within the image)
  • Status / Monitoring?
  • Control?