supervisely 6.73.213__py3-none-any.whl → 6.73.215__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.
- supervisely/app/widgets/report_thumbnail/report_thumbnail.py +17 -5
- supervisely/app/widgets/team_files_selector/team_files_selector.py +3 -0
- supervisely/io/network_exceptions.py +89 -32
- supervisely/nn/benchmark/comparison/__init__.py +0 -0
- supervisely/nn/benchmark/comparison/detection_visualization/__init__.py +0 -0
- supervisely/nn/benchmark/comparison/detection_visualization/text_templates.py +437 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/__init__.py +27 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/avg_precision_by_class.py +125 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/calibration_score.py +224 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/explore_predicttions.py +112 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/localization_accuracy.py +161 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/outcome_counts.py +336 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/overview.py +249 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/pr_curve.py +142 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/precision_recal_f1.py +300 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/speedtest.py +308 -0
- supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/vis_metric.py +19 -0
- supervisely/nn/benchmark/comparison/detection_visualization/visualizer.py +298 -0
- supervisely/nn/benchmark/comparison/model_comparison.py +84 -0
- supervisely/nn/benchmark/evaluation/coco/metric_provider.py +9 -7
- supervisely/nn/benchmark/visualization/evaluation_result.py +266 -0
- supervisely/nn/benchmark/visualization/renderer.py +100 -0
- supervisely/nn/benchmark/visualization/report_template.html +46 -0
- supervisely/nn/benchmark/visualization/visualizer.py +1 -1
- supervisely/nn/benchmark/visualization/widgets/__init__.py +17 -0
- supervisely/nn/benchmark/visualization/widgets/chart/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/chart/chart.py +72 -0
- supervisely/nn/benchmark/visualization/widgets/chart/template.html +16 -0
- supervisely/nn/benchmark/visualization/widgets/collapse/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/collapse/collapse.py +33 -0
- supervisely/nn/benchmark/visualization/widgets/container/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/container/container.py +54 -0
- supervisely/nn/benchmark/visualization/widgets/gallery/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/gallery/gallery.py +125 -0
- supervisely/nn/benchmark/visualization/widgets/gallery/template.html +49 -0
- supervisely/nn/benchmark/visualization/widgets/markdown/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/markdown/markdown.py +53 -0
- supervisely/nn/benchmark/visualization/widgets/notification/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/notification/notification.py +38 -0
- supervisely/nn/benchmark/visualization/widgets/sidebar/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/sidebar/sidebar.py +67 -0
- supervisely/nn/benchmark/visualization/widgets/table/__init__.py +0 -0
- supervisely/nn/benchmark/visualization/widgets/table/table.py +116 -0
- supervisely/nn/benchmark/visualization/widgets/widget.py +22 -0
- supervisely/nn/inference/cache.py +8 -5
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/METADATA +5 -5
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/RECORD +51 -12
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/LICENSE +0 -0
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/WHEEL +0 -0
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.213.dist-info → supervisely-6.73.215.dist-info}/top_level.txt +0 -0
|
@@ -412,7 +412,7 @@ supervisely/app/widgets/reloadable_area/reloadable_area.py,sha256=eFxE3FRNR1hX5J
|
|
|
412
412
|
supervisely/app/widgets/reloadable_area/script.js,sha256=bNVyJZjsRJ6IDhF46WOCZtNAUe36BsIR-o8JdvxfrAw,1050
|
|
413
413
|
supervisely/app/widgets/reloadable_area/template.html,sha256=paxfrLxppLATh4zCiJDDKJGruR5zBIYT-M-dwvINiFw,187
|
|
414
414
|
supervisely/app/widgets/report_thumbnail/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
415
|
-
supervisely/app/widgets/report_thumbnail/report_thumbnail.py,sha256=
|
|
415
|
+
supervisely/app/widgets/report_thumbnail/report_thumbnail.py,sha256=JYEoNi9tXslx9nlxdFcklxk-4ONtb_F46H5FRxZD1p0,2163
|
|
416
416
|
supervisely/app/widgets/report_thumbnail/template.html,sha256=7dGngqwO_xxWZLOre0f6Vml3B_qXWu0l1P96L3opJ84,429
|
|
417
417
|
supervisely/app/widgets/scatter_chart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
418
418
|
supervisely/app/widgets/scatter_chart/scatter_chart.py,sha256=nX7fZbWsDiMjOek5FvIHgKbnBwQ-ol_V3XvnoAnz59c,4832
|
|
@@ -494,7 +494,7 @@ supervisely/app/widgets/task_logs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
494
494
|
supervisely/app/widgets/task_logs/task_logs.py,sha256=u2RMUrZDPXc-XAFAgr82peOPFBxMsF0HNC8kNJ7PTCA,1052
|
|
495
495
|
supervisely/app/widgets/task_logs/template.html,sha256=MLvJUtpWLfMthcXgHisbsenduuiB8oOSyt8RwcH6TFA,410
|
|
496
496
|
supervisely/app/widgets/team_files_selector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
497
|
-
supervisely/app/widgets/team_files_selector/team_files_selector.py,sha256=
|
|
497
|
+
supervisely/app/widgets/team_files_selector/team_files_selector.py,sha256=8ENRJ6qTAMZNSx4gID3vCOSKzGoOdcz3v7XdUnLovyA,2942
|
|
498
498
|
supervisely/app/widgets/team_files_selector/template.html,sha256=zvwNRcMX460bwFzhMeKI7aCes-rDW5_XzvYLkghcTX0,264
|
|
499
499
|
supervisely/app/widgets/text/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
500
500
|
supervisely/app/widgets/text/template.html,sha256=KH-zvdOFM-9_NDKCmHYrB5VJ6NJUkvSbQZhV4GM6Di8,450
|
|
@@ -689,7 +689,7 @@ supervisely/io/fs_cache.py,sha256=UvG27YGuLHOahY-cVchYXciTZNEM2aJfh0TAnP_xeeQ,57
|
|
|
689
689
|
supervisely/io/github_utils.py,sha256=jGmvQJ5bjtACuSFABzrxL0jJdh14SezovrHp8T-9y8g,1779
|
|
690
690
|
supervisely/io/json.py,sha256=7RGAk72FpPtlHYcyo7-uWZf5IAvQJg_nM09RpXBpaNo,7588
|
|
691
691
|
supervisely/io/multipart_stream_decoder.py,sha256=rCheeSCAGdw2tNyaWEYa4dvoIDuldXOxH86RVB82c78,14417
|
|
692
|
-
supervisely/io/network_exceptions.py,sha256=
|
|
692
|
+
supervisely/io/network_exceptions.py,sha256=ka5ce-L4brzqnzARFpma5zmVZaq1ojgVZcfxzWQPTJ8,4126
|
|
693
693
|
supervisely/labeling_jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
694
694
|
supervisely/labeling_jobs/constants.py,sha256=GF_pwF9fC9_DGbpD3cAk3llifskAxpDmyuXwxM1f3Hw,104
|
|
695
695
|
supervisely/labeling_jobs/utils.py,sha256=XOGF2cbnTGbXFdT5jGL1LIPQfiCEJgRkmKNIjTlFois,22656
|
|
@@ -729,6 +729,22 @@ supervisely/nn/benchmark/utils.py,sha256=evcoUFPkeEW1-GvAPYp8EoOv3WAsqzaSmCY4lbL
|
|
|
729
729
|
supervisely/nn/benchmark/coco_utils/__init__.py,sha256=MKxuzzBWpRCwR8kOb5NXUK8vD-2mroJn48xd6tv9FeI,139
|
|
730
730
|
supervisely/nn/benchmark/coco_utils/sly2coco.py,sha256=iudlcHNynthscH-V5qwCLk6VgIcxYrMEuAfGIjrOjZ0,6867
|
|
731
731
|
supervisely/nn/benchmark/coco_utils/utils.py,sha256=J9kM_Cn4XxfsrSQ8Rx6eb1UsS65-wOybaCkI9rQDeiU,504
|
|
732
|
+
supervisely/nn/benchmark/comparison/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
733
|
+
supervisely/nn/benchmark/comparison/model_comparison.py,sha256=HHSdMHjhR355nnxn4RqP4ew2oYvWKWQiB_enUjmBYe0,3321
|
|
734
|
+
supervisely/nn/benchmark/comparison/detection_visualization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
735
|
+
supervisely/nn/benchmark/comparison/detection_visualization/text_templates.py,sha256=mkv0lqlnpp-Dtlqk7G5UmUbs6hfStbxEL-1RGOw626s,28357
|
|
736
|
+
supervisely/nn/benchmark/comparison/detection_visualization/visualizer.py,sha256=JuLtDL37nY5pYZW2aHq4exqyqwRcWvyC9_yO45NxoeU,12869
|
|
737
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/__init__.py,sha256=L01ExPfYQsAUVKeDyR7sybDo4lqW152q8ubs4mYMi80,1126
|
|
738
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/avg_precision_by_class.py,sha256=0_2sUoS-9e7ZSpTCJBepwbZHYQiE9mJtWlwZMBmM1Lk,4634
|
|
739
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/calibration_score.py,sha256=VZ9SG4v7Cb2Yk9RT5hBTKzjOwvVSAX8UKSlUtUJmXks,7641
|
|
740
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/explore_predicttions.py,sha256=Fym-9QX4OKSGnLkV_12ov2dFHvNvTev3wJXoSbWDt1I,5005
|
|
741
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/localization_accuracy.py,sha256=6O-ddSIcoG5jYWZvFShAYNMxwczzUgrmWfW5ywMWibU,5391
|
|
742
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/outcome_counts.py,sha256=h1qhI-GDDqW1B-y30Vh2ZuJRh60xOk2Tujr1pMmi2i4,13136
|
|
743
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/overview.py,sha256=gHiUweroxt69fVf7eOu-lgCzkxYf6aO2lnPidR_MwEY,9432
|
|
744
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/pr_curve.py,sha256=eiQ1uQbYo6idjVpW4vgnhwQ1P_pVZ6fx4zLuqAy2LNI,4846
|
|
745
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/precision_recal_f1.py,sha256=HXpcgPDot18NnWV-Xz30zqr7Wg1RGEVLYFYz2N5TEsI,11460
|
|
746
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/speedtest.py,sha256=FyIG-1iNNd4NyDsJkSGdFJmcrA7vMrWH15UbC8jVs8M,10583
|
|
747
|
+
supervisely/nn/benchmark/comparison/detection_visualization/vis_metrics/vis_metric.py,sha256=sRIf1q9a2ulTgm2xEZ3IMOsse8ZljbMake0_VGCnbbU,587
|
|
732
748
|
supervisely/nn/benchmark/evaluation/__init__.py,sha256=1NGV_xEGe9lyPdE5gJ8AASKzm2WyZ_jKlh9WVvCQIaY,287
|
|
733
749
|
supervisely/nn/benchmark/evaluation/base_evaluator.py,sha256=htei2QGHsx-1DO16j-lUjflmUFpfSIv0drhGfe60qAU,1995
|
|
734
750
|
supervisely/nn/benchmark/evaluation/instance_segmentation_evaluator.py,sha256=p2VC4WXB2RQlmeRt14u74QTXSOwhkyQPCznw7Kqe32k,3773
|
|
@@ -736,14 +752,17 @@ supervisely/nn/benchmark/evaluation/object_detection_evaluator.py,sha256=0Sp0h9k
|
|
|
736
752
|
supervisely/nn/benchmark/evaluation/coco/__init__.py,sha256=l6dFxp9aenywosQzQkIaDEI1p-DDQ63OgJJXxSVB4Mk,172
|
|
737
753
|
supervisely/nn/benchmark/evaluation/coco/calculate_metrics.py,sha256=Pe5_bXJ57343PQ0TuYEkCMNUyp-YTyIXnPXUESuXQBk,11430
|
|
738
754
|
supervisely/nn/benchmark/evaluation/coco/evaluation_params.yaml,sha256=POzpiaxnxuwAPSNQOGgjoUPfsk6Lf5hb9GLHwltWY5Y,94
|
|
739
|
-
supervisely/nn/benchmark/evaluation/coco/metric_provider.py,sha256=
|
|
755
|
+
supervisely/nn/benchmark/evaluation/coco/metric_provider.py,sha256=4_-RJNtpyEiUfY8NexeXzCjScQvB6xn07u_M9IVs9ak,19951
|
|
740
756
|
supervisely/nn/benchmark/evaluation/coco/metrics.py,sha256=oyictdJ7rRDUkaVvHoxntywW5zZweS8pIJ1bN6JgXtE,2420
|
|
741
757
|
supervisely/nn/benchmark/visualization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
758
|
+
supervisely/nn/benchmark/visualization/evaluation_result.py,sha256=TT4ADr6uSOKzohWpbLsamfHnbsNMMcyWSVSWgoj8TVY,9835
|
|
759
|
+
supervisely/nn/benchmark/visualization/renderer.py,sha256=qxWUYu2glTqksxI5UG08nwDmZA4A2bfGb1wk9DaDct8,3340
|
|
760
|
+
supervisely/nn/benchmark/visualization/report_template.html,sha256=tylBK5Bb2cqKACK1GZUKyIjPS9yHQFHAS-QeEEwhqTE,2172
|
|
742
761
|
supervisely/nn/benchmark/visualization/vis_click_data.py,sha256=4QdBZqJmmPYdcB7x565zOtXhDFRyXIB4tpu0V-_otoc,3724
|
|
743
762
|
supervisely/nn/benchmark/visualization/vis_metric_base.py,sha256=hXnbGAijnZ700GuzfvaHBxU5elQR0wXkBUNbmcSWCno,13941
|
|
744
763
|
supervisely/nn/benchmark/visualization/vis_templates.py,sha256=Vy019K8G8oJ9vN35tvsSjYA21xdldqIP-BALGEuy_eM,10169
|
|
745
764
|
supervisely/nn/benchmark/visualization/vis_widgets.py,sha256=oavMM2Z-05Hp_Fj086NgXAqDq2KPAqXfT-nJb5qlDsg,4103
|
|
746
|
-
supervisely/nn/benchmark/visualization/visualizer.py,sha256=
|
|
765
|
+
supervisely/nn/benchmark/visualization/visualizer.py,sha256=1VhcuM44LIZv6RHzsSpU9K-Yq3MqAhuwO2JGuWN5Ots,32149
|
|
747
766
|
supervisely/nn/benchmark/visualization/inference_speed/__init__.py,sha256=6Nahwt9R61_Jc1eWupXa70CgyRQ7tbUeiDWR26017rY,554
|
|
748
767
|
supervisely/nn/benchmark/visualization/inference_speed/speedtest_batch.py,sha256=73gbXs1uTfxxWH-UCJdR72m-48jMD5qVyMyolf5jNoc,6140
|
|
749
768
|
supervisely/nn/benchmark/visualization/inference_speed/speedtest_intro.py,sha256=ivUVriKyhx9ZtwVSqrAkUqq1SJGYYxNLwLQR1UgE4aM,900
|
|
@@ -775,8 +794,28 @@ supervisely/nn/benchmark/visualization/vis_metrics/recall.py,sha256=trRMw8ziWMaD
|
|
|
775
794
|
supervisely/nn/benchmark/visualization/vis_metrics/recall_vs_precision.py,sha256=RuN3tQA3Zt5MmCha8T0WgWDIvzURjsqfL4ap_LYqN-Y,1859
|
|
776
795
|
supervisely/nn/benchmark/visualization/vis_metrics/reliability_diagram.py,sha256=Vxta2s0RTTcV0GCcMiF8CykCtZYryLTwGjW9vVUrK3I,3107
|
|
777
796
|
supervisely/nn/benchmark/visualization/vis_metrics/what_is.py,sha256=MDnYR-o7Mj-YE1Jwu9EcLUEPcu6rLknRx7LvV4nnUBo,842
|
|
797
|
+
supervisely/nn/benchmark/visualization/widgets/__init__.py,sha256=pH-S6KlLE12uFl3KUHTyxvgd75NhI229SZ96sh-buJI,840
|
|
798
|
+
supervisely/nn/benchmark/visualization/widgets/widget.py,sha256=X96Gan8xlAuhKJMW_twFXMXbIWjS0idL5abcvircSA0,702
|
|
799
|
+
supervisely/nn/benchmark/visualization/widgets/chart/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
800
|
+
supervisely/nn/benchmark/visualization/widgets/chart/chart.py,sha256=BhGQgG5t0mIuGK3sU4_xwoTZqkQOBXbFtJaoHqQ5L8I,2288
|
|
801
|
+
supervisely/nn/benchmark/visualization/widgets/chart/template.html,sha256=X3jm8P3BngF_XCV9NOypOsrGH0NuesUdxvhO3tZs9yQ,637
|
|
802
|
+
supervisely/nn/benchmark/visualization/widgets/collapse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
803
|
+
supervisely/nn/benchmark/visualization/widgets/collapse/collapse.py,sha256=iRtf5kThl5zzzYwBbA0WepAroK_LRgNJBcP0TvDHwEo,916
|
|
804
|
+
supervisely/nn/benchmark/visualization/widgets/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
805
|
+
supervisely/nn/benchmark/visualization/widgets/container/container.py,sha256=ZV7auhFLZDsEVv8FoAKygiGKCeFjDG078Wmcpx7U6-w,1802
|
|
806
|
+
supervisely/nn/benchmark/visualization/widgets/gallery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
807
|
+
supervisely/nn/benchmark/visualization/widgets/gallery/gallery.py,sha256=KRpfqfSFwWNabcIdFzT4huzWLzmpFiQVxgx8-Vp6vKM,4504
|
|
808
|
+
supervisely/nn/benchmark/visualization/widgets/gallery/template.html,sha256=7UPZexDEVTzQxORXlMDidl4RWb9SSh8kLxEiE2ySC6o,1882
|
|
809
|
+
supervisely/nn/benchmark/visualization/widgets/markdown/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
810
|
+
supervisely/nn/benchmark/visualization/widgets/markdown/markdown.py,sha256=jQOHBgLFZROUPYC1JxlHOjp06tmpLNSuNzQZ7604TmY,1531
|
|
811
|
+
supervisely/nn/benchmark/visualization/widgets/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
812
|
+
supervisely/nn/benchmark/visualization/widgets/notification/notification.py,sha256=PIVGiIlpkLMJ40anqSmXFkXbAK6umuZNJCPeT5NnFac,1054
|
|
813
|
+
supervisely/nn/benchmark/visualization/widgets/sidebar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
814
|
+
supervisely/nn/benchmark/visualization/widgets/sidebar/sidebar.py,sha256=tKPURRSF6_zZReG06MJ5a1nrRWBNtCDFKGm_eEAOp8I,2084
|
|
815
|
+
supervisely/nn/benchmark/visualization/widgets/table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
816
|
+
supervisely/nn/benchmark/visualization/widgets/table/table.py,sha256=YiCpt-mdINJnNBWsUTPkRR_9w09Ne2Y0n93DY8vsE8I,4090
|
|
778
817
|
supervisely/nn/inference/__init__.py,sha256=mtEci4Puu-fRXDnGn8RP47o97rv3VTE0hjbYO34Zwqg,1622
|
|
779
|
-
supervisely/nn/inference/cache.py,sha256=
|
|
818
|
+
supervisely/nn/inference/cache.py,sha256=WylgHgPQRIoA_RDks8FyKgHqeZZ_YFoyddxkVvOX2YQ,25713
|
|
780
819
|
supervisely/nn/inference/inference.py,sha256=pwTh6_EQ-sJNXTBD08eUMdOH8VoNF2uJUTr_P1-BuN0,114983
|
|
781
820
|
supervisely/nn/inference/session.py,sha256=jmkkxbe2kH-lEgUU6Afh62jP68dxfhF5v6OGDfLU62E,35757
|
|
782
821
|
supervisely/nn/inference/video_inference.py,sha256=8Bshjr6rDyLay5Za8IB8Dr6FURMO2R_v7aELasO8pR4,5746
|
|
@@ -957,9 +996,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
957
996
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
958
997
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
959
998
|
supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
|
|
960
|
-
supervisely-6.73.
|
|
961
|
-
supervisely-6.73.
|
|
962
|
-
supervisely-6.73.
|
|
963
|
-
supervisely-6.73.
|
|
964
|
-
supervisely-6.73.
|
|
965
|
-
supervisely-6.73.
|
|
999
|
+
supervisely-6.73.215.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
1000
|
+
supervisely-6.73.215.dist-info/METADATA,sha256=bCrDGEs4hu6O5Xaphgt6QKsu-8142eXUowpx0xn_joQ,33090
|
|
1001
|
+
supervisely-6.73.215.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
1002
|
+
supervisely-6.73.215.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
1003
|
+
supervisely-6.73.215.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
1004
|
+
supervisely-6.73.215.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|