supervisely 6.73.374__py3-none-any.whl → 6.73.375__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/app/widgets/__init__.py +1 -0
- supervisely/app/widgets/select_collection/__init__.py +0 -0
- supervisely/app/widgets/select_collection/select_collection.py +693 -0
- supervisely/app/widgets/select_collection/template.html +3 -0
- supervisely/app/widgets/train_val_splits/train_val_splits.py +111 -13
- supervisely/nn/training/gui/gui.py +28 -1
- supervisely/nn/training/gui/train_val_splits_selector.py +133 -30
- supervisely/nn/training/train_app.py +34 -2
- supervisely/project/pointcloud_episode_project.py +16 -0
- supervisely/project/pointcloud_project.py +16 -0
- supervisely/project/project.py +57 -0
- supervisely/project/video_project.py +16 -0
- supervisely/project/volume_project.py +16 -0
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/METADATA +1 -1
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/RECORD +19 -16
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/LICENSE +0 -0
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/WHEEL +0 -0
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.374.dist-info → supervisely-6.73.375.dist-info}/top_level.txt +0 -0
|
@@ -1036,6 +1036,22 @@ class VideoProject(Project):
|
|
|
1036
1036
|
raise NotImplementedError(
|
|
1037
1037
|
f"Static method 'get_train_val_splits_by_tag()' is not supported for VideoProject class now."
|
|
1038
1038
|
)
|
|
1039
|
+
|
|
1040
|
+
@staticmethod
|
|
1041
|
+
def get_train_val_splits_by_collections(
|
|
1042
|
+
project_dir: str,
|
|
1043
|
+
train_collections: List[int],
|
|
1044
|
+
val_collections: List[int],
|
|
1045
|
+
project_id: int,
|
|
1046
|
+
api: Api,
|
|
1047
|
+
) -> None:
|
|
1048
|
+
"""
|
|
1049
|
+
Not available for VideoProject class.
|
|
1050
|
+
:raises: :class:`NotImplementedError` in all cases.
|
|
1051
|
+
"""
|
|
1052
|
+
raise NotImplementedError(
|
|
1053
|
+
f"Static method 'get_train_val_splits_by_collections()' is not supported for VideoProject class now."
|
|
1054
|
+
)
|
|
1039
1055
|
|
|
1040
1056
|
@classmethod
|
|
1041
1057
|
def read_single(cls, dir):
|
|
@@ -300,6 +300,22 @@ class VolumeProject(VideoProject):
|
|
|
300
300
|
f"Static method 'get_train_val_splits_by_tag()' is not supported for VolumeProject class now."
|
|
301
301
|
)
|
|
302
302
|
|
|
303
|
+
@staticmethod
|
|
304
|
+
def get_train_val_splits_by_collections(
|
|
305
|
+
project_dir: str,
|
|
306
|
+
train_collections: List[int],
|
|
307
|
+
val_collections: List[int],
|
|
308
|
+
project_id: int,
|
|
309
|
+
api: Api,
|
|
310
|
+
) -> None:
|
|
311
|
+
"""
|
|
312
|
+
Not available for VolumeProject class.
|
|
313
|
+
:raises: :class:`NotImplementedError` in all cases.
|
|
314
|
+
"""
|
|
315
|
+
raise NotImplementedError(
|
|
316
|
+
f"Static method 'get_train_val_splits_by_collections()' is not supported for VolumeProject class now."
|
|
317
|
+
)
|
|
318
|
+
|
|
303
319
|
@staticmethod
|
|
304
320
|
async def download_async(*args, **kwargs):
|
|
305
321
|
raise NotImplementedError(
|
|
@@ -115,7 +115,7 @@ supervisely/app/v1/widgets/grid_gallery.py,sha256=hEMC0MNfZ4xG2N118Mou_hptLhrikg
|
|
|
115
115
|
supervisely/app/v1/widgets/predictions_dynamics_gallery.py,sha256=l6Ee8-c14yeSnlu4qFsLbmZ5Su63zacO3wmdtH86TMM,8079
|
|
116
116
|
supervisely/app/v1/widgets/progress_bar.py,sha256=8gvQbAUHXPU8_JgC0JZkEBSRCccvg2l4Gtg8DeBCgC8,3184
|
|
117
117
|
supervisely/app/v1/widgets/single_image_gallery.py,sha256=fyuC4jfCHC5rNL1JrHJCE8NaneH0nv0k-0iVkOnY0Wc,2958
|
|
118
|
-
supervisely/app/widgets/__init__.py,sha256=
|
|
118
|
+
supervisely/app/widgets/__init__.py,sha256=nk4rXFHrtPWw6VsqFG92sC_xkFYSQ3aCwYt885IN210,10270
|
|
119
119
|
supervisely/app/widgets/select_sly_utils.py,sha256=gBenYkJyCl3Fa4u2GI6BKXul-AqnzvGK32Y6hxXKccA,288
|
|
120
120
|
supervisely/app/widgets/widget.py,sha256=e9tyZj7XhqDWiN5Wwk2xScXOmf__vRCoHflpGtv1RS0,9820
|
|
121
121
|
supervisely/app/widgets/agent_selector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -438,6 +438,9 @@ supervisely/app/widgets/select/template.html,sha256=s5ZpmWkYf3JOVyBEgWPAIMbQzTK6
|
|
|
438
438
|
supervisely/app/widgets/select_app_session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
439
|
supervisely/app/widgets/select_app_session/select_app_session.py,sha256=yRuYiYakd7kqG3cX3MeKYWxxhMWGFeiyJUBW7KoDmpQ,2159
|
|
440
440
|
supervisely/app/widgets/select_app_session/template.html,sha256=PGr5YL7Ts3ALO9ZQkuYNnRhP7eyYq54sf7Y9EhDbuvE,959
|
|
441
|
+
supervisely/app/widgets/select_collection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
|
+
supervisely/app/widgets/select_collection/select_collection.py,sha256=8ZhOgAUl_uAEoA9zzo-QV9LMmHyjNcJlMfvJLNdvuls,27249
|
|
443
|
+
supervisely/app/widgets/select_collection/template.html,sha256=_uvKCMP0nkpSl3FiTUxqy10JZw3q8-9hXCv22W3BDF0,38
|
|
441
444
|
supervisely/app/widgets/select_cuda/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
445
|
supervisely/app/widgets/select_cuda/select_cuda.py,sha256=TVZrLUtOskEf6VMVim_cbJIikBPTT-PNSTvKlzVnBw4,6119
|
|
443
446
|
supervisely/app/widgets/select_cuda/template.html,sha256=_uvKCMP0nkpSl3FiTUxqy10JZw3q8-9hXCv22W3BDF0,38
|
|
@@ -529,7 +532,7 @@ supervisely/app/widgets/tooltip/template.html,sha256=URvTvAnHKWYIA35kI0n9mCII-Pz
|
|
|
529
532
|
supervisely/app/widgets/tooltip/tooltip.py,sha256=xr88KshNwelVRHydfJ5GjF_7xfA3HruJvoTV74QeEZo,4818
|
|
530
533
|
supervisely/app/widgets/train_val_splits/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
531
534
|
supervisely/app/widgets/train_val_splits/template.html,sha256=_uvKCMP0nkpSl3FiTUxqy10JZw3q8-9hXCv22W3BDF0,38
|
|
532
|
-
supervisely/app/widgets/train_val_splits/train_val_splits.py,sha256=
|
|
535
|
+
supervisely/app/widgets/train_val_splits/train_val_splits.py,sha256=KN7sW_IWs8UJO8JeLS_bS6L7NU1Qrqc7_fLBa6cettg,20493
|
|
533
536
|
supervisely/app/widgets/transfer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
534
537
|
supervisely/app/widgets/transfer/template.html,sha256=w9T5TrityCeHUBPPyzRBBSm48zeuGPxh5HwAZsS0buM,851
|
|
535
538
|
supervisely/app/widgets/transfer/transfer.py,sha256=tZ6HhRH11xOrEhz3TAH0Redw3NE2GFSDHuHCmKBSY_s,19986
|
|
@@ -994,15 +997,15 @@ supervisely/nn/tracking/__init__.py,sha256=Ld1ed7ZZQZPkhX-5Xr-UbHZx5zLCm2-tInHnP
|
|
|
994
997
|
supervisely/nn/tracking/boxmot.py,sha256=H9cQjYGL9nX_TLrfKDChhljTIiE9lffcgbwWCf_4PJU,4277
|
|
995
998
|
supervisely/nn/tracking/tracking.py,sha256=WNrNm02B1pspA3d_AmzSJ-54RZTqWV2NZiC7FHe88bo,857
|
|
996
999
|
supervisely/nn/training/__init__.py,sha256=gY4PCykJ-42MWKsqb9kl-skemKa8yB6t_fb5kzqR66U,111
|
|
997
|
-
supervisely/nn/training/train_app.py,sha256
|
|
1000
|
+
supervisely/nn/training/train_app.py,sha256=ljzN7qn77_kNeUN4kakb9AZt-6PhCM2hQNqe3pfCDWg,118026
|
|
998
1001
|
supervisely/nn/training/gui/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
999
1002
|
supervisely/nn/training/gui/classes_selector.py,sha256=Bpp-RFDQqcZ0kLJmS6ZnExkdscWwRusvF4vbWjEsKlQ,3926
|
|
1000
|
-
supervisely/nn/training/gui/gui.py,sha256=
|
|
1003
|
+
supervisely/nn/training/gui/gui.py,sha256=FbKsd4Tur1YsUwQmoHhFdkP6IZILbprXbOliD9jrEyQ,44882
|
|
1001
1004
|
supervisely/nn/training/gui/hyperparameters_selector.py,sha256=5dUCYAx4E0HBLguj2B_s2nWeGGCWzv6vJeT0XvDJO3M,7746
|
|
1002
1005
|
supervisely/nn/training/gui/input_selector.py,sha256=rmirJzpdxuYONI6y5_cvMdGWBJ--T20YTsISghATHu4,2510
|
|
1003
1006
|
supervisely/nn/training/gui/model_selector.py,sha256=I6KRKyylpwUEC3CApEnzDKkWe5xqju0Az3D0Eg32Jdc,5352
|
|
1004
1007
|
supervisely/nn/training/gui/tags_selector.py,sha256=ZirVXm5NNuIDjXO3wuHDnpYTWgFVLn-W7voBudh5bP0,3772
|
|
1005
|
-
supervisely/nn/training/gui/train_val_splits_selector.py,sha256=
|
|
1008
|
+
supervisely/nn/training/gui/train_val_splits_selector.py,sha256=bNyQ2jnaQ-eA7ux6wWqMP6k6It20lmjziZPfMI7cGlo,16306
|
|
1006
1009
|
supervisely/nn/training/gui/training_artifacts.py,sha256=c0GH70ZByvnL413KWHjSKcSX8V5DStXM5sjFVZafSZo,10519
|
|
1007
1010
|
supervisely/nn/training/gui/training_logs.py,sha256=GgEQMj9p98Z3p2b_-3BkHOhY7WQYELxctsRKmkbg3JY,4966
|
|
1008
1011
|
supervisely/nn/training/gui/training_process.py,sha256=2F65cuu5ypKWkdaO4uVpNLMkwXjM8dpprd7Km5aedds,3192
|
|
@@ -1033,16 +1036,16 @@ supervisely/pointcloud_episodes/pointcloud_episodes.py,sha256=trjCTqJEfHMnsk_HmY
|
|
|
1033
1036
|
supervisely/project/__init__.py,sha256=hlzdj9Pgy53Q3qdP8LMtGTChvZHQuuShdtui2eRUQeE,2601
|
|
1034
1037
|
supervisely/project/data_version.py,sha256=P5Lui6i64pYeJWmAdGJDv8GRXxjfpSSZ8zT_MxIrynE,19553
|
|
1035
1038
|
supervisely/project/download.py,sha256=yCFpRum_q8fbY_z2mcRAhYAcYFcDc215ldioO3Gzg3Q,28680
|
|
1036
|
-
supervisely/project/pointcloud_episode_project.py,sha256=
|
|
1037
|
-
supervisely/project/pointcloud_project.py,sha256=
|
|
1038
|
-
supervisely/project/project.py,sha256=
|
|
1039
|
+
supervisely/project/pointcloud_episode_project.py,sha256=CTG1bJXJFUA2O7yUWZg8SBjYv7ZyqhsV5flHtXdjkrA,42403
|
|
1040
|
+
supervisely/project/pointcloud_project.py,sha256=zRM5S7GpbEN9SkvoydRv9rdc8sFaCPE0g1Mz44iDnV0,49923
|
|
1041
|
+
supervisely/project/project.py,sha256=bK_TWDLHmTSoxFEUqzSk-FJzddpb0BqsQfQzzwaZu-Y,240401
|
|
1039
1042
|
supervisely/project/project_meta.py,sha256=UTQPstRmRJvbtCcQ1noCtzcw3Sd4llwRMHes-Sz-JQg,51429
|
|
1040
1043
|
supervisely/project/project_settings.py,sha256=NLThzU_DCynOK6hkHhVdFyezwprn9UqlnrLDe_3qhkY,9347
|
|
1041
1044
|
supervisely/project/project_type.py,sha256=7mQ7zg6r7Bm2oFn5aR8n_PeLqMmOaPZd6ph7Z8ZISTw,608
|
|
1042
1045
|
supervisely/project/readme_template.md,sha256=SFAfNF_uxSBJJ45A8qZ0MRuHnwSE4Gu_Z7UJqPMgRzg,9254
|
|
1043
1046
|
supervisely/project/upload.py,sha256=ys95MXFh-rtq-EAsNsiRi3wgbFUCEsY2un3_bd5hJkE,3753
|
|
1044
|
-
supervisely/project/video_project.py,sha256=
|
|
1045
|
-
supervisely/project/volume_project.py,sha256=
|
|
1047
|
+
supervisely/project/video_project.py,sha256=7i8__1zoU2Uryicjfa2_7p3JLnSPTv14ctLJPQGgnPY,66315
|
|
1048
|
+
supervisely/project/volume_project.py,sha256=ZSq5lSGk9ujMaMjtghNK-zVf_25f2JA40-xemzIZwe0,23182
|
|
1046
1049
|
supervisely/pyscripts_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1047
1050
|
supervisely/pyscripts_utils/utils.py,sha256=scEwHJvHRQa8NHIOn2eTwH6-Zc8CGdLoxM-WzH9jcRo,314
|
|
1048
1051
|
supervisely/report/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1097,9 +1100,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
1097
1100
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
1098
1101
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
1099
1102
|
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.
|
|
1103
|
+
supervisely-6.73.375.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
1104
|
+
supervisely-6.73.375.dist-info/METADATA,sha256=H70Ig1kNXFXCPzzuh64i6Uy5zWYm1Ry8qpfJWdKO_78,35154
|
|
1105
|
+
supervisely-6.73.375.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
1106
|
+
supervisely-6.73.375.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
1107
|
+
supervisely-6.73.375.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
1108
|
+
supervisely-6.73.375.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|