supervisely 6.73.366__py3-none-any.whl → 6.73.368__py3-none-any.whl
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.
- supervisely/annotation/annotation.py +21 -21
- supervisely/annotation/label.py +4 -4
- supervisely/annotation/obj_class.py +9 -5
- supervisely/annotation/obj_class_collection.py +2 -2
- supervisely/annotation/tag.py +2 -2
- supervisely/annotation/tag_collection.py +3 -3
- supervisely/annotation/tag_meta.py +2 -2
- supervisely/annotation/tag_meta_collection.py +2 -2
- supervisely/api/agent_api.py +1 -1
- supervisely/api/annotation_api.py +1 -1
- supervisely/api/dataset_api.py +4 -4
- supervisely/api/entities_collection_api.py +1 -1
- supervisely/api/file_api.py +10 -10
- supervisely/api/image_api.py +9 -9
- supervisely/api/labeling_job_api.py +1 -1
- supervisely/api/labeling_queue_api.py +1 -1
- supervisely/api/module_api.py +6 -6
- supervisely/api/object_class_api.py +1 -1
- supervisely/api/plugin_api.py +1 -1
- supervisely/api/pointcloud/pointcloud_annotation_api.py +1 -1
- supervisely/api/pointcloud/pointcloud_api.py +1 -1
- supervisely/api/pointcloud/pointcloud_episode_annotation_api.py +1 -1
- supervisely/api/pointcloud/pointcloud_episode_api.py +1 -1
- supervisely/api/project_api.py +4 -4
- supervisely/api/remote_storage_api.py +6 -6
- supervisely/api/role_api.py +1 -1
- supervisely/api/storage_api.py +3 -3
- supervisely/api/task_api.py +1 -1
- supervisely/api/team_api.py +1 -1
- supervisely/api/user_api.py +1 -1
- supervisely/api/video/video_annotation_api.py +1 -1
- supervisely/api/video/video_api.py +4 -4
- supervisely/api/volume/volume_annotation_api.py +1 -1
- supervisely/api/volume/volume_api.py +1 -1
- supervisely/api/workspace_api.py +1 -2
- supervisely/app/development/sly-net.sh +2 -2
- supervisely/app/fastapi/index.html +3 -3
- supervisely/app/fastapi/subapp.py +1 -1
- supervisely/aug/aug.py +10 -10
- supervisely/cli/__init__.py +15 -10
- supervisely/geometry/alpha_mask.py +2 -2
- supervisely/geometry/bitmap.py +8 -6
- supervisely/geometry/bitmap_base.py +63 -24
- supervisely/geometry/cuboid.py +97 -50
- supervisely/geometry/cuboid_2d.py +2 -2
- supervisely/geometry/graph.py +4 -4
- supervisely/geometry/mask_3d.py +1 -1
- supervisely/geometry/point.py +63 -24
- supervisely/geometry/point_location.py +2 -2
- supervisely/geometry/polygon.py +2 -2
- supervisely/geometry/polyline.py +32 -40
- supervisely/geometry/rectangle.py +2 -2
- supervisely/geometry/vector_geometry.py +27 -39
- supervisely/io/env.py +3 -2
- supervisely/labeling_jobs/utils.py +5 -5
- supervisely/nn/model/prediction_session.py +50 -19
- supervisely/pointcloud/pointcloud.py +2 -2
- supervisely/pointcloud_annotation/pointcloud_annotation.py +19 -17
- supervisely/pointcloud_annotation/pointcloud_episode_annotation.py +23 -20
- supervisely/pointcloud_annotation/pointcloud_episode_frame.py +18 -12
- supervisely/pointcloud_annotation/pointcloud_episode_frame_collection.py +9 -6
- supervisely/pointcloud_annotation/pointcloud_episode_object_collection.py +7 -3
- supervisely/pointcloud_annotation/pointcloud_episode_tag.py +1 -1
- supervisely/pointcloud_annotation/pointcloud_episode_tag_collection.py +2 -2
- supervisely/pointcloud_annotation/pointcloud_figure.py +1 -1
- supervisely/pointcloud_annotation/pointcloud_object_collection.py +11 -10
- supervisely/pointcloud_annotation/pointcloud_tag.py +5 -4
- supervisely/pointcloud_annotation/pointcloud_tag_collection.py +7 -6
- supervisely/pointcloud_episodes/pointcloud_episodes.py +2 -2
- supervisely/project/download.py +1 -1
- supervisely/project/pointcloud_episode_project.py +1 -2
- supervisely/project/pointcloud_project.py +1 -1
- supervisely/project/project.py +8 -7
- supervisely/project/project_meta.py +2 -2
- supervisely/project/readme_template.md +1 -1
- supervisely/project/upload.py +1 -1
- supervisely/project/video_project.py +1 -1
- supervisely/project/volume_project.py +1 -1
- supervisely/task/progress.py +1 -1
- supervisely/video_annotation/frame.py +2 -2
- supervisely/video_annotation/frame_collection.py +3 -3
- supervisely/video_annotation/video_annotation.py +7 -5
- supervisely/video_annotation/video_figure.py +2 -2
- supervisely/video_annotation/video_object.py +47 -28
- supervisely/video_annotation/video_object_collection.py +15 -8
- supervisely/video_annotation/video_tag.py +2 -2
- supervisely/video_annotation/video_tag_collection.py +5 -5
- supervisely/volume_annotation/volume_figure.py +2 -2
- supervisely/volume_annotation/volume_tag.py +6 -5
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/METADATA +2 -2
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/RECORD +95 -95
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/LICENSE +0 -0
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/WHEEL +0 -0
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.366.dist-info → supervisely-6.73.368.dist-info}/top_level.txt +0 -0
|
@@ -5,50 +5,50 @@ supervisely/function_wrapper.py,sha256=R5YajTQ0GnRp2vtjwfC9hINkzQc0JiyGsu8TER373
|
|
|
5
5
|
supervisely/sly_logger.py,sha256=z92Vu5hmC0GgTIJO1n6kPDayRW9__8ix8hL6poDZj-Y,6274
|
|
6
6
|
supervisely/tiny_timer.py,sha256=hkpe_7FE6bsKL79blSs7WBaktuPavEVu67IpEPrfmjE,183
|
|
7
7
|
supervisely/annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
supervisely/annotation/annotation.py,sha256=
|
|
8
|
+
supervisely/annotation/annotation.py,sha256=wwTWR_P3GDJXXn4pp_rF6Qabxvlflcxc97a48AZ4_4k,114717
|
|
9
9
|
supervisely/annotation/annotation_transforms.py,sha256=TlVy_gUbM-XH6GbLpZPrAi6pMIGTr7Ow02iSKOSTa-I,9582
|
|
10
10
|
supervisely/annotation/json_geometries_map.py,sha256=nL6AmMhFy02fw9ryBm75plKyOkDh61QdOToSuLAcz_Q,1659
|
|
11
|
-
supervisely/annotation/label.py,sha256=
|
|
12
|
-
supervisely/annotation/obj_class.py,sha256=
|
|
13
|
-
supervisely/annotation/obj_class_collection.py,sha256=
|
|
11
|
+
supervisely/annotation/label.py,sha256=FzILYIvkk4cSUzdHLlmYJyWw8L3rfOEEhNkHi0Qsr_E,37510
|
|
12
|
+
supervisely/annotation/obj_class.py,sha256=W7-958-E9TfsL7eKAI3bbOvfAVxd3Unq-7F3lc2Gxjg,16672
|
|
13
|
+
supervisely/annotation/obj_class_collection.py,sha256=lsBJ8mElvwMHky2vsj4GfZ9_Uq186eS-o4ldoNeUJnw,12416
|
|
14
14
|
supervisely/annotation/obj_class_mapper.py,sha256=aIJDoRULqcAOD2a1CQPk2OOF8k3VPPSJQZdBAj71VQc,943
|
|
15
15
|
supervisely/annotation/renamer.py,sha256=rVvNLtpfd1kKUVPgm8VlLmYSDByWjriJ92FobC4buqY,1944
|
|
16
|
-
supervisely/annotation/tag.py,sha256=
|
|
17
|
-
supervisely/annotation/tag_collection.py,sha256=
|
|
18
|
-
supervisely/annotation/tag_meta.py,sha256=
|
|
19
|
-
supervisely/annotation/tag_meta_collection.py,sha256=
|
|
16
|
+
supervisely/annotation/tag.py,sha256=xmu26KLB8cIrbvRTGkg1mGdQQeK34azD9ZgSL21xbDg,17641
|
|
17
|
+
supervisely/annotation/tag_collection.py,sha256=E6sSzkPqQ-_ORdBhRLlH-TaKJzupfQEBQffQkiDtulQ,10024
|
|
18
|
+
supervisely/annotation/tag_meta.py,sha256=ZPJCl4m7-72S8VrWQfDyt0P0M_asBFqfcvXg0pJqPYA,27773
|
|
19
|
+
supervisely/annotation/tag_meta_collection.py,sha256=UUKLne1iyff5Nz0GrgVz5a4JAzYrzR5-r4TgnYrGqR0,14497
|
|
20
20
|
supervisely/annotation/tag_meta_mapper.py,sha256=RWeTrxJ64syodyhXIRSH007bX6Hr3B45tG14YTcpwSU,1639
|
|
21
21
|
supervisely/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
supervisely/api/advanced_api.py,sha256=Nd5cCnHFWc3PSUrCtENxTGtDjS37_lCHXsgXvUI3Ti8,2054
|
|
23
|
-
supervisely/api/agent_api.py,sha256=
|
|
24
|
-
supervisely/api/annotation_api.py,sha256=
|
|
23
|
+
supervisely/api/agent_api.py,sha256=8EQBwD6v7KLS0-xKcZ12B7mtzKwG7RRgq1fk1vaN144,8893
|
|
24
|
+
supervisely/api/annotation_api.py,sha256=U6dHUIOt6Fe8XcbX1MA19z-fg91maOumJAawKG5ZJsk,82876
|
|
25
25
|
supervisely/api/api.py,sha256=HyW8K0AEsiFf3HV2o9HbS-UJZfuMwWGIJPERbNifgWg,67695
|
|
26
26
|
supervisely/api/app_api.py,sha256=-nj-1yvuaj4CSlzUR_YKpTJZpupg56QxLhtSIph_u40,73420
|
|
27
27
|
supervisely/api/constants.py,sha256=WfqIcEpRnU4Mcfb6q0njeRs2VVSoTAJaIyrqBkBjP8I,253
|
|
28
|
-
supervisely/api/dataset_api.py,sha256=
|
|
29
|
-
supervisely/api/entities_collection_api.py,sha256=
|
|
30
|
-
supervisely/api/file_api.py,sha256=
|
|
28
|
+
supervisely/api/dataset_api.py,sha256=7idBMFL8jumWNw-wlBAbQWC09RskG-3GlidfPDukq3Q,47930
|
|
29
|
+
supervisely/api/entities_collection_api.py,sha256=6nbh5KxBzqGwtjV9tgzMFHBKVla2x-pgIV_xfSL6j4E,9960
|
|
30
|
+
supervisely/api/file_api.py,sha256=gNXNsikocSYRojoZrVmXIqXycqXm0e320piAwaLN6JI,92978
|
|
31
31
|
supervisely/api/github_api.py,sha256=NIexNjEer9H5rf5sw2LEZd7C1WR-tK4t6IZzsgeAAwQ,623
|
|
32
32
|
supervisely/api/image_annotation_tool_api.py,sha256=YcUo78jRDBJYvIjrd-Y6FJAasLta54nnxhyaGyanovA,5237
|
|
33
|
-
supervisely/api/image_api.py,sha256=
|
|
33
|
+
supervisely/api/image_api.py,sha256=zwyHsphaclKFU2a5gpHy6Cas_kpitViSCMV6vcPqR0s,224592
|
|
34
34
|
supervisely/api/import_storage_api.py,sha256=BDCgmR0Hv6OoiRHLCVPKt3iDxSVlQp1WrnKhAK_Zl84,460
|
|
35
35
|
supervisely/api/issues_api.py,sha256=BqDJXmNoTzwc3xe6_-mA7FDFC5QQ-ahGbXk_HmpkSeQ,17925
|
|
36
|
-
supervisely/api/labeling_job_api.py,sha256=
|
|
37
|
-
supervisely/api/labeling_queue_api.py,sha256=
|
|
38
|
-
supervisely/api/module_api.py,sha256=
|
|
39
|
-
supervisely/api/object_class_api.py,sha256=
|
|
40
|
-
supervisely/api/plugin_api.py,sha256=
|
|
41
|
-
supervisely/api/project_api.py,sha256=
|
|
36
|
+
supervisely/api/labeling_job_api.py,sha256=qvfbU8lme_fhTDgTP5UmyL8v3K7otTB6Obt8T2mAFmI,55190
|
|
37
|
+
supervisely/api/labeling_queue_api.py,sha256=j56oq5z916pSz85bzuUzuwZYxJR0pRT2KbyxiuCClgk,28427
|
|
38
|
+
supervisely/api/module_api.py,sha256=Uly6l7KkB3rS9BHfRyulvNxYUsQ3g_EG-LoS0Ji6sJ8,45301
|
|
39
|
+
supervisely/api/object_class_api.py,sha256=7-npNFMYjWNtSXYZg6syc6bX56_oCzDU2kFRPGQWCwA,10399
|
|
40
|
+
supervisely/api/plugin_api.py,sha256=SFm0IlTTOjuHBLUMgG4d4k6U3cWJocE-SVb-f08fwMQ,5286
|
|
41
|
+
supervisely/api/project_api.py,sha256=WNTMqAa0ZedYesfiZEkZtaFr5huxIpJ8TFYygTnlAWQ,80309
|
|
42
42
|
supervisely/api/project_class_api.py,sha256=5cyjdGPPb2tpttu5WmYoOxUNiDxqiojschkhZumF0KM,1426
|
|
43
|
-
supervisely/api/remote_storage_api.py,sha256=
|
|
43
|
+
supervisely/api/remote_storage_api.py,sha256=1O4rTIwW8s9gxC00yvFuKbEMGNsa7YSRlZ8j494ARwY,17793
|
|
44
44
|
supervisely/api/report_api.py,sha256=Om7CGulUbQ4BuJ16eDtz7luLe0JQNqab-LoLpUXu7YE,7123
|
|
45
|
-
supervisely/api/role_api.py,sha256=
|
|
46
|
-
supervisely/api/storage_api.py,sha256=
|
|
47
|
-
supervisely/api/task_api.py,sha256=
|
|
48
|
-
supervisely/api/team_api.py,sha256=
|
|
49
|
-
supervisely/api/user_api.py,sha256=
|
|
45
|
+
supervisely/api/role_api.py,sha256=c1XAU_wZg6zL4wG2R7iuS9EJOoaHHNGchxa1nYVL7yo,3047
|
|
46
|
+
supervisely/api/storage_api.py,sha256=VxiflQt-SfyB1OuEOB66JsMkxCosUr4n0WHQ5if3Ltg,13039
|
|
47
|
+
supervisely/api/task_api.py,sha256=eRDeUj9vexzJl_vQqW-DDYUkHaWfFqNg_EQI597RE0Y,36678
|
|
48
|
+
supervisely/api/team_api.py,sha256=uPsBpDP_Ig9HDQ9Zm6Y-VboLbSYKIV9S_a1S7e4vqvo,19470
|
|
49
|
+
supervisely/api/user_api.py,sha256=m29GP9tvem8P2fJZgg7DAZ9yhFdBX26ZBcWxCKdnhn4,24943
|
|
50
50
|
supervisely/api/video_annotation_tool_api.py,sha256=3A9-U8WJzrTShP_n9T8U01M9FzGYdeS51CCBTzUnooo,6686
|
|
51
|
-
supervisely/api/workspace_api.py,sha256=
|
|
51
|
+
supervisely/api/workspace_api.py,sha256=24O9uR5eIA2JdD0eQLi9LGaaHISdb2gUqnxJtx7bTew,9222
|
|
52
52
|
supervisely/api/entity_annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
supervisely/api/entity_annotation/entity_annotation_api.py,sha256=K79KdDyepQv4FiNQHBj9V4-zLIemxK9WG1ig1bfBKb8,3083
|
|
54
54
|
supervisely/api/entity_annotation/figure_api.py,sha256=rmsE3L_JfqN94sLN637pQ0syiBAXPd8RyAwhl41j1xs,35318
|
|
@@ -58,25 +58,25 @@ supervisely/api/nn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
58
58
|
supervisely/api/nn/deploy_api.py,sha256=V7zWO8yoroFDifIqLIFYmZA72tLQriH5kYAhN0-50co,34326
|
|
59
59
|
supervisely/api/nn/neural_network_api.py,sha256=vZyYBaKQzLJX9G3SAt09LmsxNLC8h88oYJ9b_PACzp0,10466
|
|
60
60
|
supervisely/api/pointcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
|
-
supervisely/api/pointcloud/pointcloud_annotation_api.py,sha256=
|
|
62
|
-
supervisely/api/pointcloud/pointcloud_api.py,sha256=
|
|
63
|
-
supervisely/api/pointcloud/pointcloud_episode_annotation_api.py,sha256=
|
|
64
|
-
supervisely/api/pointcloud/pointcloud_episode_api.py,sha256=
|
|
61
|
+
supervisely/api/pointcloud/pointcloud_annotation_api.py,sha256=xIXqCu0rKYsGt5ezh2EFT2utwsVrr2Xo-MOWUCnbvXc,11259
|
|
62
|
+
supervisely/api/pointcloud/pointcloud_api.py,sha256=PKfgh-ssK9W1wLXSEuFgC36DSMoZAzo1cY_bu-inV-8,53280
|
|
63
|
+
supervisely/api/pointcloud/pointcloud_episode_annotation_api.py,sha256=zmDWDkRzUSfHKX65qDVrc44kNyYjfvItSwYmsERJ_8g,7012
|
|
64
|
+
supervisely/api/pointcloud/pointcloud_episode_api.py,sha256=xg1zRKONV9ly0-B72V1dR6OMPFIw35bujazuEdrPGTQ,7922
|
|
65
65
|
supervisely/api/pointcloud/pointcloud_episode_object_api.py,sha256=k2_wV0EVPo9vxSTVe1qOvqVOMSVE6zGDSkfR6TRNsKs,691
|
|
66
66
|
supervisely/api/pointcloud/pointcloud_episode_tag_api.py,sha256=qqqNScrcLPV2FGBqjWlXHfOTfJLYQMqzscNIq9C0YUw,911
|
|
67
67
|
supervisely/api/pointcloud/pointcloud_figure_api.py,sha256=r1sk3g9IgYVHuNhxyZT1TLO1Go6HnDxku3MSVrnCKWE,8099
|
|
68
68
|
supervisely/api/pointcloud/pointcloud_object_api.py,sha256=bO1USWb9HAywG_CW4CDu1HLu6l58OqQFuD3ikS9F3bM,5130
|
|
69
69
|
supervisely/api/pointcloud/pointcloud_tag_api.py,sha256=iShtr052nOElxsyMyZEUT2vypEm6kP00gnP13ABX24A,4691
|
|
70
70
|
supervisely/api/video/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
-
supervisely/api/video/video_annotation_api.py,sha256=
|
|
72
|
-
supervisely/api/video/video_api.py,sha256=
|
|
71
|
+
supervisely/api/video/video_annotation_api.py,sha256=LAdZUC5qB6Q3ufDEUfWERYiglM3I_MYg9Yv1Nn6aKZ4,14137
|
|
72
|
+
supervisely/api/video/video_api.py,sha256=0IAmhidtlIr3N_tcOG_YrALQ_TBOAf2tsQei5_RrRuM,94503
|
|
73
73
|
supervisely/api/video/video_figure_api.py,sha256=quksohjhgrK2l2-PtbbNE99fOW6uWXX59-_4xfc-I-k,6244
|
|
74
74
|
supervisely/api/video/video_frame_api.py,sha256=4GwSI4xdCNYEUvTqzKc-Ewd44fw5zqkFoD24jrrN_aY,10214
|
|
75
75
|
supervisely/api/video/video_object_api.py,sha256=IC0NP8EoIT_d3xxDRgz2cA3ixSiuJ5ymy64eS-RfmDM,2227
|
|
76
76
|
supervisely/api/video/video_tag_api.py,sha256=wPe1HeJyg9kV1z2UJq6BEte5sKBoPJ2UGAHpGivis9c,14911
|
|
77
77
|
supervisely/api/volume/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
|
-
supervisely/api/volume/volume_annotation_api.py,sha256=
|
|
79
|
-
supervisely/api/volume/volume_api.py,sha256
|
|
78
|
+
supervisely/api/volume/volume_annotation_api.py,sha256=NOHpLeqHLCeRs1KlXWoG91vtIXdUVTO69wh1ws0VmOQ,22246
|
|
79
|
+
supervisely/api/volume/volume_api.py,sha256=rz_yaBbbTkVeAHmF449zPI8Va_YpDHfHYjXgjGAjMJg,55390
|
|
80
80
|
supervisely/api/volume/volume_figure_api.py,sha256=WwmcMw7o3Nvyv52tzmz64yF-WJI0qzAU-zL2JlD7_w0,26039
|
|
81
81
|
supervisely/api/volume/volume_object_api.py,sha256=F7pLV2MTlBlyN6fEKdxBSUatIMGWSuu8bWj3Hvcageo,2139
|
|
82
82
|
supervisely/api/volume/volume_tag_api.py,sha256=yNGgXz44QBSW2VGlNDOVLqLXnH8Q2fFrxDFb_girYXA,3639
|
|
@@ -90,15 +90,15 @@ supervisely/app/singleton.py,sha256=g8FI4vqt76tXF09tsb05N_N4ouTI0LJGZekrgVkulg0,
|
|
|
90
90
|
supervisely/app/widgets_context.py,sha256=JkAd4o87eqhkGJbai-Yq6YHULiPsbp1VwGOSBRxTOgY,313
|
|
91
91
|
supervisely/app/development/__init__.py,sha256=f2SpWBcCFPbSEBsJijH25eCAK8NcY2An5NU9vPgCBVo,135
|
|
92
92
|
supervisely/app/development/development.py,sha256=Ij3tn7HmkHr2RRoYxlpK9xkTGnpFjZwy2kArn6ZxVnA,12505
|
|
93
|
-
supervisely/app/development/sly-net.sh,sha256
|
|
93
|
+
supervisely/app/development/sly-net.sh,sha256=M-RWQ7kygrJm88WGsOW0tEccO0fDgj_xGLI8Ifm-Ie4,1111
|
|
94
94
|
supervisely/app/fastapi/__init__.py,sha256=kNhkaGuBKn9-GNnPOmikIHqhjL-j66xmZaBbjCmXfAo,460
|
|
95
95
|
supervisely/app/fastapi/custom_static_files.py,sha256=5todaVIvUG9sAt6vu1IujJn8N7zTmFhVUfeCVbuXbvc,3391
|
|
96
96
|
supervisely/app/fastapi/dialog_window.html,sha256=ffaAxjK0TQRa7RrY5oA4uE6RzFuS0VnRG1pfoIzTqVM,1183
|
|
97
|
-
supervisely/app/fastapi/index.html,sha256=
|
|
97
|
+
supervisely/app/fastapi/index.html,sha256=WIjB8WqjyJA3NNQn-kazW_ybtsWks5YPTy-FyLMGzN8,8196
|
|
98
98
|
supervisely/app/fastapi/no_html_main.html,sha256=NhQP7noyORBx72lFh1CQKgBRupkWjiq6Gaw-9Hkvg7c,37
|
|
99
99
|
supervisely/app/fastapi/offline.py,sha256=CwMMkJ1frD6wiZS-SEoNDtQ1UJcJe1Ob6ohE3r4CQL8,7414
|
|
100
100
|
supervisely/app/fastapi/request.py,sha256=NU7rKmxJ1pfkDZ7_yHckRcRAueJRQIqCor11UO2OHr8,766
|
|
101
|
-
supervisely/app/fastapi/subapp.py,sha256=
|
|
101
|
+
supervisely/app/fastapi/subapp.py,sha256=B4lU0B1nlhijiyMpwdsX_xrf7oITRL3_sv4XADo0kEc,45782
|
|
102
102
|
supervisely/app/fastapi/templating.py,sha256=pcghBW2OWVrNtplZuYa-mx04ektLiSvnBg-mhmyCoJc,2929
|
|
103
103
|
supervisely/app/fastapi/utils.py,sha256=t_UquzlFrdkKtAJmH6eJ279pE8Aa3BaIu4XjX-SEaIE,946
|
|
104
104
|
supervisely/app/fastapi/websocket.py,sha256=TlRSPOAhRItTv1HGvdukK1ZvhRjMUxRa-lJlsRR9rJw,1308
|
|
@@ -549,9 +549,9 @@ supervisely/app/widgets/video_thumbnail/__init__.py,sha256=47DEQpj8HBSa-_TImW-5J
|
|
|
549
549
|
supervisely/app/widgets/video_thumbnail/template.html,sha256=p1oLViHv8GVP59g0lcbX3SWn_rqejUEGDH7jlJlUGLI,437
|
|
550
550
|
supervisely/app/widgets/video_thumbnail/video_thumbnail.py,sha256=pnJrYcFeBolKkffFb_9QEj425oUIAv4KYhD4-Ujmay0,1850
|
|
551
551
|
supervisely/aug/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
552
|
-
supervisely/aug/aug.py,sha256=
|
|
552
|
+
supervisely/aug/aug.py,sha256=clYgWXE2KQ0LGbhZqKv4vlm5fgcO1BRGBpqumzY3f5w,25533
|
|
553
553
|
supervisely/aug/imgaug_utils.py,sha256=Lnk-qtJFxCcVJa6rY4WtSpj7Am6AzvPAB3zoBUYL5Tk,16186
|
|
554
|
-
supervisely/cli/__init__.py,sha256=
|
|
554
|
+
supervisely/cli/__init__.py,sha256=x-Cg_By8k-0AIQSKP-9RNPd3PSotH5GrIdgGcxuJsas,1334
|
|
555
555
|
supervisely/cli/cli.py,sha256=H3RlSi60wXcaz5sUR6-VoLcmTTw4u-Y8ZU7yW3rng3Y,7741
|
|
556
556
|
supervisely/cli/project/__init__.py,sha256=BMWhReuGxLR7h5z5aFcMkyrJeGniNIK47qQmw8LljAY,198
|
|
557
557
|
supervisely/cli/project/project_download.py,sha256=dEznxE_MhLTYbU9KBbdmw-Ria1Knhk_Q5IUNDwyRwJo,1138
|
|
@@ -682,34 +682,34 @@ supervisely/delme_fastapi_helpers/__init__.py,sha256=k5IkHj5IQ8BZ-sVy0rydgxJO75R
|
|
|
682
682
|
supervisely/export/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
683
683
|
supervisely/export/pascal_voc.py,sha256=McFae1V6374_SV-mhd17AeZMkrE9JQjOTTyYGNcxD8Q,3104
|
|
684
684
|
supervisely/geometry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
685
|
-
supervisely/geometry/alpha_mask.py,sha256=
|
|
685
|
+
supervisely/geometry/alpha_mask.py,sha256=hVSm5iRmSLBNqdAt3EqdsS9K_oO3I4Ja7uNo4ddp6tM,11857
|
|
686
686
|
supervisely/geometry/any_geometry.py,sha256=BOZBsuMYgtkA7cOKp-URjzV9zQkpHuvfp2QP6ZI9n-c,486
|
|
687
|
-
supervisely/geometry/bitmap.py,sha256
|
|
688
|
-
supervisely/geometry/bitmap_base.py,sha256=
|
|
687
|
+
supervisely/geometry/bitmap.py,sha256=-tyIXCfgvNn3c7jHs18aq693JR5xdvhfNf6Vmf4952g,21869
|
|
688
|
+
supervisely/geometry/bitmap_base.py,sha256=lNamVL3gZ355oYlIEPc0yC84k1bxuCbUVI0ouaZ_Q4k,13814
|
|
689
689
|
supervisely/geometry/closed_surface_mesh.py,sha256=3ZplCm3Q2bhPcxNmtv2U1UfdezRkC3_BxjwH4yl7wrs,1558
|
|
690
690
|
supervisely/geometry/constants.py,sha256=TPYWGcr2GsbgEtKiZj1L_6wpmbaWU9Qjtlwjg136iVg,788
|
|
691
691
|
supervisely/geometry/conversions.py,sha256=ZY6xWYFWaDA5KDJkcIBBP8LAmMfZwxMeVFfYUYEM6fw,1170
|
|
692
|
-
supervisely/geometry/cuboid.py,sha256=
|
|
693
|
-
supervisely/geometry/cuboid_2d.py,sha256
|
|
692
|
+
supervisely/geometry/cuboid.py,sha256=GVHeUrVgfjUjE3PorV_vtge6_thDvvUYI5-9_HZjfWs,21077
|
|
693
|
+
supervisely/geometry/cuboid_2d.py,sha256=enQ-7ZVix5SqC7ZEwxgC0Kvmz9J_wXL7NH3m02snNvc,13444
|
|
694
694
|
supervisely/geometry/cuboid_3d.py,sha256=x472ZPHTZDIY5Dj8tKbLQG3BCukFPgSvPJlxfHdKi1w,4168
|
|
695
695
|
supervisely/geometry/geometry.py,sha256=dbXnct8hrr7Wour6yCrtAef22KSJ2uYRm1F5GE10_MM,15287
|
|
696
|
-
supervisely/geometry/graph.py,sha256=
|
|
696
|
+
supervisely/geometry/graph.py,sha256=kSShcGU4kZgwAbvTrqGzC55qha0nI7M5luiMZSbNx_4,24486
|
|
697
697
|
supervisely/geometry/helpers.py,sha256=2gdYMFWTAr836gVXcp-lkDQs9tdaV0ou33kj3mzJBQA,5132
|
|
698
698
|
supervisely/geometry/image_rotator.py,sha256=wrU8cXEUfuNcmPms2myUV4BpZqz_2oDArsEUFeiTpxs,6888
|
|
699
699
|
supervisely/geometry/main_tests.py,sha256=K3Olsz9igHDW2IfIA5JOpjoE8bZ3ex2PXvVR2ZCDrHU,27199
|
|
700
|
-
supervisely/geometry/mask_3d.py,sha256=
|
|
700
|
+
supervisely/geometry/mask_3d.py,sha256=MNvAIALV4vmM3VT4oOJR39mhO0rjBd7QHy1nZK8PbiE,20508
|
|
701
701
|
supervisely/geometry/multichannel_bitmap.py,sha256=dL0igkOCVZiIZ9LDU7srFLA50XGo4doE-B5_E1uboXM,4968
|
|
702
|
-
supervisely/geometry/point.py,sha256=
|
|
702
|
+
supervisely/geometry/point.py,sha256=7ed_Ipd-Ab8ZeqJF5ft0kP9pKVb2iWXCxPuRhMuweMc,13228
|
|
703
703
|
supervisely/geometry/point_3d.py,sha256=0ico0aV4fuKNBVrysDjUy1Cx1S9CEzBlEVE3AsbVd0E,1669
|
|
704
|
-
supervisely/geometry/point_location.py,sha256=
|
|
704
|
+
supervisely/geometry/point_location.py,sha256=ufGPj5BShL3QbE1eAMlnKpSSnb1S23GfskGmS0cU7u0,12109
|
|
705
705
|
supervisely/geometry/pointcloud.py,sha256=cc4P_UNLGx5dWah3caRJytW7_mAi8UnYsJOa20mUy8s,1472
|
|
706
|
-
supervisely/geometry/polygon.py,sha256=
|
|
707
|
-
supervisely/geometry/polyline.py,sha256=
|
|
708
|
-
supervisely/geometry/rectangle.py,sha256=
|
|
706
|
+
supervisely/geometry/polygon.py,sha256=lqXS8xkBay8UhkVsB7eG_gRhwP1lBqyPaEri85ZMK8c,11597
|
|
707
|
+
supervisely/geometry/polyline.py,sha256=r6KKJhJT8Au9Ds94Oa7saKdz2IPaEtR4SuVJBc4-uiA,8191
|
|
708
|
+
supervisely/geometry/rectangle.py,sha256=hWYNcVLzFTFf0WiDNhNFi9ktrgLPYxcow3QKltaQOiI,33875
|
|
709
709
|
supervisely/geometry/sliding_windows.py,sha256=VWtE3DS9AaIlS0ch0PY6wwtWU89J82icDRZ-F0LFrjM,1700
|
|
710
710
|
supervisely/geometry/sliding_windows_fuzzy.py,sha256=InvJlH6MEW55DM1IdoMHP2MLFLieTDZfHrZZEINLQOc,3626
|
|
711
711
|
supervisely/geometry/validation.py,sha256=G5vjtiXTCaTQvWegPIBiNw8pN_GiY86OUSRSsccdyLU,2139
|
|
712
|
-
supervisely/geometry/vector_geometry.py,sha256=
|
|
712
|
+
supervisely/geometry/vector_geometry.py,sha256=mDs632Zn0PvKsA7_Cw6oY6sULQCptf22bIf5fp0acmc,14833
|
|
713
713
|
supervisely/imaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
714
714
|
supervisely/imaging/_video.py,sha256=JgpHGbDTAqm_y67SDULk8tA7dN4Wq1j5gq7Koi7hw5Q,1344
|
|
715
715
|
supervisely/imaging/color.py,sha256=4SW3oIb5gnAQUEdJ-AgefatfXlYKHBG9Vy5hxA9eBEI,6991
|
|
@@ -718,7 +718,7 @@ supervisely/imaging/font.py,sha256=0XcmWhlw7y2PAhrWgcsfInyRWj0WnlFpMSEXXilR8UA,2
|
|
|
718
718
|
supervisely/imaging/image.py,sha256=1KNc4qRbP9OlI4Yta07Kc2ohAgSBJ_9alF9Jag74w30,41873
|
|
719
719
|
supervisely/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
720
720
|
supervisely/io/docker_utils.py,sha256=hb_HXGM8IYB0PF-nD7NxMwaHgzaxIFxofsUzQ_RCUZI,7935
|
|
721
|
-
supervisely/io/env.py,sha256=
|
|
721
|
+
supervisely/io/env.py,sha256=BhunJIgJ981qxdZAAbO4MxKEUI_AChkcO4X8w-_xb2s,18261
|
|
722
722
|
supervisely/io/exception_handlers.py,sha256=_nAgMFeE94bCxEvWakR82hMtdOJUyn7Gc7OymMxI9WI,36484
|
|
723
723
|
supervisely/io/fs.py,sha256=GSgD6dMYd-NECTYlN7BB1jWlxQXWkHGCN5ZtqUpWcpo,63547
|
|
724
724
|
supervisely/io/fs_cache.py,sha256=985gvBGzveLcDudgz10E4EWVjP9jxdU1Pa0GFfCBoCA,6520
|
|
@@ -728,7 +728,7 @@ supervisely/io/multipart_stream_decoder.py,sha256=rCheeSCAGdw2tNyaWEYa4dvoIDuldX
|
|
|
728
728
|
supervisely/io/network_exceptions.py,sha256=XnSmxLRyJmHtGyU7Wn5sZcidRjP3fU8ovRhNkVekU9Q,9153
|
|
729
729
|
supervisely/labeling_jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
730
730
|
supervisely/labeling_jobs/constants.py,sha256=GF_pwF9fC9_DGbpD3cAk3llifskAxpDmyuXwxM1f3Hw,104
|
|
731
|
-
supervisely/labeling_jobs/utils.py,sha256=
|
|
731
|
+
supervisely/labeling_jobs/utils.py,sha256=KMI6ODhfnG2YVKzTyiU28-U-7zTR7esUeY55L0Vgd0I,22671
|
|
732
732
|
supervisely/metric/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
733
733
|
supervisely/metric/classification_metrics.py,sha256=hYeiezdlon3NqJqq_hdp2W6v21en4KCQSKDRhrRoxNM,5005
|
|
734
734
|
supervisely/metric/common.py,sha256=ehI0eSsHCidgODxsNZJsnpahsN4t8wel_rZG9UoFCnA,2526
|
|
@@ -965,7 +965,7 @@ supervisely/nn/legacy/training/eval_planner.py,sha256=zN9b0_CX7sWGdC8e6riTvD-NOU
|
|
|
965
965
|
supervisely/nn/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
966
966
|
supervisely/nn/model/model_api.py,sha256=rIne6ymvL2aVwzSTJMGxAbevE0U-f-WKhDciqaneqRc,9666
|
|
967
967
|
supervisely/nn/model/prediction.py,sha256=N3oO9s3NDiC5CFvW8utfU8rz3bfpCl37Sk4VEBH94Bc,11307
|
|
968
|
-
supervisely/nn/model/prediction_session.py,sha256=
|
|
968
|
+
supervisely/nn/model/prediction_session.py,sha256=sy0FSQaWSmT8i0RkR4J8oIn3Ek4IDVJNBR1Tg4mulkM,25523
|
|
969
969
|
supervisely/nn/tracker/__init__.py,sha256=LiojByb5kGsTQ49lWuboEh7B4JUwM1vfz81J8kJlLYo,337
|
|
970
970
|
supervisely/nn/tracker/tracker.py,sha256=Hs0c07l9IVF86jvjloNAGJsSZAHuNQZf0kVaUHfw3Fs,9694
|
|
971
971
|
supervisely/nn/tracker/bot_sort/__init__.py,sha256=zEs5eT8NQMrM5dtSn7kbI2aWpgS2rvO7aNmrAB8v0VU,632
|
|
@@ -1012,37 +1012,37 @@ supervisely/nn/training/loggers/base_train_logger.py,sha256=Gf_TKwSfQdSVG6P3wAeW
|
|
|
1012
1012
|
supervisely/nn/training/loggers/tensorboard_logger.py,sha256=s6dNFHIaucRTRMEdDM8mHT7v8bUdl13oDK78kPeCW8U,1116
|
|
1013
1013
|
supervisely/output/__init__.py,sha256=OY-ZkdTkpg3qMkZa763Uk7UrRF1Q-p55qIBPo-tNPho,4585
|
|
1014
1014
|
supervisely/pointcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1015
|
-
supervisely/pointcloud/pointcloud.py,sha256=
|
|
1015
|
+
supervisely/pointcloud/pointcloud.py,sha256=a6xxcMi8FQkxI8bLxtPzmfcCjOh2vGD1jarEjsHG5cM,11042
|
|
1016
1016
|
supervisely/pointcloud_annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1017
1017
|
supervisely/pointcloud_annotation/constants.py,sha256=5I_3V4WwAOdxPM9QOyVHv_o561-gjV5d_s5IM1RxWrM,360
|
|
1018
|
-
supervisely/pointcloud_annotation/pointcloud_annotation.py,sha256=
|
|
1019
|
-
supervisely/pointcloud_annotation/pointcloud_episode_annotation.py,sha256=
|
|
1020
|
-
supervisely/pointcloud_annotation/pointcloud_episode_frame.py,sha256=
|
|
1021
|
-
supervisely/pointcloud_annotation/pointcloud_episode_frame_collection.py,sha256=
|
|
1018
|
+
supervisely/pointcloud_annotation/pointcloud_annotation.py,sha256=Zbp9KHEuMTrJ8IuMjFpwkbMteGveTH8ThD_BX2jUiI8,15908
|
|
1019
|
+
supervisely/pointcloud_annotation/pointcloud_episode_annotation.py,sha256=ndWGZ0vbL_RanRdiIWb44XR5w-UDlD8EAF03QF3X6MM,33622
|
|
1020
|
+
supervisely/pointcloud_annotation/pointcloud_episode_frame.py,sha256=XI1tZVs7vPNZVnlaX_nT8vB1kpGFukU0Cj9hociTAEw,4968
|
|
1021
|
+
supervisely/pointcloud_annotation/pointcloud_episode_frame_collection.py,sha256=_nyvoN8dQ9mMdNKlPqGAiXnoWJl7TlmcODZNI-Cx29M,16113
|
|
1022
1022
|
supervisely/pointcloud_annotation/pointcloud_episode_object.py,sha256=kkjLwxm6clLTFMmXXyM8n-k58Jyzmf3buJsEWyRK2Pg,2221
|
|
1023
|
-
supervisely/pointcloud_annotation/pointcloud_episode_object_collection.py,sha256=
|
|
1024
|
-
supervisely/pointcloud_annotation/pointcloud_episode_tag.py,sha256=
|
|
1025
|
-
supervisely/pointcloud_annotation/pointcloud_episode_tag_collection.py,sha256=
|
|
1026
|
-
supervisely/pointcloud_annotation/pointcloud_figure.py,sha256
|
|
1023
|
+
supervisely/pointcloud_annotation/pointcloud_episode_object_collection.py,sha256=emP5RuejfwuUhyA5MmgGPXMinowNBkFREHe7qEKUdfE,2707
|
|
1024
|
+
supervisely/pointcloud_annotation/pointcloud_episode_tag.py,sha256=wen4fDZnPgNCCi6jFbblvpWMiMpOORUYgzgDRDaNclI,9000
|
|
1025
|
+
supervisely/pointcloud_annotation/pointcloud_episode_tag_collection.py,sha256=B4b9Ob26kAdpLWzBlHSeZNn7OPw8E7nHdHpnFrEbF-E,10358
|
|
1026
|
+
supervisely/pointcloud_annotation/pointcloud_figure.py,sha256=URhVTChvF2WCLTYhT2UFzYE1pU5JWr_TGz-TAsfW3u0,11194
|
|
1027
1027
|
supervisely/pointcloud_annotation/pointcloud_object.py,sha256=7SB_t-kLxY_dwxbVbjfGqB-n_vLKhkhGJV9Epgq-fa4,5652
|
|
1028
|
-
supervisely/pointcloud_annotation/pointcloud_object_collection.py,sha256=
|
|
1029
|
-
supervisely/pointcloud_annotation/pointcloud_tag.py,sha256=
|
|
1030
|
-
supervisely/pointcloud_annotation/pointcloud_tag_collection.py,sha256=
|
|
1028
|
+
supervisely/pointcloud_annotation/pointcloud_object_collection.py,sha256=Q2hFkwZbnL-h-0kNMPnnukIh1WcHXY5a5MoKdAI2w20,2547
|
|
1029
|
+
supervisely/pointcloud_annotation/pointcloud_tag.py,sha256=e1futwjbrYYY26huUv_xx7B94KI2pmvaqORLl-lHeeE,14179
|
|
1030
|
+
supervisely/pointcloud_annotation/pointcloud_tag_collection.py,sha256=ICZPx-6Iwkg8zN38x3tRdL0sQb9uXB-LS4mJEB6gU4A,10832
|
|
1031
1031
|
supervisely/pointcloud_episodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1032
|
-
supervisely/pointcloud_episodes/pointcloud_episodes.py,sha256=
|
|
1032
|
+
supervisely/pointcloud_episodes/pointcloud_episodes.py,sha256=trjCTqJEfHMnsk_HmYOTA0wr572be3tbHnk3QFCd0BE,3433
|
|
1033
1033
|
supervisely/project/__init__.py,sha256=hlzdj9Pgy53Q3qdP8LMtGTChvZHQuuShdtui2eRUQeE,2601
|
|
1034
1034
|
supervisely/project/data_version.py,sha256=P5Lui6i64pYeJWmAdGJDv8GRXxjfpSSZ8zT_MxIrynE,19553
|
|
1035
|
-
supervisely/project/download.py,sha256=
|
|
1036
|
-
supervisely/project/pointcloud_episode_project.py,sha256=
|
|
1037
|
-
supervisely/project/pointcloud_project.py,sha256=
|
|
1038
|
-
supervisely/project/project.py,sha256=
|
|
1039
|
-
supervisely/project/project_meta.py,sha256=
|
|
1035
|
+
supervisely/project/download.py,sha256=yCFpRum_q8fbY_z2mcRAhYAcYFcDc215ldioO3Gzg3Q,28680
|
|
1036
|
+
supervisely/project/pointcloud_episode_project.py,sha256=sgXIh8ctQVtLfjnRHOZf6ySMUfRi4nqT9xlkGYgAy9o,41868
|
|
1037
|
+
supervisely/project/pointcloud_project.py,sha256=hb_kdTyGIK4uqTYOAUoi6OONd580AJuSku2pMDjaJXE,49402
|
|
1038
|
+
supervisely/project/project.py,sha256=nJqyU7vTEIwaVQBmCia93BhaC_e9TuBxDMkTkMXOo54,237999
|
|
1039
|
+
supervisely/project/project_meta.py,sha256=UTQPstRmRJvbtCcQ1noCtzcw3Sd4llwRMHes-Sz-JQg,51429
|
|
1040
1040
|
supervisely/project/project_settings.py,sha256=NLThzU_DCynOK6hkHhVdFyezwprn9UqlnrLDe_3qhkY,9347
|
|
1041
1041
|
supervisely/project/project_type.py,sha256=7mQ7zg6r7Bm2oFn5aR8n_PeLqMmOaPZd6ph7Z8ZISTw,608
|
|
1042
|
-
supervisely/project/readme_template.md,sha256=
|
|
1043
|
-
supervisely/project/upload.py,sha256=
|
|
1044
|
-
supervisely/project/video_project.py,sha256=
|
|
1045
|
-
supervisely/project/volume_project.py,sha256=
|
|
1042
|
+
supervisely/project/readme_template.md,sha256=SFAfNF_uxSBJJ45A8qZ0MRuHnwSE4Gu_Z7UJqPMgRzg,9254
|
|
1043
|
+
supervisely/project/upload.py,sha256=ys95MXFh-rtq-EAsNsiRi3wgbFUCEsY2un3_bd5hJkE,3753
|
|
1044
|
+
supervisely/project/video_project.py,sha256=DxQbUaxMlO3x5z8f8EQZ-ys7ndbq7zdm4Gu9T5xXKeU,65800
|
|
1045
|
+
supervisely/project/volume_project.py,sha256=LJF9cdgsI4b1hR_x3A3PfhEuPLNFnoN73a_yMvZPKKQ,22669
|
|
1046
1046
|
supervisely/pyscripts_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1047
1047
|
supervisely/pyscripts_utils/utils.py,sha256=scEwHJvHRQa8NHIOn2eTwH6-Zc8CGdLoxM-WzH9jcRo,314
|
|
1048
1048
|
supervisely/report/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1051,7 +1051,7 @@ supervisely/script/__init__.py,sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxG
|
|
|
1051
1051
|
supervisely/script/utils.py,sha256=9ZP0yelTIJgjmzrKjpm2JRED0ll-pGEwKIV4b87RCww,54
|
|
1052
1052
|
supervisely/task/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1053
1053
|
supervisely/task/paths.py,sha256=Zk9zPhuJuq2eZnb8rLt1ED6sbwX6ikHYRSZQvDP0OBg,1197
|
|
1054
|
-
supervisely/task/progress.py,sha256=
|
|
1054
|
+
supervisely/task/progress.py,sha256=TH8au8yc1PkCw-YF40sjOmXZhlEWMkk4FrPKJO_W8O4,28030
|
|
1055
1055
|
supervisely/task/task_logger.py,sha256=_uDfqEtiwetga6aDAqcTKCKqHjZJSuUXTsHSQFNxAvI,3531
|
|
1056
1056
|
supervisely/team_files/__init__.py,sha256=mtz0Z7eFvsykOcEnSVZ-5bNHsq0_YsNBjZK3qngO-DY,149
|
|
1057
1057
|
supervisely/team_files/team_files_path.py,sha256=dSqz-bycImQYwAs62TD1zCD1NQdysqCQIBhEVh9EDjw,177
|
|
@@ -1062,15 +1062,15 @@ supervisely/video/import_utils.py,sha256=b1Nl0gscNsV0iB9nWPeqt8GrkhOeuTZsN1p-d3g
|
|
|
1062
1062
|
supervisely/video/video.py,sha256=QGV1R3qNOJ0zgsfItqv-e7mbEnWqFpE3rcJwt7izC28,20206
|
|
1063
1063
|
supervisely/video_annotation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1064
1064
|
supervisely/video_annotation/constants.py,sha256=_gW9iMhVk1w_dUaFiaiyXn66mt13S6bkxC64xpjP-CU,529
|
|
1065
|
-
supervisely/video_annotation/frame.py,sha256=
|
|
1066
|
-
supervisely/video_annotation/frame_collection.py,sha256=
|
|
1065
|
+
supervisely/video_annotation/frame.py,sha256=np21FqavJ3xW9VbLbohifDwZQtF5dWIsNSGVSjn-NnY,10574
|
|
1066
|
+
supervisely/video_annotation/frame_collection.py,sha256=YYA8NMywLwpzeqVZuifhwlW5gAeQr9NLOANMT4jWpyg,15037
|
|
1067
1067
|
supervisely/video_annotation/key_id_map.py,sha256=KayYOhTtAe3ITq1-NQ82T6YIiBjmu4aJm8t4UxdvI8U,37712
|
|
1068
|
-
supervisely/video_annotation/video_annotation.py,sha256=
|
|
1069
|
-
supervisely/video_annotation/video_figure.py,sha256=
|
|
1070
|
-
supervisely/video_annotation/video_object.py,sha256=
|
|
1071
|
-
supervisely/video_annotation/video_object_collection.py,sha256=
|
|
1072
|
-
supervisely/video_annotation/video_tag.py,sha256=
|
|
1073
|
-
supervisely/video_annotation/video_tag_collection.py,sha256=
|
|
1068
|
+
supervisely/video_annotation/video_annotation.py,sha256=WsZws8ls6Og3eXQJlEp9PT5DOceMnhajr82KL-8rd6c,28901
|
|
1069
|
+
supervisely/video_annotation/video_figure.py,sha256=p8g0B9e8QzTOGuXpCqdMMWhmRmOPo1hmpcTibmVDgGk,23830
|
|
1070
|
+
supervisely/video_annotation/video_object.py,sha256=LnJg-tvvjfU_m-GfRp71PUziOXJVBEfoTro2P9EhjIs,16759
|
|
1071
|
+
supervisely/video_annotation/video_object_collection.py,sha256=vY-n7yJ5Fn6-1OiXpS65uY4_VD_VRMQL7isgSbtugFw,9108
|
|
1072
|
+
supervisely/video_annotation/video_tag.py,sha256=cF6EoZ7lxcVacnvtVpSW7A7nbkCp8AYkRjtMCD_wqo8,18312
|
|
1073
|
+
supervisely/video_annotation/video_tag_collection.py,sha256=CijC6DqepwraFOIsEWjEWcix7uyTWnXZLp8xGiWGx_Q,13489
|
|
1074
1074
|
supervisely/volume/__init__.py,sha256=EBZBY_5mzabXzMUQh5akusIGd16XnX9n8J0jIi_JmWw,446
|
|
1075
1075
|
supervisely/volume/nrrd_encoder.py,sha256=1lqwwyqxEvctw1ysQ70x4xPSV1uy1g5YcH5CURwL7-c,4084
|
|
1076
1076
|
supervisely/volume/nrrd_loader.py,sha256=_yqahKcqSRxunHZ5LtnUWIRA7UvIhPKOhAUwYijSGY4,9065
|
|
@@ -1081,10 +1081,10 @@ supervisely/volume_annotation/constants.py,sha256=BdFIh56fy7vzLIjt0gH8xP01EIU-qg
|
|
|
1081
1081
|
supervisely/volume_annotation/plane.py,sha256=wyezAcc8tLp38O44CwWY0wjdQxf3VjRdFLWooCrk-Nw,16301
|
|
1082
1082
|
supervisely/volume_annotation/slice.py,sha256=9m3jtUYz4PYKV3rgbeh2ofDebkyg4TomNbkC6BwZ0lA,4635
|
|
1083
1083
|
supervisely/volume_annotation/volume_annotation.py,sha256=pGu6n8_5JkFpir4HTVRf302gGD2EqJ96Gh4M0_236Qg,32047
|
|
1084
|
-
supervisely/volume_annotation/volume_figure.py,sha256=
|
|
1084
|
+
supervisely/volume_annotation/volume_figure.py,sha256=TbwqWml7zELQJkrYxTrlblr8SYsmTjYVz-E-3Zd4oxo,25337
|
|
1085
1085
|
supervisely/volume_annotation/volume_object.py,sha256=rWzOnycoSJ4-CvFgDOP_rPortU4CdcYR26txe5wJHNo,3577
|
|
1086
1086
|
supervisely/volume_annotation/volume_object_collection.py,sha256=Tc4AovntgoFj5hpTLBv7pCQ3eL0BjorOVpOh2nAE_tA,5706
|
|
1087
|
-
supervisely/volume_annotation/volume_tag.py,sha256=
|
|
1087
|
+
supervisely/volume_annotation/volume_tag.py,sha256=MEk1ky7X8zWe2JgV-j8jXt14e8yu2g1kScU26n9lOMk,9494
|
|
1088
1088
|
supervisely/volume_annotation/volume_tag_collection.py,sha256=b19ALxQc6qNRwlkbGijQIAL0q79ulh7IPZDsOivvO78,5827
|
|
1089
1089
|
supervisely/worker_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1090
1090
|
supervisely/worker_api/agent_api.py,sha256=wqL2efhlrUHJqE649vvjfLTz-9DxoPHKslMNnjylqnQ,9433
|
|
@@ -1097,9 +1097,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
1097
1097
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
1098
1098
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
1099
1099
|
supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
|
|
1100
|
-
supervisely-6.73.
|
|
1101
|
-
supervisely-6.73.
|
|
1102
|
-
supervisely-6.73.
|
|
1103
|
-
supervisely-6.73.
|
|
1104
|
-
supervisely-6.73.
|
|
1105
|
-
supervisely-6.73.
|
|
1100
|
+
supervisely-6.73.368.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
1101
|
+
supervisely-6.73.368.dist-info/METADATA,sha256=xfFo1v5HarzQuLuIy2_abk6oYG3SHJcRjiw9wC9qEB4,35154
|
|
1102
|
+
supervisely-6.73.368.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
1103
|
+
supervisely-6.73.368.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
1104
|
+
supervisely-6.73.368.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
1105
|
+
supervisely-6.73.368.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|