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
File details
Details for the file moveread_pipelines_extract_validation-0.1.7.tar.gz
.
File metadata
- Download URL: moveread_pipelines_extract_validation-0.1.7.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f14af1c95bd9d06982d3ec17c8cffefe6b1b665ce90d66287f15a74c59e67cd |
|
MD5 | 72a1673fb603209deeef9e60020cc905 |
|
BLAKE2b-256 | 6eb558d47bbf057cedc88f515d250fbfcb0f957f22adbb51880a87ca7dca8faf |
Provenance
File details
Details for the file moveread_pipelines_extract_validation-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: moveread_pipelines_extract_validation-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca43ab1f47bb82e47d0e8c6f90c26dda4751baf438edd03303e67428f9efc84e |
|
MD5 | 9131cfa67e56d11cedba5c66902146af |
|
BLAKE2b-256 | d9480e9886d5442671bf6bf9e02afa60c0eee052428f5d5e1a84ac29c6313363 |