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.4.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file gs-dbs-client-0.1.4.tar.gz
.
File metadata
- Download URL: gs-dbs-client-0.1.4.tar.gz
- Upload date:
- Size: 4.5 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 | 1988efc51b3d67ffc0b265a4a4f2ebd9d036330c7992e2ef70ce941898045bd2 |
|
MD5 | aa65bbbd9b1fd38066026707cf3d41e6 |
|
BLAKE2b-256 | 64db9552b5f29122ff5603204585655f018ad3a1a47cc69b90e4356b9ad5a12d |
File details
Details for the file gs_dbs_client-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: gs_dbs_client-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.1 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 | ae667bf0a9e878800bf8c86b0b7378bc6aa53261521bd827d978d46c1329be44 |
|
MD5 | 38e745b74bb4715ba1026beb7f2149a0 |
|
BLAKE2b-256 | 147e6e221426b93e7296af6a0f77f6437307e3084032ffc7bc6c75769947ac8b |