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.
Files changed (239) hide show
  1. {dtlpy-1.118.13 → dtlpy-1.118.14}/PKG-INFO +1 -1
  2. dtlpy-1.118.14/dtlpy/__version__.py +1 -0
  3. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation.py +8 -7
  4. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/dataset.py +8 -0
  5. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/tasks.py +4 -4
  6. {dtlpy-1.118.13 → dtlpy-1.118.14}/setup.py +1 -1
  7. dtlpy-1.118.13/dtlpy/__version__.py +0 -1
  8. {dtlpy-1.118.13 → dtlpy-1.118.14}/LICENSE +0 -0
  9. {dtlpy-1.118.13 → dtlpy-1.118.14}/MANIFEST.in +0 -0
  10. {dtlpy-1.118.13 → dtlpy-1.118.14}/README.md +0 -0
  11. {dtlpy-1.118.13 → dtlpy-1.118.14}/docs/requirements.txt +0 -0
  12. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/__init__.py +0 -0
  13. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/__init__.py +0 -0
  14. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/config.yaml +0 -0
  15. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/installation.sh +0 -0
  16. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/launch.json +0 -0
  17. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/code_server/settings.json +0 -0
  18. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/lock_open.png +0 -0
  19. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/main.py +0 -0
  20. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/main_partial.py +0 -0
  21. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/mock.json +0 -0
  22. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/model_adapter.py +0 -0
  23. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package.json +0 -0
  24. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package_catalog.json +0 -0
  25. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/package_gitignore +0 -0
  26. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/project_dataset_recipe_ontology.png +0 -0
  27. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/__init__.py +0 -0
  28. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/converter.py +0 -0
  29. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method.py +0 -0
  30. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_annotation.py +0 -0
  31. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_dataset.py +0 -0
  32. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_item.py +0 -0
  33. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/multi_method_json.py +0 -0
  34. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method.py +0 -0
  35. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_annotation.py +0 -0
  36. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_dataset.py +0 -0
  37. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_item.py +0 -0
  38. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_json.py +0 -0
  39. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/service_runners/single_method_multi_input.py +0 -0
  40. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/assets/voc_annotation_template.xml +0 -0
  41. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/__init__.py +0 -0
  42. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/base_cache.py +0 -0
  43. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/cache.py +0 -0
  44. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/dl_cache.py +0 -0
  45. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/filesystem_cache.py +0 -0
  46. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/caches/redis_cache.py +0 -0
  47. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/__init__.py +0 -0
  48. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/cli_utilities.py +0 -0
  49. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/command_executor.py +0 -0
  50. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp +0 -0
  51. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp.bat +0 -0
  52. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/dlp.py +0 -0
  53. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/dlp/parser.py +0 -0
  54. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/__init__.py +0 -0
  55. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/analytic.py +0 -0
  56. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_collection.py +0 -0
  57. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/__init__.py +0 -0
  58. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/base_annotation_definition.py +0 -0
  59. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/box.py +0 -0
  60. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/classification.py +0 -0
  61. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/comparison.py +0 -0
  62. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/cube.py +0 -0
  63. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/cube_3d.py +0 -0
  64. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/description.py +0 -0
  65. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/ellipse.py +0 -0
  66. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/free_text.py +0 -0
  67. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/gis.py +0 -0
  68. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/note.py +0 -0
  69. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/point.py +0 -0
  70. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/polygon.py +0 -0
  71. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/polyline.py +0 -0
  72. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/pose.py +0 -0
  73. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/ref_image.py +0 -0
  74. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/segmentation.py +0 -0
  75. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/subtitle.py +0 -0
  76. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/text.py +0 -0
  77. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/annotation_definitions/undefined_annotation.py +0 -0
  78. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/app.py +0 -0
  79. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/app_module.py +0 -0
  80. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/artifact.py +0 -0
  81. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/assignment.py +0 -0
  82. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/base_entity.py +0 -0
  83. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/bot.py +0 -0
  84. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/codebase.py +0 -0
  85. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/collection.py +0 -0
  86. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/command.py +0 -0
  87. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/compute.py +0 -0
  88. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/directory_tree.py +0 -0
  89. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/dpk.py +0 -0
  90. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/driver.py +0 -0
  91. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/execution.py +0 -0
  92. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/feature.py +0 -0
  93. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/feature_set.py +0 -0
  94. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/filters.py +0 -0
  95. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/gis_item.py +0 -0
  96. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/integration.py +0 -0
  97. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/item.py +0 -0
  98. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/label.py +0 -0
  99. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/links.py +0 -0
  100. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/message.py +0 -0
  101. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/model.py +0 -0
  102. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/node.py +0 -0
  103. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/ontology.py +0 -0
  104. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/organization.py +0 -0
  105. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package.py +0 -0
  106. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_defaults.py +0 -0
  107. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_function.py +0 -0
  108. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_module.py +0 -0
  109. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/package_slot.py +0 -0
  110. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/paged_entities.py +0 -0
  111. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/pipeline.py +0 -0
  112. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/pipeline_execution.py +0 -0
  113. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/project.py +0 -0
  114. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/prompt_item.py +0 -0
  115. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/recipe.py +0 -0
  116. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/reflect_dict.py +0 -0
  117. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/resource_execution.py +0 -0
  118. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/service.py +0 -0
  119. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/service_driver.py +0 -0
  120. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/setting.py +0 -0
  121. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/task.py +0 -0
  122. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/time_series.py +0 -0
  123. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/trigger.py +0 -0
  124. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/user.py +0 -0
  125. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/entities/webhook.py +0 -0
  126. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/__init__.py +0 -0
  127. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/add_labels.py +0 -0
  128. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/add_metadata_to_item.py +0 -0
  129. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotate_items_using_model.py +0 -0
  130. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotate_video_using_model_and_tracker.py +0 -0
  131. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotations_convert_to_voc.py +0 -0
  132. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/annotations_convert_to_yolo.py +0 -0
  133. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/convert_annotation_types.py +0 -0
  134. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/converter.py +0 -0
  135. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/copy_annotations.py +0 -0
  136. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/copy_folder.py +0 -0
  137. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/create_annotations.py +0 -0
  138. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/create_video_annotations.py +0 -0
  139. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/delete_annotations.py +0 -0
  140. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/filters.py +0 -0
  141. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/move_item.py +0 -0
  142. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/play_video_annotation.py +0 -0
  143. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/show_item_and_mask.py +0 -0
  144. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/triggers.py +0 -0
  145. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_batch_of_items.py +0 -0
  146. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_items_and_custom_format_annotations.py +0 -0
  147. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_items_with_modalities.py +0 -0
  148. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_segmentation_annotations_from_mask_image.py +0 -0
  149. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/examples/upload_yolo_format_annotations.py +0 -0
  150. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/exceptions.py +0 -0
  151. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/__init__.py +0 -0
  152. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/dict_differ.py +0 -0
  153. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/git_utils.py +0 -0
  154. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/json_utils.py +0 -0
  155. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/list_print.py +0 -0
  156. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/path_utils.py +0 -0
  157. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/miscellaneous/zipping.py +0 -0
  158. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/__init__.py +0 -0
  159. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/base_feature_extractor_adapter.py +0 -0
  160. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/base_model_adapter.py +0 -0
  161. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/metrics.py +0 -0
  162. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/predictions_utils.py +0 -0
  163. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/summary_writer.py +0 -0
  164. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/ml/train_utils.py +0 -0
  165. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/new_instance.py +0 -0
  166. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/__init__.py +0 -0
  167. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/analytics.py +0 -0
  168. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/annotations.py +0 -0
  169. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/apps.py +0 -0
  170. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/artifacts.py +0 -0
  171. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/assignments.py +0 -0
  172. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/bots.py +0 -0
  173. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/codebases.py +0 -0
  174. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/collections.py +0 -0
  175. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/commands.py +0 -0
  176. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/compositions.py +0 -0
  177. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/computes.py +0 -0
  178. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/datasets.py +0 -0
  179. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/downloader.py +0 -0
  180. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/dpks.py +0 -0
  181. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/drivers.py +0 -0
  182. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/executions.py +0 -0
  183. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/feature_sets.py +0 -0
  184. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/features.py +0 -0
  185. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/integrations.py +0 -0
  186. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/items.py +0 -0
  187. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/messages.py +0 -0
  188. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/models.py +0 -0
  189. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/nodes.py +0 -0
  190. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/ontologies.py +0 -0
  191. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/organizations.py +0 -0
  192. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/packages.py +0 -0
  193. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/pipeline_executions.py +0 -0
  194. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/pipelines.py +0 -0
  195. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/projects.py +0 -0
  196. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/recipes.py +0 -0
  197. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/resource_executions.py +0 -0
  198. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/schema.py +0 -0
  199. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/service_drivers.py +0 -0
  200. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/services.py +0 -0
  201. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/settings.py +0 -0
  202. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/times_series.py +0 -0
  203. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/triggers.py +0 -0
  204. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/upload_element.py +0 -0
  205. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/uploader.py +0 -0
  206. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/repositories/webhooks.py +0 -0
  207. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/__init__.py +0 -0
  208. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/aihttp_retry.py +0 -0
  209. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/api_client.py +0 -0
  210. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/api_reference.py +0 -0
  211. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/async_utils.py +0 -0
  212. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/calls_counter.py +0 -0
  213. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/check_sdk.py +0 -0
  214. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/cookie.py +0 -0
  215. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/create_logger.py +0 -0
  216. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/events.py +0 -0
  217. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/logins.py +0 -0
  218. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/reporter.py +0 -0
  219. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/services/service_defaults.py +0 -0
  220. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/__init__.py +0 -0
  221. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/annotations/__init__.py +0 -0
  222. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/annotations/annotation_converters.py +0 -0
  223. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/base_package_runner.py +0 -0
  224. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/converter.py +0 -0
  225. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/__init__.py +0 -0
  226. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator.py +0 -0
  227. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_tensorflow.py +0 -0
  228. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/dataset_generators/dataset_generator_torch.py +0 -0
  229. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/local_development/__init__.py +0 -0
  230. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/local_development/local_session.py +0 -0
  231. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/__init__.py +0 -0
  232. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/figures.py +0 -0
  233. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/reports/report.py +0 -0
  234. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/__init__.py +0 -0
  235. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/video_player.py +0 -0
  236. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy/utilities/videos/videos.py +0 -0
  237. {dtlpy-1.118.13 → dtlpy-1.118.14}/dtlpy.egg-info/SOURCES.txt +0 -0
  238. {dtlpy-1.118.13 → dtlpy-1.118.14}/requirements.txt +0 -0
  239. {dtlpy-1.118.13 → dtlpy-1.118.14}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dtlpy
3
- Version: 1.118.13
3
+ Version: 1.118.14
4
4
  Summary: SDK and CLI for Dataloop platform
5
5
  Home-page: https://github.com/dataloop-ai/dtlpy
6
6
  Author: Dataloop Team
@@ -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 self.fps is None:
1126
- if self._item is not None:
1127
- if self._item.fps is not None:
1128
- self.fps = self._item.fps
1129
- if self.fps is None:
1130
- raise PlatformException('400', 'Annotation must have fps in order to perform this action')
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=True,
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=True,
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=True,
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=True,
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.13',
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