supervisely 6.73.331__py3-none-any.whl → 6.73.332__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.
@@ -368,6 +368,9 @@ class VideoFigure:
368
368
  if self._priority is not None:
369
369
  data_json[ApiField.PRIORITY] = self._priority
370
370
 
371
+ if self.track_id is not None:
372
+ data_json[ApiField.TRACK_ID] = self.track_id
373
+
371
374
  self._add_creation_info(data_json)
372
375
  return data_json
373
376
 
@@ -441,9 +444,7 @@ class VideoFigure:
441
444
  raise RuntimeError("Figure can not be deserialized: key_id_map is None")
442
445
  object_key = key_id_map.get_object_key(object_id)
443
446
  if object_key is None:
444
- raise RuntimeError(
445
- "Object with id={!r} not found in key_id_map".format(object_id)
446
- )
447
+ raise RuntimeError("Object with id={!r} not found in key_id_map".format(object_id))
447
448
 
448
449
  object = objects.get(object_key)
449
450
  if object is None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: supervisely
3
- Version: 6.73.331
3
+ Version: 6.73.332
4
4
  Summary: Supervisely Python SDK.
5
5
  Home-page: https://github.com/supervisely/supervisely
6
6
  Author: Supervisely
@@ -1051,7 +1051,7 @@ supervisely/video_annotation/frame.py,sha256=H1G7Wl4LEEmQE-E0B2QWD8kyzZ4-w-GJSUd
1051
1051
  supervisely/video_annotation/frame_collection.py,sha256=RZrnw7lURgvzRrskwvnEIQQfJkp9htMhircU3hLiHVY,15031
1052
1052
  supervisely/video_annotation/key_id_map.py,sha256=KayYOhTtAe3ITq1-NQ82T6YIiBjmu4aJm8t4UxdvI8U,37712
1053
1053
  supervisely/video_annotation/video_annotation.py,sha256=syqfhIerzhMWNh8scM_kWskBl8R2E-pfOSW_jN2Lb1Y,28867
1054
- supervisely/video_annotation/video_figure.py,sha256=j1ZoDnMLO_bFRUI19GDK3A2CzTWGr5pGYbd3NjC7ztE,23766
1054
+ supervisely/video_annotation/video_figure.py,sha256=9oWtcixcbJ8Ue89-dnaU1Re2Zhjzwro5M-tdUN5BP80,23824
1055
1055
  supervisely/video_annotation/video_object.py,sha256=i-oiliNpDr2X4Wcy9DJ7sBbuVUT3QYiSrtklCCJGVsY,16736
1056
1056
  supervisely/video_annotation/video_object_collection.py,sha256=Epu9MAC9uZiThfBn4NxKbQ7JRbW4eFZHglTzaJJ9WUQ,9047
1057
1057
  supervisely/video_annotation/video_tag.py,sha256=a1mdzRoq1GLJl7GxyHNGkX1PEGvudlVoqCDn0MxxAEQ,18306
@@ -1082,9 +1082,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
1082
1082
  supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
1083
1083
  supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
1084
1084
  supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
1085
- supervisely-6.73.331.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1086
- supervisely-6.73.331.dist-info/METADATA,sha256=Jl2Q2-aQqYnnh1EDKOY95wpocUZnttqC5StXwKTOO8I,33596
1087
- supervisely-6.73.331.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
1088
- supervisely-6.73.331.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1089
- supervisely-6.73.331.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1090
- supervisely-6.73.331.dist-info/RECORD,,
1085
+ supervisely-6.73.332.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1086
+ supervisely-6.73.332.dist-info/METADATA,sha256=BJvt3Cmxv83_ptkDl7bpGY-Wawc2IY89aF3aIZ7LwAE,33596
1087
+ supervisely-6.73.332.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
1088
+ supervisely-6.73.332.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
1089
+ supervisely-6.73.332.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
1090
+ supervisely-6.73.332.dist-info/RECORD,,