supervisely 6.73.456__py3-none-any.whl → 6.73.457__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/nn/inference/cache.py +2 -2
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/METADATA +1 -1
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/RECORD +7 -7
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/LICENSE +0 -0
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/WHEEL +0 -0
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.456.dist-info → supervisely-6.73.457.dist-info}/top_level.txt +0 -0
@@ -810,11 +810,11 @@ class InferenceImageCache:
|
|
810
810
|
for hash_or_id in batch:
|
811
811
|
name = name_constructor(hash_or_id)
|
812
812
|
self._wait_if_in_queue(name, logger)
|
813
|
-
|
813
|
+
pos_by_name[name] = position
|
814
814
|
if name not in self._cache and video_id not in self._cache:
|
815
815
|
self._load_queue.set(name, hash_or_id)
|
816
816
|
ids_to_load.append(hash_or_id)
|
817
|
-
|
817
|
+
|
818
818
|
elif return_images is True:
|
819
819
|
items.append((position, hash_or_id))
|
820
820
|
position += 1
|
@@ -905,7 +905,7 @@ supervisely/nn/benchmark/visualization/widgets/sidebar/sidebar.py,sha256=tKPURRS
|
|
905
905
|
supervisely/nn/benchmark/visualization/widgets/table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
906
906
|
supervisely/nn/benchmark/visualization/widgets/table/table.py,sha256=atmDnF1Af6qLQBUjLhK18RMDKAYlxnsuVHMSEa5a-e8,4319
|
907
907
|
supervisely/nn/inference/__init__.py,sha256=QFukX2ip-U7263aEPCF_UCFwj6EujbMnsgrXp5Bbt8I,1623
|
908
|
-
supervisely/nn/inference/cache.py,sha256=
|
908
|
+
supervisely/nn/inference/cache.py,sha256=byR1T9pr4ogKz4xOyOomRvxW4tuQqlZniTZy9HA7BY4,35595
|
909
909
|
supervisely/nn/inference/inference.py,sha256=71E5_DG5He2y9TWu2YN8P9MWz0EwldGJa_7pK6pVp7E,207512
|
910
910
|
supervisely/nn/inference/inference_request.py,sha256=1Tq-OV7bYtr0bKDqvBXh72wpR5Misgk-iQn5waCxtqo,14830
|
911
911
|
supervisely/nn/inference/session.py,sha256=f2Tyvj21oO9AKxqr6_yHZ81Ol-wXC-h5cweTHEoljkg,35796
|
@@ -1129,9 +1129,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
1129
1129
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
1130
1130
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
1131
1131
|
supervisely_lib/__init__.py,sha256=yRwzEQmVwSd6lUQoAUdBngKEOlnoQ6hA9ZcoZGJRNC4,331
|
1132
|
-
supervisely-6.73.
|
1133
|
-
supervisely-6.73.
|
1134
|
-
supervisely-6.73.
|
1135
|
-
supervisely-6.73.
|
1136
|
-
supervisely-6.73.
|
1137
|
-
supervisely-6.73.
|
1132
|
+
supervisely-6.73.457.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1133
|
+
supervisely-6.73.457.dist-info/METADATA,sha256=9l2CDS4I2Fv3WNjm5BlVPo_-mBg4_Y8idrebwTvKmfU,35480
|
1134
|
+
supervisely-6.73.457.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
1135
|
+
supervisely-6.73.457.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
1136
|
+
supervisely-6.73.457.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
1137
|
+
supervisely-6.73.457.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|