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

@@ -3,14 +3,14 @@ from typing import Callable, List, Literal, Optional
3
3
 
4
4
  import numpy as np
5
5
 
6
- # pylint: disable=import-error
7
- from pycocotools.cocoeval import COCOeval
8
-
9
6
 
10
7
  def set_cocoeval_params(
11
- cocoeval: COCOeval,
8
+ cocoeval,
12
9
  parameters: dict,
13
10
  ):
11
+ """
12
+ type cocoeval: COCOeval
13
+ """
14
14
  if parameters is None:
15
15
  return
16
16
  param_names = (
@@ -48,6 +48,7 @@ def calculate_metrics(
48
48
  :return: Results of the evaluation
49
49
  :rtype: dict
50
50
  """
51
+ from pycocotools.cocoeval import COCOeval # pylint: disable=import-error
51
52
 
52
53
  cocoEval = COCOeval(cocoGt, cocoDt, iouType=iouType)
53
54
  cocoEval.evaluate()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: supervisely
3
- Version: 6.73.240
3
+ Version: 6.73.242
4
4
  Summary: Supervisely Python SDK.
5
5
  Home-page: https://github.com/supervisely/supervisely
6
6
  Author: Supervisely
@@ -800,7 +800,7 @@ supervisely/nn/benchmark/semantic_segmentation/vis_metrics/speedtest.py,sha256=0
800
800
  supervisely/nn/benchmark/semantic_segmentation/vis_metrics/vis_texts.py,sha256=rRdYZxmhQX4T3RsXJVGp34NMZPz8jUHtVvBN5BpPJ5I,603
801
801
  supervisely/nn/benchmark/utils/__init__.py,sha256=JHT73gWdwgLJKTiCpDdwggm1t_EWB0JCC90-zD7reXM,741
802
802
  supervisely/nn/benchmark/utils/detection/__init__.py,sha256=L3QKGuKUlR2N_QFRTRsa6gfLDbksIaFMYO0Hukxxy1U,172
803
- supervisely/nn/benchmark/utils/detection/calculate_metrics.py,sha256=DyGNBhnifAFZL8-OwRrrFritzLKJeCcEwEZsLXPd148,11446
803
+ supervisely/nn/benchmark/utils/detection/calculate_metrics.py,sha256=1Vrf4Npf8lHAE_WZRS90fa5jFh4BofDn6RWCFcd48r8,11484
804
804
  supervisely/nn/benchmark/utils/detection/metric_provider.py,sha256=cgF6uzF7XOvU2CpxyU7zuK1HH6hhNiIV3vQc8MAzwMU,19934
805
805
  supervisely/nn/benchmark/utils/detection/metrics.py,sha256=oyictdJ7rRDUkaVvHoxntywW5zZweS8pIJ1bN6JgXtE,2420
806
806
  supervisely/nn/benchmark/utils/detection/sly2coco.py,sha256=0O2LSCU5zIX34mD4hZIv8O3-j6LwnB0DqhiVPAiosO8,6883
@@ -1019,9 +1019,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
1019
1019
  supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
1020
1020
  supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
1021
1021
  supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
1022
- supervisely-6.73.240.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1023
- supervisely-6.73.240.dist-info/METADATA,sha256=AIoj0IdizC_kg3QG2ExZsXz19mHqbh7qFPZF7OPO_nY,33277
1024
- supervisely-6.73.240.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
1025
- supervisely-6.73.240.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1026
- supervisely-6.73.240.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1027
- supervisely-6.73.240.dist-info/RECORD,,
1022
+ supervisely-6.73.242.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1023
+ supervisely-6.73.242.dist-info/METADATA,sha256=GzthEMuQEH-pOO6SysTV0AUd7eHeCAph_xqbRNHtRxw,33277
1024
+ supervisely-6.73.242.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
1025
+ supervisely-6.73.242.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1026
+ supervisely-6.73.242.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1027
+ supervisely-6.73.242.dist-info/RECORD,,