PyDOODS - Python for Distributed Open Object Detection Service
This is a simple Python wrapper for the DOODS service. DOODS allows you to do remote object detection in images easily.
A simple example using this library:
import PyDOODS from pydoods
try:
pd = PyDOODS("http://docker:8080",
auth_key="abc1234", timeout=90)
except OSError as err:
print("OS error: {0}".format(err))
exit
image = open("grace_hopper.png", "rb").read()
print(pd.detect(image))
Release files for pydoods 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydoods-1.0.2.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydoods-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / pydoods-1.0.2.tar.gz
| Download URL | pydoods-1.0.2.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7dd84bdf48269b996fde26c38dc93b90fe804c7c44511b858335f918a46337af
|
|
BLAKE2b-256 checksum How to use checksums |
ea8a67138b6194ec75dade4eab6e3d29372395cdf0d9d7804040f73522d3775b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
|
Release files / pydoods-1.0.2-py3-none-any.whl
| Download URL | pydoods-1.0.2-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3d9fefafa92e262e1b19c3bf82d0570e5c5c6be42562cdbccf03359aab4e9d0
|
|
BLAKE2b-256 checksum How to use checksums |
7951e342725cad6fd86633919eb06febb6d12d5bf0d2223b5c303e319b8fbfa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
|