Skip to main content

Python SDK for DSDL

Project description

 
OpenDataLab website HOT     
 

English | 简体中文

PyPI - Python Version PyPI docs

📘Documentation |

Introduction

Data is the cornerstone of artificial intelligence. The efficiency of data acquisition, exchange, and application directly impacts the advances in technologies and applications. Over the long history of AI, a vast quantity of data sets have been developed and distributed. However, these datasets are defined in very different forms, which incurs significant overhead when it comes to exchange, integration, and utilization -- it is often the case that one needs to develop a new customized tool or script in order to incorporate a new dataset into a workflow.

To overcome such difficulties, we develop Data Set Description Language (DSDL).

Major features

The design of DSDL is driven by three goals, namely generic, portable, extensible. We refer to these three goals together as GPE.

  • Generic

    This language aims to provide a unified representation standard for data in multiple fields of artificial intelligence, rather than being designed for a single field or task. It should be able to express data sets with different modalities and structures in a consistent format.

  • Portable

    Write once, distribute everywhere. Dataset descriptions can be widely distributed and exchanged, and used in different environments without modification of the source files. The achievement of this goal is crucial for creating an open and thriving ecosystem. To this end, we need to carefully examine the details of the design, and remove unnecessary dependencies on specific assumptions about the underlying facilities or organizations.

  • Extensible

    One should be able to extend the boundary of expression without modifying the core standard. For a programming language such as C++ or Python, its application boundaries can be significantly extended by libraries or packages, while the core language remains stable over a long period. Such libraries and packages form a rich ecosystem, making the language stay alive for a very long time.

Installation

Case a install it with pip

pip install dsdl

Case b install it from source

git clone https://github.com/opendatalab/dsdl.git
cd dsdl
python setup.py install

Get Started

Use dsdl parser to deserialize the Yaml file to Python code

dsdl parse --yaml demo/coco_demo.yaml

Modify the configuration & set the directory of media in dataset

Create a configuration file config.py with the following contents(for now dsdl only reading from aliyun oss or local is supported):

local = dict(
    type="LocalFileReader",
    working_dir="local path of your media",
)

ali_oss = dict(
    type="AliOSSFileReader",
    access_key_secret="your secret key of aliyun oss",
    endpoint="your endpoint of aliyun oss",
    access_key_id="your access key of aliyun oss",
    bucket_name="your bucket name of aliyun oss",
    working_dir="the relative path of your media dir in the bucket")

In config.py, the configuration of how to read the media in a dataset is defined. One should specify the arguments depending on from where to read the media:

  1. read from local: working_dir field in local should be specified (the directory of local media)
  2. read from aliyun oss: all the field in ali_oss should be specified (including access_key_secret, endpoint, access_key_id, bucket_name, working_dir)

Visualize samples

dsdl view -y <yaml-name>.yaml -c <config.py> -l ali-oss -n 10 -r -v -f Label BBox Attributes

The description of each argument is shown below:

simplified argument argument description
-y --yaml The path of dsdl yaml file.
-c --config The path of location configuration file.
-l --location local or ali-oss,which means read media from local or aliyun oss.
-n --num The number of samples to be visualized.
-r --random Whether to load the samples in a random order.
-v --visualize Whether to visualize the samples or just print the information in console.
-f --field The field type to visualize, e.g. -f BBoxmeans show the bounding box in samples, -f Attributesmeans show the attributes of a sample in the console . One can specify multiple field types simultaneously, such as -f Label BBox Attributes.
-t --task The task you are working on, for example, -t detection is equivalent to -f Label BBox Polygon Attributes.

Citation

If you find this project useful in your research, please consider cite:

@misc{dsdl2022,
    title={{DSDL}: Data Set Description Language},
    author={DSDL Contributors},
    howpublished = {\url{https://github.com/opendatalab/dsdl}},
    year={2022}
}

License

DSDL is released under the Apache 2.0 license.

Acknowledgement

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsdl-0.1.9.2.tar.gz (36.9 kB view details)

Uploaded Source

Built Distribution

dsdl-0.1.9.2-py3-none-any.whl (50.4 kB view details)

Uploaded Python 3

File details

Details for the file dsdl-0.1.9.2.tar.gz.

File metadata

  • Download URL: dsdl-0.1.9.2.tar.gz
  • Upload date:
  • Size: 36.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.0

File hashes

Hashes for dsdl-0.1.9.2.tar.gz
Algorithm Hash digest
SHA256 c04d6af16227326a02a8eb2f909acf8db08e3287e1ceac358fb3a67c6d9eabf1
MD5 b89d22a0b4a9d5d875127ecbdc667177
BLAKE2b-256 b4aa0ff80c59fb420c489d66211f61ddd4a1f6e3964faa0e34437eefc71bee4a

See more details on using hashes here.

File details

Details for the file dsdl-0.1.9.2-py3-none-any.whl.

File metadata

  • Download URL: dsdl-0.1.9.2-py3-none-any.whl
  • Upload date:
  • Size: 50.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.0

File hashes

Hashes for dsdl-0.1.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 814039e994a543104d3c8af2a2ddfbe324b788197cbddf8bae6b98d898b5d8d4
MD5 6223e5dd5132e31b7e7616b32d5f9ea0
BLAKE2b-256 84e9ef4b6576d9a09c47c759a66cdbd9cd9448d1123d5618df41d5c96f4c0537

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page