You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

moveread-pipelines-manual-select

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moveread-pipelines-manual-select

Pipeline interface for manual grid selection

0.1.9
pipPyPI
Maintainers
1

Manual Select

Pipeline interface for manual grid selection

TL; DR

  • Input (Qin): an image and the scoresheet model
  • Output (Qout):
    • Selected: the grid corners
    • Recorrect: the image is too distorted to select the grid

Usage

import moveread.pipelines.manual_select as sel

Qin = Queue[tuple[sel.Task, State]] = ...
Qout = Queue[tuple[sel.Result, State]] = ...

api = SelectAPI(Qin, Qout)
await api.items().sync()
await api.select('id', Rectangle(tl=[0, 0], size=[1, 1]))
await api.recorrect('id')
  • Run demo.ipynb for a full example

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts