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.9.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file gs-dbs-client-0.1.9.tar.gz
.
File metadata
- Download URL: gs-dbs-client-0.1.9.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 | c7ea14a5c5441df1456dd7d9357f8b289b351d830defc35596f9c6d0bd77d163 |
|
MD5 | 0d4cd7c9568694e2618dac2b828a681f |
|
BLAKE2b-256 | ebadb1d7c353ab7998606f9089e1df90e3a7236b122c149494557f76cc4cc366 |
File details
Details for the file gs_dbs_client-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: gs_dbs_client-0.1.9-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 | c7962b00b39593109ee32f5cde4f1993f6050f692cfdc3ef3c95a0e83d6844c6 |
|
MD5 | d170e3826a02b5abbc6d3cd6ec270c79 |
|
BLAKE2b-256 | 596b8ad5a75617bc957a750d8dad526bdbddf57eeb84fd18b2bc06948cdd1425 |