.gitignore
.pre-commit-config.yaml
LICENSE
README.md
README_zh-CN.md
isort.toml
mkdocs.yml
requirements-dev.txt
setup.py
tox.ini
.github/workflows/dev.yml
.github/workflows/preview.yml
.github/workflows/test_pipeline.yml
cli/__init__.py
cli/cli.py
cli/odl-cli.bat
cli/odl-cli.sh
cli/commands/__init__.py
cli/commands/__version__.py
cli/commands/cd.py
cli/commands/cd.py.bak
cli/commands/cdout.py
cli/commands/cmdbase.py
cli/commands/config.py
cli/commands/const.py
cli/commands/get.py
cli/commands/info.py
cli/commands/ls.py
cli/commands/rm.py
cli/commands/search.py
cli/commands/select.py
cli/commands/studio.py
cli/commons/__init__.py
cli/commons/argument_parser.py
cli/commons/exceptions.py
cli/commons/loghandler.py
cli/commons/stdio.py
cli/commons/storage_builder.py
cli/resources/cd.example
cli/resources/cdout.example
cli/resources/commands.json
cli/resources/config.example
cli/resources/default_cli_cfg.json
cli/resources/get.example
cli/resources/info.example
cli/resources/ls.example
cli/resources/rm.example
cli/resources/select.example
cli/resources/studio.example
cli/utils/__init__.py
cli/utils/admin.py
cli/utils/plot.py
cli/utils/query.py
cli/utils/minio_ops/__init__.py
cli/utils/minio_ops/ops.py
cli/utils/oss_ops/__init__.py
cli/utils/oss_ops/ops.py
cli/utils/views/general_app.py
cli/utils/views/view.py
cli/utils/views/view_from_info.py
cli/utils/views/cifar-10/cifar-10.py
cli/utils/views/cifar-10-auto/cifar-10-auto.py
cli/utils/views/coco-demo/coco-demo.py
cli/utils/views/coco-demo/src/__init__.py
cli/utils/views/coco-demo/src/types.py
cli/utils/views/coco-demo/src/constants/colors.py
cli/utils/views/coco-demo/src/utils/display.py
cli/utils/views/coco-demo/src/utils/draw_bbox.py
demo/coco_demo.yaml
demo/config.py
docs/CONTRIBUTING.md
docs/index.md
docs/User-guide/CLI-examples.md
docs/User-guide/Developer.md
dsdl/__init__.py
dsdl/__version__.py
dsdl/cli.py
dsdl/exception.py
dsdl/warning.py
dsdl.egg-info/PKG-INFO
dsdl.egg-info/SOURCES.txt
dsdl.egg-info/dependency_links.txt
dsdl.egg-info/entry_points.txt
dsdl.egg-info/requires.txt
dsdl.egg-info/top_level.txt
dsdl/converter/__init__.py
dsdl/converter/mllm.py
dsdl/converter/utils.py
dsdl/dataset/__init__.py
dsdl/dataset/base_dataset.py
dsdl/dataset/check_dataset.py
dsdl/dataset/wrapper_dataset.py
dsdl/dataset/utils/__init__.py
dsdl/dataset/utils/check.py
dsdl/dataset/utils/commons.py
dsdl/dataset/utils/visualizer.py
dsdl/fields/__init__.py
dsdl/fields/base_field.py
dsdl/fields/base_unstructured_field.py
dsdl/fields/generic.py
dsdl/fields/special.py
dsdl/fields/struct.py
dsdl/fields/unstructure.py
dsdl/geometry/__init__.py
dsdl/geometry/base_geometry.py
dsdl/geometry/box.py
dsdl/geometry/box3d.py
dsdl/geometry/class_domain_attributes.py
dsdl/geometry/classdomain.py
dsdl/geometry/insmap.py
dsdl/geometry/keypoint.py
dsdl/geometry/label.py
dsdl/geometry/media.py
dsdl/geometry/params_placeholder.py
dsdl/geometry/pointcloud.py
dsdl/geometry/polygon.py
dsdl/geometry/registry.py
dsdl/geometry/rotate_box.py
dsdl/geometry/segmap.py
dsdl/geometry/shape.py
dsdl/geometry/text.py
dsdl/geometry/uniqueid.py
dsdl/geometry/utils.py
dsdl/geometry/source/Arial_Font.ttf
dsdl/objectio/__init__.py
dsdl/objectio/ali_oss.py
dsdl/objectio/aws_oss.py
dsdl/objectio/base.py
dsdl/objectio/ceph.py
dsdl/objectio/local.py
dsdl/parser/__init__.py
dsdl/parser/parse_class.py
dsdl/parser/parse_field.py
dsdl/parser/parser.py
dsdl/parser/utils.py
dsdl/tools/__init__.py
dsdl/tools/check.py
dsdl/tools/commons.py
dsdl/tools/view.py
dsdl/tools/studio_view/__init__.py
dsdl/tools/studio_view/base_studio_view.py
dsdl/tools/studio_view/local_studio_view.py
dsdl/tools/studio_view/remote_studio_view.py
dsdlsdk/__init__.py
dsdlsdk/config.py
dsdlsdk/datarepo.py
dsdlsdk/dataset.py
dsdlsdk/downloader.py
dsdlsdk/storage.py
dsdlsdk/common/.gitkeep
dsdlsdk/download/download_config.py
dsdlsdk/exception/__init__.py
dsdlsdk/exception/exception.py
examples/computer-vision/image-classification/.gitkeep
examples/computer-vision/image-classification/README.md
examples/computer-vision/image-classification/dsdl_yaml_script.py
examples/computer-vision/image-classification/CIFAR10/test_data.yaml
examples/computer-vision/image-classification/CIFAR10/train_data.yaml
examples/computer-vision/object-detection/.gitkeep
examples/computer-vision/object-detection/COCO2017Detection/README.md
examples/computer-vision/object-detection/COCO2017Detection/demo1/coco_val_demo.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo1/coco_val_demo_v2.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo1/config.py
examples/computer-vision/object-detection/COCO2017Detection/demo1/convert2dsdl.py
examples/computer-vision/object-detection/COCO2017Detection/demo2/coco_val_demo.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo2/config.py
examples/computer-vision/object-detection/COCO2017Detection/demo2/object-detection.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo3/coco-class-domain.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo3/coco_val_demo.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo3/coco_val_demo_v2.yaml
examples/computer-vision/object-detection/COCO2017Detection/demo3/config.py
examples/computer-vision/object-detection/COCO2017Detection/demo3/object-detection.yaml
examples/computer-vision/object-detection/VOC2012Detection/README.md
examples/computer-vision/object-detection/VOC2012Detection/demo3/config.py
examples/computer-vision/object-detection/VOC2012Detection/demo3/data_samples.yaml
examples/computer-vision/object-detection/VOC2012Detection/json/dataset_info.json
examples/computer-vision/object-detection/VOC2012Detection/json/test.json
examples/computer-vision/object-detection/VOC2012Detection/json/train.json
examples/computer-vision/object-detection/VOC2012Detection/json/val.json
examples/computer-vision/segmantic-segmentation/.gitkeep
examples/multimodal-tasks/.gitkeep
examples/natural-language-processing/.gitkeep
resources/opendatalab.svg
tests/config.py
tests/conftest.py
tests/test_types.py
tests/cli/test_cd.py
tests/cli/test_cd.sh
tests/cli/test_studio.py
tests/helloworld_demo/helloworld.yaml
tests/xyz/0001.jpg