Pipeline interface for the auto-extract validation API
Project description
Extract Validation
Pipeline interface for the auto-extract validation API
TL; DR
- Input (
Qin
): a contoured image + whether it's already perspective-corrected - Output (
Qout
):'correct' | 'perspective-correct' | 'incorrect'
- But,
'perspective-correct'
is only acceptable whe the image isn't already perspective-corrected
- But,
Usage
import moveread.pipelines.extract_validation as val
Qin = Queue[tuple[val.Task, State]] = ...
Qout = Queue[tuple[val.Annotation, State]] = .....
api = val.ValidateAPI(Qin, Qout)
await api.items().sync()
await api.annotate('taskId', 'correct')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for moveread_pipelines_extract_validation-0.1.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1774b1a3b487551e1d3452e2d4b2555fe7ea22ce37a920d31cd577fbec71409 |
|
MD5 | a97a92ff29cacb34e45d08bbf70304d9 |
|
BLAKE2b-256 | 4658f37bd5dbbf9d7c3411257bbc03f4014ac345fcbad1c30d7549f9cba94681 |
Close
Hashes for moveread_pipelines_extract_validation-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ea2e72ab6ff439beb86bec9d53e4cc8f19479f5f9cd77f847b14c22c663c7ce |
|
MD5 | e4c062a5729583bfe0ad9394f7fd5c95 |
|
BLAKE2b-256 | 219d6e0884fc20eea1732cd7b11cb4d1c331a4415f80ec80184efe59e0f8a609 |