python wrapper for the Glass Sphere DBS
Project description
GS DBS Client
The GS-DBS-Client is a Python library interacting with the Glass Sphere DBS.
Installation
Use the package manager pip to install the gs-dbs-client.
pip install gs-dbs-client
Usage
from client.gsdbs import GSDBS
_gsdbs = GSDBS()
df = pd.read_csv('test.csv', sep=';')
df = df.astype(
{"streamkey": str, "fragmentid": str, "frameid": str, "objectid": str, "classid": str, "x": int, "y": int, "width": int, "height": int,
"confidence": float})
rc = _gsdbs.addDObject("gun", ["streamkey", "fragmentid", "frameid", "objectid"], df)
License
(C) 2021 ENS - Freies Institut für Technische Informatik UG haftungsbeschränkt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gs-dbs-client-0.1.23.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file gs-dbs-client-0.1.23.tar.gz
.
File metadata
- Download URL: gs-dbs-client-0.1.23.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416cc79c7bb2ff6574fe9d8752741368df43989e757b52aa62bc0cf4a1a8508b |
|
MD5 | 1a7da59329c3558ce6088faee4fc6e87 |
|
BLAKE2b-256 | e1a48e04f146eee8545d86fad6ddfc55fa0970e8a20cfecca1f038c527ad90e0 |
File details
Details for the file gs_dbs_client-0.1.23-py3-none-any.whl
.
File metadata
- Download URL: gs_dbs_client-0.1.23-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ef7547f7a4ec9dfeee0e6a65c7133361fe1ec0f3d3646ab0105dd053d4851c0 |
|
MD5 | 9a22942dc9369c8e3726005f5beec387 |
|
BLAKE2b-256 | 578147564b1240c3dc1040cf25a33e02c216c01a36fd0a49f9675ba0a7663795 |