supervisely 6.73.250__py3-none-any.whl → 6.73.252__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.

Potentially problematic release.


This version of supervisely might be problematic. Click here for more details.

Files changed (35) hide show
  1. supervisely/api/dataset_api.py +17 -1
  2. supervisely/api/project_api.py +4 -1
  3. supervisely/api/volume/volume_annotation_api.py +7 -4
  4. supervisely/app/widgets/experiment_selector/experiment_selector.py +16 -8
  5. supervisely/nn/benchmark/base_benchmark.py +17 -2
  6. supervisely/nn/benchmark/base_evaluator.py +28 -6
  7. supervisely/nn/benchmark/instance_segmentation/benchmark.py +1 -1
  8. supervisely/nn/benchmark/instance_segmentation/evaluator.py +14 -0
  9. supervisely/nn/benchmark/object_detection/benchmark.py +1 -1
  10. supervisely/nn/benchmark/object_detection/evaluator.py +43 -13
  11. supervisely/nn/benchmark/object_detection/metric_provider.py +7 -0
  12. supervisely/nn/benchmark/semantic_segmentation/evaluator.py +33 -7
  13. supervisely/nn/benchmark/utils/detection/utlis.py +6 -4
  14. supervisely/nn/experiments.py +23 -16
  15. supervisely/nn/inference/gui/serving_gui_template.py +2 -35
  16. supervisely/nn/inference/inference.py +71 -8
  17. supervisely/nn/training/__init__.py +2 -0
  18. supervisely/nn/training/gui/classes_selector.py +14 -14
  19. supervisely/nn/training/gui/gui.py +28 -13
  20. supervisely/nn/training/gui/hyperparameters_selector.py +90 -41
  21. supervisely/nn/training/gui/input_selector.py +8 -6
  22. supervisely/nn/training/gui/model_selector.py +7 -5
  23. supervisely/nn/training/gui/train_val_splits_selector.py +8 -9
  24. supervisely/nn/training/gui/training_logs.py +17 -17
  25. supervisely/nn/training/gui/training_process.py +41 -36
  26. supervisely/nn/training/loggers/__init__.py +22 -0
  27. supervisely/nn/training/loggers/base_train_logger.py +8 -5
  28. supervisely/nn/training/loggers/tensorboard_logger.py +4 -11
  29. supervisely/nn/training/train_app.py +276 -90
  30. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/METADATA +8 -3
  31. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/RECORD +35 -35
  32. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/LICENSE +0 -0
  33. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/WHEEL +0 -0
  34. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/entry_points.txt +0 -0
  35. {supervisely-6.73.250.dist-info → supervisely-6.73.252.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: supervisely
3
- Version: 6.73.250
3
+ Version: 6.73.252
4
4
  Summary: Supervisely Python SDK.
5
5
  Home-page: https://github.com/supervisely/supervisely
6
6
  Author: Supervisely
@@ -105,8 +105,8 @@ Provides-Extra: model-benchmark
105
105
  Requires-Dist: pycocotools; extra == "model-benchmark"
106
106
  Requires-Dist: scikit-learn; extra == "model-benchmark"
107
107
  Requires-Dist: plotly==5.22.0; extra == "model-benchmark"
108
- Requires-Dist: torch==1.13.0; extra == "model-benchmark"
109
- Requires-Dist: torchvision==0.14.0; extra == "model-benchmark"
108
+ Requires-Dist: torch; extra == "model-benchmark"
109
+ Requires-Dist: torchvision; extra == "model-benchmark"
110
110
  Provides-Extra: plugins
111
111
  Requires-Dist: jsonschema<3.0.0,>=2.6.0; extra == "plugins"
112
112
  Provides-Extra: sdk-nn-plugins
@@ -128,6 +128,11 @@ Requires-Dist: faiss-gpu; extra == "tracking"
128
128
  Requires-Dist: tabulate; extra == "tracking"
129
129
  Requires-Dist: tensorboard; extra == "tracking"
130
130
  Provides-Extra: training
131
+ Requires-Dist: pycocotools; extra == "training"
132
+ Requires-Dist: scikit-learn; extra == "training"
133
+ Requires-Dist: plotly==5.22.0; extra == "training"
134
+ Requires-Dist: torch; extra == "training"
135
+ Requires-Dist: torchvision; extra == "training"
131
136
  Requires-Dist: tensorboardX; extra == "training"
132
137
 
133
138
  <h1 align="center">
@@ -24,7 +24,7 @@ supervisely/api/agent_api.py,sha256=ShWAIlXcWXcyI9fqVuP5GZVCigCMJmjnvdGUfLspD6Y,
24
24
  supervisely/api/annotation_api.py,sha256=kB9l0NhQEkunGDC9fWjNzf5DdhqRF1tv-RRnIbkV2k0,64941
25
25
  supervisely/api/api.py,sha256=A4EY7MtLWw4a29Wd63SjQs2CkS3KAiYkVLyuuZn1LdM,65371
26
26
  supervisely/api/app_api.py,sha256=-T4sISQ7POyR2yirf1kEWj4JaJFpJxCyRWqbf_99Jak,67036
27
- supervisely/api/dataset_api.py,sha256=2-SQBlgEnIN-0uvDbtPlSXr6ztBeZ3WPryhkOtpBmk4,40786
27
+ supervisely/api/dataset_api.py,sha256=eovT6l62jgjlRyCZ6IvoudUBfDxv9Hjj3Ap8IuCLd7I,41290
28
28
  supervisely/api/file_api.py,sha256=c4iIzH2BF8-GLFLk_wc9Qz225AbHhbzH22wv5HdsGg4,83128
29
29
  supervisely/api/github_api.py,sha256=NIexNjEer9H5rf5sw2LEZd7C1WR-tK4t6IZzsgeAAwQ,623
30
30
  supervisely/api/image_annotation_tool_api.py,sha256=YcUo78jRDBJYvIjrd-Y6FJAasLta54nnxhyaGyanovA,5237
@@ -36,7 +36,7 @@ supervisely/api/module_api.py,sha256=ajVPU5bH1sB-l2PwWq_xtFxSmZIBikflousOxiAYmW4
36
36
  supervisely/api/neural_network_api.py,sha256=ktPVRO4Jeulougio8F0mioJJHwRJcX250Djp1wBoQ9c,7620
37
37
  supervisely/api/object_class_api.py,sha256=-rQcKwhBw3iL9KNH9c1ROgoimgWM1ls6Wi_tb1R-MzY,7683
38
38
  supervisely/api/plugin_api.py,sha256=TlfrosdRuYG4NUxk92QiQoVaOdztFspPpygyVa3M3zk,5283
39
- supervisely/api/project_api.py,sha256=3_4wP3RqLHhbdftwu2LF2iKUMmFxrhk3FryL-OpplZo,78633
39
+ supervisely/api/project_api.py,sha256=ZTRx7LXsPLjMuGq_PhugPgN-OsGMtTRxputH9EA9iZ0,78774
40
40
  supervisely/api/project_class_api.py,sha256=5cyjdGPPb2tpttu5WmYoOxUNiDxqiojschkhZumF0KM,1426
41
41
  supervisely/api/remote_storage_api.py,sha256=xy9-j5hSftVcAILyqF_mQdQ1DUywt9msq2QYuSE-PVY,15032
42
42
  supervisely/api/report_api.py,sha256=Om7CGulUbQ4BuJ16eDtz7luLe0JQNqab-LoLpUXu7YE,7123
@@ -70,7 +70,7 @@ supervisely/api/video/video_frame_api.py,sha256=4GwSI4xdCNYEUvTqzKc-Ewd44fw5zqkF
70
70
  supervisely/api/video/video_object_api.py,sha256=IC0NP8EoIT_d3xxDRgz2cA3ixSiuJ5ymy64eS-RfmDM,2227
71
71
  supervisely/api/video/video_tag_api.py,sha256=oJgdJt_0w-5UfXaxZ7jdxK0PetZjax1vOfjm0IMYwe8,12266
72
72
  supervisely/api/volume/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
- supervisely/api/volume/volume_annotation_api.py,sha256=6s7p9nlNYHOMbhfFmVBGJizEKkA-yKEAiuHJZcAqEzM,18190
73
+ supervisely/api/volume/volume_annotation_api.py,sha256=dPtZSXIz-5us1roG8d4WMt8VU67DWhD6lbBmZv49hy8,18279
74
74
  supervisely/api/volume/volume_api.py,sha256=-n3r5qj4I4EtoERKTHFT8PpsKFJ141SvQfamIcHqWK4,55387
75
75
  supervisely/api/volume/volume_figure_api.py,sha256=WwmcMw7o3Nvyv52tzmz64yF-WJI0qzAU-zL2JlD7_w0,26039
76
76
  supervisely/api/volume/volume_object_api.py,sha256=F7pLV2MTlBlyN6fEKdxBSUatIMGWSuu8bWj3Hvcageo,2139
@@ -247,7 +247,7 @@ supervisely/app/widgets/empty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
247
247
  supervisely/app/widgets/empty/empty.py,sha256=fCr8I7CQ2XLo59bl2txjDrblOGiu0TzUcM-Pq6s7gKY,1285
248
248
  supervisely/app/widgets/empty/template.html,sha256=aDBKkin5aLuqByzNN517-rTYCGIg5SPKgnysYMPYjv8,40
249
249
  supervisely/app/widgets/experiment_selector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
250
- supervisely/app/widgets/experiment_selector/experiment_selector.py,sha256=sP1kRVC-IXPuONbARA8BCkGLbk0BCEbWf83Q9-gThaA,18501
250
+ supervisely/app/widgets/experiment_selector/experiment_selector.py,sha256=4-xV3zQ3llo3BWiwcFkux4o0yEDlk6SZOQycsx2diik,18907
251
251
  supervisely/app/widgets/experiment_selector/style.css,sha256=-zPPXHnJvatYj_xVVAb7T8uoSsUTyhm5xCKWkkFQ78E,548
252
252
  supervisely/app/widgets/experiment_selector/template.html,sha256=k7f_Xl6nDUXXwu6IY_RblYni5TbZRRxCBduY5O_SyFs,2908
253
253
  supervisely/app/widgets/fast_table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -710,7 +710,7 @@ supervisely/metric/pixel_accuracy.py,sha256=qjtxInOTkGDwPeLUnjBdzOrVRT3V6kGGOWjB
710
710
  supervisely/metric/precision_recall_metric.py,sha256=4AQCkcB84mpYQS94yJ-wkG1LBuXlQf3X_tI9f67vtR8,3426
711
711
  supervisely/metric/projects_applier.py,sha256=ORtgLQHYtNi4KYsSGaGPPWiZPexTJF9IWqX_RuLRxPk,3415
712
712
  supervisely/nn/__init__.py,sha256=w2gZ6pCreaTYyhZV8PZrYctqmCu_7sbJ-WGegs7mouw,570
713
- supervisely/nn/experiments.py,sha256=AVxOy1X6gdlJVZXR1o0VYdr6KIUde32YoLrKy8jfWd8,4318
713
+ supervisely/nn/experiments.py,sha256=RrqsgqlwgTwvIqlOPd-mjj36ZJQBi4AwrVoAQMNgs58,4542
714
714
  supervisely/nn/prediction_dto.py,sha256=8QQE6h_feOf3bjWtyG_PoU8FIQrr4g8PoMOyoscmqJM,1697
715
715
  supervisely/nn/task_type.py,sha256=UJvSJ4L3I08j_e6sU6Ptu7kS5p1H09rfhfoDUSZ2iys,522
716
716
  supervisely/nn/utils.py,sha256=-Xjv5KLu8CTtyi7acqsIX1E0dDwKZPED4D6b4Z_Ln3k,1451
@@ -727,8 +727,8 @@ supervisely/nn/artifacts/unet.py,sha256=1FUHHYKVPXrcCFbkL_sYNTr4mOKxvVodp4-wtGPN
727
727
  supervisely/nn/artifacts/yolov5.py,sha256=a8TnNqLIhYY9oFIN5Gj-Payw459j_tXfYd418SF0WWc,1640
728
728
  supervisely/nn/artifacts/yolov8.py,sha256=ZXuAyuabjAw84lmGhD3l-xvybsy3xIMdpq2W69k8jlQ,1405
729
729
  supervisely/nn/benchmark/__init__.py,sha256=7jDezvavJFtO9mDeB2TqW8N4sD8TsHQBPpA9RESleIQ,610
730
- supervisely/nn/benchmark/base_benchmark.py,sha256=8dnDPblZErN6LuoUduy7Q9XivHD-j4FXqjSJh7TqLf4,25015
731
- supervisely/nn/benchmark/base_evaluator.py,sha256=fxmUDsIIAahaA8yshxMA2a8klxNAOelx_pswUWVa3-o,3644
730
+ supervisely/nn/benchmark/base_benchmark.py,sha256=yb0zaMjQIQ5A0hcukf1MVuIh877ie2yUVJLmaHCXI90,25451
731
+ supervisely/nn/benchmark/base_evaluator.py,sha256=MqLw42bXxGLKbI8pKMoCe8qmTouQ38zoBpxO3jAtEtM,4355
732
732
  supervisely/nn/benchmark/base_visualizer.py,sha256=APW2y-rRC6sriqn-jPRY_3oMTtP7jSviEPM2F8QCQbY,10210
733
733
  supervisely/nn/benchmark/cv_tasks.py,sha256=ShoAbuNzfMYj0Se-KOnl_-dJnrmvN6Aukxa0eq28bFw,239
734
734
  supervisely/nn/benchmark/comparison/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -748,17 +748,17 @@ supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/precisio
748
748
  supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/speedtest.py,sha256=0NtSB-SHkw4ynRaIl8Mm0ed-h6bFr9L-ZKxnzXJbn70,10658
749
749
  supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/vis_metric.py,sha256=sRIf1q9a2ulTgm2xEZ3IMOsse8ZljbMake0_VGCnbbU,587
750
750
  supervisely/nn/benchmark/instance_segmentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
751
- supervisely/nn/benchmark/instance_segmentation/benchmark.py,sha256=_KeKEppSCDi1g9Wgo3klp5XwS8FSFt2S4mkanYrN4Rc,1170
751
+ supervisely/nn/benchmark/instance_segmentation/benchmark.py,sha256=lTDzgKGpfeF5o_a2nS56wiAsUQPH1eubk37b9CaB2KI,1171
752
752
  supervisely/nn/benchmark/instance_segmentation/evaluation_params.yaml,sha256=POzpiaxnxuwAPSNQOGgjoUPfsk6Lf5hb9GLHwltWY5Y,94
753
- supervisely/nn/benchmark/instance_segmentation/evaluator.py,sha256=Spmo4a5LMFe5zW3s0mS-pbVKAgb27Wlxuj91Z3YXqTo,2305
753
+ supervisely/nn/benchmark/instance_segmentation/evaluator.py,sha256=omuKm7JiGa7VLxtNOYo60rjUoVfHxgIhSDf_nTKlctw,2783
754
754
  supervisely/nn/benchmark/instance_segmentation/text_templates.py,sha256=sGiGnpIyuOP35f4NoDT0BWNmscsx_T1XZ_igGvCkkBg,25481
755
755
  supervisely/nn/benchmark/instance_segmentation/visualizer.py,sha256=8NscOKy7JK4AG-Czu3SM0qJQXLDfKD9URdG1d4nz89E,564
756
756
  supervisely/nn/benchmark/object_detection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
757
757
  supervisely/nn/benchmark/object_detection/base_vis_metric.py,sha256=XjUnFCnCMYLrpjojIOwiRNaSsSLYpozTHWfwLkaCd5U,1612
758
- supervisely/nn/benchmark/object_detection/benchmark.py,sha256=SXdCGFH2KWl5UYDZBdx-J0P15GyHDs0aQOR7ZudBEBw,1085
758
+ supervisely/nn/benchmark/object_detection/benchmark.py,sha256=Wb4xlFXilIMVfsifNNQY25uE52NeEDLzQpnq8QPYq9U,1086
759
759
  supervisely/nn/benchmark/object_detection/evaluation_params.yaml,sha256=POzpiaxnxuwAPSNQOGgjoUPfsk6Lf5hb9GLHwltWY5Y,94
760
- supervisely/nn/benchmark/object_detection/evaluator.py,sha256=g-QgWzbBLGzBTrv1jonNYCKkYx-M5zSkzs0KkuIVrzg,5667
761
- supervisely/nn/benchmark/object_detection/metric_provider.py,sha256=NWN1yWK0YIE_Fz24OnhwylGlkzxJKrLP8FLVf3-L8ts,19930
760
+ supervisely/nn/benchmark/object_detection/evaluator.py,sha256=zukOpH0wNfqSIMO88YqgPAfj2BA1FC5o8oXEkAL3gRA,6800
761
+ supervisely/nn/benchmark/object_detection/metric_provider.py,sha256=j7-_ZGjW8qRpv_v9EMyqO1rK9pkcgjRcInTA8CL3we4,20169
762
762
  supervisely/nn/benchmark/object_detection/text_templates.py,sha256=wv6BkcrfdEKldbXtz4ljkbENIIOdeiUr79U4iRgUx6A,25727
763
763
  supervisely/nn/benchmark/object_detection/visualizer.py,sha256=drqndVZT-APwwTiDuMWeYXpnHF89rDsIEspneWqYSSE,31838
764
764
  supervisely/nn/benchmark/object_detection/vis_metrics/__init__.py,sha256=AXCLHEySEdR-B-5sfDoWBmmOLBVlyW2U_xr8Ta42sQI,2096
@@ -786,7 +786,7 @@ supervisely/nn/benchmark/semantic_segmentation/__init__.py,sha256=Hx5bFhRZq8BXvN
786
786
  supervisely/nn/benchmark/semantic_segmentation/base_vis_metric.py,sha256=mwGjRUTPrIj56WHsxNW_4fcZM0uw1xm6B5wh25FijyQ,1788
787
787
  supervisely/nn/benchmark/semantic_segmentation/benchmark.py,sha256=8rnU6I94q0GUdXWwluZu0_Sac_eU2-Az133tHF1dA3U,1202
788
788
  supervisely/nn/benchmark/semantic_segmentation/evaluation_params.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
789
- supervisely/nn/benchmark/semantic_segmentation/evaluator.py,sha256=SjFGBju1rghXeBkOZjnaCnyIo04C6aEb1ltDKvR2ME4,6158
789
+ supervisely/nn/benchmark/semantic_segmentation/evaluator.py,sha256=0xlrBLLixik4wJBFeumILyuvO0JK_xfbDFtybkQejHk,6946
790
790
  supervisely/nn/benchmark/semantic_segmentation/metric_provider.py,sha256=KvbiiEqNOuTSwp4IfV6GC8azYFb-9OZ6ZrYV7pw4KEc,6491
791
791
  supervisely/nn/benchmark/semantic_segmentation/text_templates.py,sha256=fYJQeO75LTMzbz0KG01TPGYrMatEuHAF9cnPWolUsoQ,8585
792
792
  supervisely/nn/benchmark/semantic_segmentation/visualizer.py,sha256=qbpz6b3aUhvByTFvE44u0X7DdTRgaITTBYD4TWIysI4,13102
@@ -809,7 +809,7 @@ supervisely/nn/benchmark/utils/detection/calculate_metrics.py,sha256=1Vrf4Npf8lH
809
809
  supervisely/nn/benchmark/utils/detection/metric_provider.py,sha256=cgF6uzF7XOvU2CpxyU7zuK1HH6hhNiIV3vQc8MAzwMU,19934
810
810
  supervisely/nn/benchmark/utils/detection/metrics.py,sha256=oyictdJ7rRDUkaVvHoxntywW5zZweS8pIJ1bN6JgXtE,2420
811
811
  supervisely/nn/benchmark/utils/detection/sly2coco.py,sha256=0O2LSCU5zIX34mD4hZIv8O3-j6LwnB0DqhiVPAiosO8,6883
812
- supervisely/nn/benchmark/utils/detection/utlis.py,sha256=pDmlq_lb90L1D1avsTPlqd4-t19UlERrWyIzSNU3K60,902
812
+ supervisely/nn/benchmark/utils/detection/utlis.py,sha256=dKhsOGmQKH20-IlD90DWfZzi171j65N71hNdHRCX5Hs,954
813
813
  supervisely/nn/benchmark/utils/semantic_segmentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
814
814
  supervisely/nn/benchmark/utils/semantic_segmentation/calculate_metrics.py,sha256=4ifC5r_Q880yIr8gWnjEzwKbS0vizMWqSF4XeyaMvh0,924
815
815
  supervisely/nn/benchmark/utils/semantic_segmentation/evaluator.py,sha256=R1U_mnOiUUH6P87xiKalYqMpj1uGCJKuOBcsTmVHawY,32894
@@ -844,13 +844,13 @@ supervisely/nn/benchmark/visualization/widgets/table/__init__.py,sha256=47DEQpj8
844
844
  supervisely/nn/benchmark/visualization/widgets/table/table.py,sha256=atmDnF1Af6qLQBUjLhK18RMDKAYlxnsuVHMSEa5a-e8,4319
845
845
  supervisely/nn/inference/__init__.py,sha256=mtEci4Puu-fRXDnGn8RP47o97rv3VTE0hjbYO34Zwqg,1622
846
846
  supervisely/nn/inference/cache.py,sha256=KvzCgMbEBLdiJAxJDLicIPKAlYb52P9_kpNPWfiVY8Y,28194
847
- supervisely/nn/inference/inference.py,sha256=XndEKJJUw1nn6BMc_LfbFtnRC1pWZuTh5MZF2wtNFrY,125363
847
+ supervisely/nn/inference/inference.py,sha256=exEoWGd6a9XlAWyMi0jOlhix0vMFVjtqDalPynZZFYo,128344
848
848
  supervisely/nn/inference/session.py,sha256=jmkkxbe2kH-lEgUU6Afh62jP68dxfhF5v6OGDfLU62E,35757
849
849
  supervisely/nn/inference/video_inference.py,sha256=8Bshjr6rDyLay5Za8IB8Dr6FURMO2R_v7aELasO8pR4,5746
850
850
  supervisely/nn/inference/gui/__init__.py,sha256=wCxd-lF5Zhcwsis-wScDA8n1Gk_1O00PKgDviUZ3F1U,221
851
851
  supervisely/nn/inference/gui/gui.py,sha256=5xoPmBrCcIAIgh_RFe9qi488MzRRDwLgUmmGiH--q_I,20274
852
852
  supervisely/nn/inference/gui/serving_gui.py,sha256=MCGyN-ASusn0vAug24AWEmmKF8qwvo-Pk3WQSJGX8ec,8446
853
- supervisely/nn/inference/gui/serving_gui_template.py,sha256=cz1oPYxlPm4db7uECwap7ULkJl2X3wFHcKOrqyNj0ac,8671
853
+ supervisely/nn/inference/gui/serving_gui_template.py,sha256=yO3IjqxZSpTe7Ca-ak6-7FrX-GXmiEMJvaTbDUf-YlI,7178
854
854
  supervisely/nn/inference/instance_segmentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
855
855
  supervisely/nn/inference/instance_segmentation/instance_segmentation.py,sha256=TWasw61P4CDiWi2zWuIYJLZ9woLA5IxWtUNRn9u6qEU,2211
856
856
  supervisely/nn/inference/instance_segmentation/dashboard/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -939,21 +939,21 @@ supervisely/nn/tracker/deep_sort/deep_sort/tracker.py,sha256=cz--uel4ROLHPem8dOo
939
939
  supervisely/nn/tracker/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
940
940
  supervisely/nn/tracker/utils/gmc.py,sha256=3JX8979H3NA-YHNaRQyj9Z-xb9qtyMittPEjGw8y2Jo,11557
941
941
  supervisely/nn/tracker/utils/kalman_filter.py,sha256=eSFmCjM0mikHCAFvj-KCVzw-0Jxpoc3Cfc2NWEjJC1Q,17268
942
- supervisely/nn/training/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
943
- supervisely/nn/training/train_app.py,sha256=E4Qpr9KSEuPLAUJCVUHyt_-tpPQrPRnmpNBGCjnURyw,80464
942
+ supervisely/nn/training/__init__.py,sha256=gY4PCykJ-42MWKsqb9kl-skemKa8yB6t_fb5kzqR66U,111
943
+ supervisely/nn/training/train_app.py,sha256=YsN0ilrYuFIAKENBhH-iGmH68n0fzqIgq4or-MC-Xoc,88561
944
944
  supervisely/nn/training/gui/__init__.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
945
- supervisely/nn/training/gui/classes_selector.py,sha256=laF29RllCsGTYFGntwqs2rwn1WHX9QwzbjhC6dUJvlE,3717
946
- supervisely/nn/training/gui/gui.py,sha256=o1ryQJjzSewskgxxoFyuQ5oZUvYlzg70paxeCleRmJY,21765
947
- supervisely/nn/training/gui/hyperparameters_selector.py,sha256=kqtKTHvYVPHXDdeel0_rrQZOHUgbZ4EZjk7i3sZ2gD4,3999
948
- supervisely/nn/training/gui/input_selector.py,sha256=ygkvgaT9iCetrsqHzCaRAGaTdcP328_S2QrGzPhLWxQ,2038
949
- supervisely/nn/training/gui/model_selector.py,sha256=-XXxudFRJBIFGsVU7DWEzweS9h-T6dl13ZrHdo8673w,3449
950
- supervisely/nn/training/gui/train_val_splits_selector.py,sha256=nh3nX-XTjz_8p8hAedaGdrBmb0wQFZtnWd_X07kBDuE,8461
951
- supervisely/nn/training/gui/training_logs.py,sha256=hd_xE5ljV8bfbcqVeTvcbIOafAsXo0dSGIP7ZrcgSJc,3012
952
- supervisely/nn/training/gui/training_process.py,sha256=291hH3h76uUluJ4isoJgwj_xt1fHnmFVhOAB9daJp_s,3585
945
+ supervisely/nn/training/gui/classes_selector.py,sha256=8UgzA4aogOAr1s42smwEcDbgaBj_i0JLhjwlZ9bFdIA,3772
946
+ supervisely/nn/training/gui/gui.py,sha256=Xco1yXcfVSPnbBwZDYGIOysyN7WRxIV_r6G1vtCgkpE,22591
947
+ supervisely/nn/training/gui/hyperparameters_selector.py,sha256=2qryuBss0bLcZJV8PNJ6_hKZM5Dbj2FIxTb3EULHQrE,6670
948
+ supervisely/nn/training/gui/input_selector.py,sha256=Jp9PnVVADv1fhndPuZdMlKuzWTOBQZogrOks5dwATlc,2179
949
+ supervisely/nn/training/gui/model_selector.py,sha256=lVcNJagQYjxrfuYfrslCMOEM9PSHlztkroj4QrOimHg,3565
950
+ supervisely/nn/training/gui/train_val_splits_selector.py,sha256=MLryFD2Tj_RobkFzZOeQXzXpch0eGiVFisq3FGA3dFg,8549
951
+ supervisely/nn/training/gui/training_logs.py,sha256=1CBqnL0l5kiZVaegJ-NLgOVI1T4EDB_rLAtumuw18Jo,3222
952
+ supervisely/nn/training/gui/training_process.py,sha256=yaAUHL6A9GVeiGFTd9DSTHMAQNxnlUa7oZ-j0xmLfEE,3881
953
953
  supervisely/nn/training/gui/utils.py,sha256=Bi7-BRsAqN7fUkhd7rXVEAqsxhBdIZ2MrrJtrNqVf8I,3905
954
- supervisely/nn/training/loggers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
955
- supervisely/nn/training/loggers/base_train_logger.py,sha256=RqnXx7PLS8Clo3jgCxrP2cqzj1ZFr9Yv7DczFKiZJII,1837
956
- supervisely/nn/training/loggers/tensorboard_logger.py,sha256=bGwiAOWSa604eCd1eV29QOf8HqJGATcCFonk5cuJDfY,1297
954
+ supervisely/nn/training/loggers/__init__.py,sha256=DOqR-4NJv25C4Y1HCWggvGNM5mgo1CbwQOdvROOL-60,777
955
+ supervisely/nn/training/loggers/base_train_logger.py,sha256=Gf_TKwSfQdSVG6P3wAeWf5t2_EJWJqOPqt_TsJ5jpBY,1914
956
+ supervisely/nn/training/loggers/tensorboard_logger.py,sha256=s6dNFHIaucRTRMEdDM8mHT7v8bUdl13oDK78kPeCW8U,1116
957
957
  supervisely/output/__init__.py,sha256=OY-ZkdTkpg3qMkZa763Uk7UrRF1Q-p55qIBPo-tNPho,4585
958
958
  supervisely/pointcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
959
959
  supervisely/pointcloud/pointcloud.py,sha256=wWWnueObO7li5PckhRim7WxHytsm2zn1caK3zghQcfg,11036
@@ -1041,9 +1041,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
1041
1041
  supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
1042
1042
  supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
1043
1043
  supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
1044
- supervisely-6.73.250.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1045
- supervisely-6.73.250.dist-info/METADATA,sha256=j3RVqFtC97ky9SHc1RUfxOgYOsbjiW4Fw2SAtAcI_6s,33351
1046
- supervisely-6.73.250.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
1047
- supervisely-6.73.250.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1048
- supervisely-6.73.250.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1049
- supervisely-6.73.250.dist-info/RECORD,,
1044
+ supervisely-6.73.252.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1045
+ supervisely-6.73.252.dist-info/METADATA,sha256=N7Oy7O6uK-847rvygnHmjeRp1b3J2hSDkDDXSYm7adI,33573
1046
+ supervisely-6.73.252.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
1047
+ supervisely-6.73.252.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1048
+ supervisely-6.73.252.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1049
+ supervisely-6.73.252.dist-info/RECORD,,