Python SDK Data Spree AI Platform
Project description
Data Spree AI Platform SDK
The Platform SDK acts as an interface to the Data Spree AI Platform, contains all classes and functions to integrate custom models into the platform, and it provides a command-line tool for importing datasets of the following formats:
- Data Spree
- KITTI
- COCO
Furthermore, it is possible to export datasets from the platform.
Usage
General Usage
Usage: ds [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
export
import
Dataset Import
Usage: ds import [OPTIONS]
Options:
--format [dataspree|kitti|coco] Dataset format to import
--dataset_name TEXT Name of the newly created dataset.
--dataset_id INTEGER ID of the dataset to which new items should be
imported. If set to '-1', a new dataset will be
created
--images PATH Directory containing the images to import.
[required]
--annotations PATH Directory or file containing the annotations to
import. [required]
--http_retries INTEGER Number of HTTP retries. [default: 10]
--username TEXT Username for data spree vision platform.
--password TEXT Password for data spree vision platform.
--url TEXT URL to the API of the platform.
--help Show this message and exit.
Dataset Export
Usage: ds export [OPTIONS]
Options:
-o, --output_dir DIRECTORY Output directory. [required]
-i, --id INTEGER ID of the dataset to download.
-n, --n_items INTEGER Number of items to download. Download all
items: '-1' [default: -1]
--http_retries INTEGER Number of HTTP retries. [default: 10]
--parallel_requests INTEGER Number of parallel requests. [default: 16]
--username TEXT Username for data spree vision platform.
--password TEXT Password for data spree vision platform.
--url TEXT URL to the API of the platform.
--help Show this message and exit.
License
Apache License 2.0
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
Close
Hashes for dataspree-platform-sdk-1.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 153a4db8aa71b7a0a6be28fcf5eb319620d8bac4c613c16e5b2156e2aae22a95 |
|
MD5 | 56792a61bc3b2cef62b0b4a38be2328f |
|
BLAKE2b-256 | 39d7485f5b43b01a4497f1e1d0b637493b90a54df11bfaaa5e98152fb00dcf66 |