dtlpy 1.118.13__tar.gz → 1.118.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dtlpy-1.118.13 → dtlpy-1.118.14}/PKG-INFO +1 -1
- dtlpy-1.118.14/dtlpy/__version__.py +1 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation.py +8 -7
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/dataset.py +8 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/tasks.py +4 -4
- {dtlpy-1.118.13 → dtlpy-1.118.14}/setup.py +1 -1
- dtlpy-1.118.13/dtlpy/__version__.py +0 -1
- {dtlpy-1.118.13 → dtlpy-1.118.14}/LICENSE +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/MANIFEST.in +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/README.md +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/docs/requirements.txt +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/config.yaml +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/installation.sh +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/launch.json +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/settings.json +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/lock_open.png +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/main.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/main_partial.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/mock.json +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/model_adapter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package.json +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package_catalog.json +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package_gitignore +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/project_dataset_recipe_ontology.png +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/converter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_annotation.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_dataset.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_json.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_annotation.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_dataset.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_json.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_multi_input.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/voc_annotation_template.xml +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/base_cache.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/cache.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/dl_cache.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/filesystem_cache.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/redis_cache.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/cli_utilities.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/command_executor.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp.bat +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/parser.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/analytic.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_collection.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/base_annotation_definition.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/box.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/classification.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/comparison.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/cube.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/cube_3d.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/description.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/ellipse.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/free_text.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/gis.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/note.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/point.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/polygon.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/polyline.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/pose.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/ref_image.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/segmentation.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/subtitle.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/text.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/undefined_annotation.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/app.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/app_module.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/artifact.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/assignment.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/base_entity.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/bot.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/codebase.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/collection.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/command.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/compute.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/directory_tree.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/dpk.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/driver.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/execution.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/feature.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/feature_set.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/filters.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/gis_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/integration.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/label.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/links.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/message.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/model.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/node.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/ontology.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/organization.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_defaults.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_function.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_module.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_slot.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/paged_entities.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/pipeline.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/pipeline_execution.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/project.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/prompt_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/recipe.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/reflect_dict.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/resource_execution.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/service.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/service_driver.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/setting.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/task.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/time_series.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/trigger.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/user.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/webhook.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/add_labels.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/add_metadata_to_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotate_items_using_model.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotate_video_using_model_and_tracker.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotations_convert_to_voc.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotations_convert_to_yolo.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/convert_annotation_types.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/converter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/copy_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/copy_folder.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/create_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/create_video_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/delete_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/filters.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/move_item.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/play_video_annotation.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/show_item_and_mask.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/triggers.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_batch_of_items.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_items_and_custom_format_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_items_with_modalities.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_segmentation_annotations_from_mask_image.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_yolo_format_annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/exceptions.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/dict_differ.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/git_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/json_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/list_print.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/path_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/zipping.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/base_feature_extractor_adapter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/base_model_adapter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/metrics.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/predictions_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/summary_writer.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/train_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/new_instance.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/analytics.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/annotations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/apps.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/artifacts.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/assignments.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/bots.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/codebases.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/collections.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/commands.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/compositions.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/computes.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/datasets.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/downloader.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/dpks.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/drivers.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/executions.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/feature_sets.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/features.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/integrations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/items.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/messages.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/models.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/nodes.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/ontologies.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/organizations.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/packages.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/pipeline_executions.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/pipelines.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/projects.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/recipes.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/resource_executions.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/schema.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/service_drivers.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/services.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/settings.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/times_series.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/triggers.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/upload_element.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/uploader.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/webhooks.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/aihttp_retry.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/api_client.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/api_reference.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/async_utils.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/calls_counter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/check_sdk.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/cookie.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/create_logger.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/events.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/logins.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/reporter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/service_defaults.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/annotations/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/annotations/annotation_converters.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/base_package_runner.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/converter.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_tensorflow.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_torch.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/local_development/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/local_development/local_session.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/figures.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/report.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/__init__.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/video_player.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/videos.py +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy.egg-info/SOURCES.txt +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/requirements.txt +0 -0
- {dtlpy-1.118.13 → dtlpy-1.118.14}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = '1.118.14'
|
|
@@ -1121,13 +1121,14 @@ class Annotation(entities.BaseEntity):
|
|
|
1121
1121
|
annotation_definition=dl.Box(top=10,left=10,bottom=100, right=100,label='labelName'))
|
|
1122
1122
|
)
|
|
1123
1123
|
"""
|
|
1124
|
-
# handle fps
|
|
1125
|
-
if
|
|
1126
|
-
if self.
|
|
1127
|
-
if self._item
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1124
|
+
# handle fps - only needed if converting from time to frames
|
|
1125
|
+
if frame_num is None or (end_frame_num is None and end_time is not None):
|
|
1126
|
+
if self.fps is None:
|
|
1127
|
+
if self._item is not None:
|
|
1128
|
+
if self._item.fps is not None:
|
|
1129
|
+
self.fps = self._item.fps
|
|
1130
|
+
if self.fps is None:
|
|
1131
|
+
raise PlatformException('400', 'Annotation must have fps in order to perform this action')
|
|
1131
1132
|
|
|
1132
1133
|
if frame_num is None:
|
|
1133
1134
|
frame_num = int(np.round(start_time * self.fps))
|
|
@@ -290,6 +290,14 @@ class Dataset(entities.BaseEntity):
|
|
|
290
290
|
self._ontology_ids += recipe.ontology_ids
|
|
291
291
|
return self._ontology_ids
|
|
292
292
|
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
def project_id(self):
|
|
296
|
+
_project_id = None
|
|
297
|
+
if self.projects is not None and len(self.projects) > 0:
|
|
298
|
+
_project_id = self.projects[0]
|
|
299
|
+
return _project_id
|
|
300
|
+
|
|
293
301
|
@_repositories.default
|
|
294
302
|
def set_repositories(self):
|
|
295
303
|
reps = namedtuple('repositories',
|
|
@@ -549,7 +549,7 @@ class Tasks:
|
|
|
549
549
|
priority=entities.TaskPriority.MEDIUM,
|
|
550
550
|
consensus_percentage=None,
|
|
551
551
|
consensus_assignees=None,
|
|
552
|
-
scoring=
|
|
552
|
+
scoring=False,
|
|
553
553
|
limit=None,
|
|
554
554
|
wait=True,
|
|
555
555
|
enforce_video_conversion=True,
|
|
@@ -644,7 +644,7 @@ class Tasks:
|
|
|
644
644
|
consensus_task_type=entities.ConsensusTaskType.QUALIFICATION,
|
|
645
645
|
consensus_percentage=consensus_percentage,
|
|
646
646
|
consensus_assignees=consensus_assignees,
|
|
647
|
-
scoring=
|
|
647
|
+
scoring=False,
|
|
648
648
|
limit=limit,
|
|
649
649
|
wait=wait,
|
|
650
650
|
enforce_video_conversion=enforce_video_conversion,
|
|
@@ -666,7 +666,7 @@ class Tasks:
|
|
|
666
666
|
consensus_task_type: entities.ConsensusTaskType = entities.ConsensusTaskType.CONSENSUS,
|
|
667
667
|
consensus_percentage=None,
|
|
668
668
|
consensus_assignees=None,
|
|
669
|
-
scoring=
|
|
669
|
+
scoring=False,
|
|
670
670
|
limit=None,
|
|
671
671
|
wait=True,
|
|
672
672
|
enforce_video_conversion=True,
|
|
@@ -976,7 +976,7 @@ class Tasks:
|
|
|
976
976
|
consensus_task_type=None,
|
|
977
977
|
consensus_percentage=None,
|
|
978
978
|
consensus_assignees=None,
|
|
979
|
-
scoring=
|
|
979
|
+
scoring=False,
|
|
980
980
|
enforce_video_conversion=True,
|
|
981
981
|
) -> entities.Task:
|
|
982
982
|
"""
|
|
@@ -36,7 +36,7 @@ setup(name='dtlpy',
|
|
|
36
36
|
'Programming Language :: Python :: 3.13',
|
|
37
37
|
'Programming Language :: Python :: 3.14',
|
|
38
38
|
],
|
|
39
|
-
version='1.118.
|
|
39
|
+
version='1.118.14',
|
|
40
40
|
description='SDK and CLI for Dataloop platform',
|
|
41
41
|
author='Dataloop Team',
|
|
42
42
|
author_email='info@dataloop.ai',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = '1.118.13'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/undefined_annotation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_items_and_custom_format_annotations.py
RENAMED
|
File without changes
|
|
File without changes
|
{dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_segmentation_annotations_from_mask_image.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_tensorflow.py
RENAMED
|
File without changes
|
{dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_torch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|