From a95bdab8bf6c9a4df72cf161d536a34c47a6261e Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 18 Jul 2024 16:14:28 -0700 Subject: [PATCH 1/4] ad frames per second to schema --- src/index.tsx | 1 + src/schema.gql | 1 + 2 files changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index a1c934f..6d2c6ae 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1167,6 +1167,7 @@ export type VideoHistoryGql = { export type VideoMetadataInput = { endStream?: Scalars["Boolean"]["input"]; endTime?: InputMaybe; + framesPerSecond?: InputMaybe; gameType?: InputMaybe; lastIntendedSegmentBound?: InputMaybe; resolution?: InputMaybe; diff --git a/src/schema.gql b/src/schema.gql index 83e5233..9a01233 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -405,6 +405,7 @@ input VideoMetadataInput { streamSegmentType: StreamSegmentTypeEnum = null endStream: Boolean! = false resolution: VideoResolution = null + framesPerSecond: Float = null } input UploadStreamMetadataInput { From 18d2eea029b6eaf1586e577f75596a0acff7997f Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 18 Jul 2024 16:34:22 -0700 Subject: [PATCH 2/4] add shot_pb2 --- rbproto/python/shot_pb2.py | 47 ++++++++++++------------ rbproto/python/shot_pb2.pyi | 73 +++++++++++++++++++++++++++++++------ 2 files changed, 86 insertions(+), 34 deletions(-) diff --git a/rbproto/python/shot_pb2.py b/rbproto/python/shot_pb2.py index 942f192..379eea5 100644 --- a/rbproto/python/shot_pb2.py +++ b/rbproto/python/shot_pb2.py @@ -6,36 +6,37 @@ from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database from google.protobuf.internal import builder as _builder + # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() - - -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nshot.proto\x12\x0fserialized_shot\"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08\"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r\"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection\"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection\"\xe6\x01\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x42\x13\n\x11\x64\x65tection_history\"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path\"H\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32\".serialized_shot.IdentifierHistoryb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( + b'\n\nshot.proto\x12\x0fserialized_shot"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection"\xe6\x01\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x42\x13\n\x11\x64\x65tection_history"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path"H\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32".serialized_shot.IdentifierHistoryb\x06proto3' +) _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) -_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'shot_pb2', _globals) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "shot_pb2", _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - _globals['_BOX']._serialized_start=31 - _globals['_BOX']._serialized_end=94 - _globals['_POINT']._serialized_start=96 - _globals['_POINT']._serialized_end=125 - _globals['_BALLDETECTION']._serialized_start=127 - _globals['_BALLDETECTION']._serialized_end=254 - _globals['_RLEBALLDETECTION']._serialized_start=256 - _globals['_RLEBALLDETECTION']._serialized_end=340 - _globals['_RLEDETECTIONHISTORY']._serialized_start=342 - _globals['_RLEDETECTIONHISTORY']._serialized_end=418 - _globals['_DETECTIONHISTORY']._serialized_start=420 - _globals['_DETECTIONHISTORY']._serialized_end=490 - _globals['_PATH']._serialized_start=493 - _globals['_PATH']._serialized_end=723 - _globals['_IDENTIFIERHISTORY']._serialized_start=725 - _globals['_IDENTIFIERHISTORY']._serialized_end=807 - _globals['_SHOT']._serialized_start=809 - _globals['_SHOT']._serialized_end=881 + DESCRIPTOR._options = None + _globals["_BOX"]._serialized_start = 31 + _globals["_BOX"]._serialized_end = 94 + _globals["_POINT"]._serialized_start = 96 + _globals["_POINT"]._serialized_end = 125 + _globals["_BALLDETECTION"]._serialized_start = 127 + _globals["_BALLDETECTION"]._serialized_end = 254 + _globals["_RLEBALLDETECTION"]._serialized_start = 256 + _globals["_RLEBALLDETECTION"]._serialized_end = 340 + _globals["_RLEDETECTIONHISTORY"]._serialized_start = 342 + _globals["_RLEDETECTIONHISTORY"]._serialized_end = 418 + _globals["_DETECTIONHISTORY"]._serialized_start = 420 + _globals["_DETECTIONHISTORY"]._serialized_end = 490 + _globals["_PATH"]._serialized_start = 493 + _globals["_PATH"]._serialized_end = 723 + _globals["_IDENTIFIERHISTORY"]._serialized_start = 725 + _globals["_IDENTIFIERHISTORY"]._serialized_end = 807 + _globals["_SHOT"]._serialized_start = 809 + _globals["_SHOT"]._serialized_end = 881 # @@protoc_insertion_point(module_scope) diff --git a/rbproto/python/shot_pb2.pyi b/rbproto/python/shot_pb2.pyi index adc11fa..e3b4e64 100644 --- a/rbproto/python/shot_pb2.pyi +++ b/rbproto/python/shot_pb2.pyi @@ -1,7 +1,13 @@ from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message -from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union +from typing import ( + ClassVar as _ClassVar, + Iterable as _Iterable, + Mapping as _Mapping, + Optional as _Optional, + Union as _Union, +) DESCRIPTOR: _descriptor.FileDescriptor @@ -15,7 +21,13 @@ class Box(_message.Message): top: float width: float height: float - def __init__(self, left: _Optional[float] = ..., top: _Optional[float] = ..., width: _Optional[float] = ..., height: _Optional[float] = ...) -> None: ... + def __init__( + self, + left: _Optional[float] = ..., + top: _Optional[float] = ..., + width: _Optional[float] = ..., + height: _Optional[float] = ..., + ) -> None: ... class Point(_message.Message): __slots__ = ["x", "y"] @@ -23,7 +35,9 @@ class Point(_message.Message): Y_FIELD_NUMBER: _ClassVar[int] x: float y: float - def __init__(self, x: _Optional[float] = ..., y: _Optional[float] = ...) -> None: ... + def __init__( + self, x: _Optional[float] = ..., y: _Optional[float] = ... + ) -> None: ... class BallDetection(_message.Message): __slots__ = ["plane_position", "annotation", "interpolated"] @@ -33,7 +47,12 @@ class BallDetection(_message.Message): plane_position: Point annotation: Box interpolated: bool - def __init__(self, plane_position: _Optional[_Union[Point, _Mapping]] = ..., annotation: _Optional[_Union[Box, _Mapping]] = ..., interpolated: bool = ...) -> None: ... + def __init__( + self, + plane_position: _Optional[_Union[Point, _Mapping]] = ..., + annotation: _Optional[_Union[Box, _Mapping]] = ..., + interpolated: bool = ..., + ) -> None: ... class RLEBallDetection(_message.Message): __slots__ = ["detection", "count"] @@ -41,22 +60,37 @@ class RLEBallDetection(_message.Message): COUNT_FIELD_NUMBER: _ClassVar[int] detection: BallDetection count: int - def __init__(self, detection: _Optional[_Union[BallDetection, _Mapping]] = ..., count: _Optional[int] = ...) -> None: ... + def __init__( + self, + detection: _Optional[_Union[BallDetection, _Mapping]] = ..., + count: _Optional[int] = ..., + ) -> None: ... class RLEDetectionHistory(_message.Message): __slots__ = ["detections"] DETECTIONS_FIELD_NUMBER: _ClassVar[int] detections: _containers.RepeatedCompositeFieldContainer[RLEBallDetection] - def __init__(self, detections: _Optional[_Iterable[_Union[RLEBallDetection, _Mapping]]] = ...) -> None: ... + def __init__( + self, detections: _Optional[_Iterable[_Union[RLEBallDetection, _Mapping]]] = ... + ) -> None: ... class DetectionHistory(_message.Message): __slots__ = ["detections"] DETECTIONS_FIELD_NUMBER: _ClassVar[int] detections: _containers.RepeatedCompositeFieldContainer[BallDetection] - def __init__(self, detections: _Optional[_Iterable[_Union[BallDetection, _Mapping]]] = ...) -> None: ... + def __init__( + self, detections: _Optional[_Iterable[_Union[BallDetection, _Mapping]]] = ... + ) -> None: ... class Path(_message.Message): - __slots__ = ["start_frame", "end_frame", "detections", "rle_detections", "not_present", "is_static"] + __slots__ = [ + "start_frame", + "end_frame", + "detections", + "rle_detections", + "not_present", + "is_static", + ] START_FRAME_FIELD_NUMBER: _ClassVar[int] END_FRAME_FIELD_NUMBER: _ClassVar[int] DETECTIONS_FIELD_NUMBER: _ClassVar[int] @@ -69,7 +103,15 @@ class Path(_message.Message): rle_detections: RLEDetectionHistory not_present: bool is_static: bool - def __init__(self, start_frame: _Optional[int] = ..., end_frame: _Optional[int] = ..., detections: _Optional[_Union[DetectionHistory, _Mapping]] = ..., rle_detections: _Optional[_Union[RLEDetectionHistory, _Mapping]] = ..., not_present: bool = ..., is_static: bool = ...) -> None: ... + def __init__( + self, + start_frame: _Optional[int] = ..., + end_frame: _Optional[int] = ..., + detections: _Optional[_Union[DetectionHistory, _Mapping]] = ..., + rle_detections: _Optional[_Union[RLEDetectionHistory, _Mapping]] = ..., + not_present: bool = ..., + is_static: bool = ..., + ) -> None: ... class IdentifierHistory(_message.Message): __slots__ = ["ball_identifier", "paths"] @@ -77,10 +119,19 @@ class IdentifierHistory(_message.Message): PATHS_FIELD_NUMBER: _ClassVar[int] ball_identifier: int paths: _containers.RepeatedCompositeFieldContainer[Path] - def __init__(self, ball_identifier: _Optional[int] = ..., paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ...) -> None: ... + def __init__( + self, + ball_identifier: _Optional[int] = ..., + paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ..., + ) -> None: ... class Shot(_message.Message): __slots__ = ["identifier_histories"] IDENTIFIER_HISTORIES_FIELD_NUMBER: _ClassVar[int] identifier_histories: _containers.RepeatedCompositeFieldContainer[IdentifierHistory] - def __init__(self, identifier_histories: _Optional[_Iterable[_Union[IdentifierHistory, _Mapping]]] = ...) -> None: ... + def __init__( + self, + identifier_histories: _Optional[ + _Iterable[_Union[IdentifierHistory, _Mapping]] + ] = ..., + ) -> None: ... From f781e9648f6ff32eba90d4986dc1aa367e6600a0 Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 18 Jul 2024 16:37:59 -0700 Subject: [PATCH 3/4] add pycache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 545487d..65afc31 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist .direnv /after.txt /before.txt +**/__pycache__/** From ef6ccca3f9b602fcebea9894317e32a67cd5459e Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 18 Jul 2024 16:46:27 -0700 Subject: [PATCH 4/4] fix black issue --- rbproto/python/shot_pb2.py | 47 ++++++++++++------------ rbproto/python/shot_pb2.pyi | 73 ++++++------------------------------- 2 files changed, 34 insertions(+), 86 deletions(-) diff --git a/rbproto/python/shot_pb2.py b/rbproto/python/shot_pb2.py index 379eea5..942f192 100644 --- a/rbproto/python/shot_pb2.py +++ b/rbproto/python/shot_pb2.py @@ -6,37 +6,36 @@ from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database from google.protobuf.internal import builder as _builder - # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\nshot.proto\x12\x0fserialized_shot"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection"\xe6\x01\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x42\x13\n\x11\x64\x65tection_history"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path"H\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32".serialized_shot.IdentifierHistoryb\x06proto3' -) + + +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nshot.proto\x12\x0fserialized_shot\"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08\"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r\"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection\"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection\"\xe6\x01\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x42\x13\n\x11\x64\x65tection_history\"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path\"H\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32\".serialized_shot.IdentifierHistoryb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) -_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "shot_pb2", _globals) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'shot_pb2', _globals) if _descriptor._USE_C_DESCRIPTORS == False: - DESCRIPTOR._options = None - _globals["_BOX"]._serialized_start = 31 - _globals["_BOX"]._serialized_end = 94 - _globals["_POINT"]._serialized_start = 96 - _globals["_POINT"]._serialized_end = 125 - _globals["_BALLDETECTION"]._serialized_start = 127 - _globals["_BALLDETECTION"]._serialized_end = 254 - _globals["_RLEBALLDETECTION"]._serialized_start = 256 - _globals["_RLEBALLDETECTION"]._serialized_end = 340 - _globals["_RLEDETECTIONHISTORY"]._serialized_start = 342 - _globals["_RLEDETECTIONHISTORY"]._serialized_end = 418 - _globals["_DETECTIONHISTORY"]._serialized_start = 420 - _globals["_DETECTIONHISTORY"]._serialized_end = 490 - _globals["_PATH"]._serialized_start = 493 - _globals["_PATH"]._serialized_end = 723 - _globals["_IDENTIFIERHISTORY"]._serialized_start = 725 - _globals["_IDENTIFIERHISTORY"]._serialized_end = 807 - _globals["_SHOT"]._serialized_start = 809 - _globals["_SHOT"]._serialized_end = 881 + DESCRIPTOR._options = None + _globals['_BOX']._serialized_start=31 + _globals['_BOX']._serialized_end=94 + _globals['_POINT']._serialized_start=96 + _globals['_POINT']._serialized_end=125 + _globals['_BALLDETECTION']._serialized_start=127 + _globals['_BALLDETECTION']._serialized_end=254 + _globals['_RLEBALLDETECTION']._serialized_start=256 + _globals['_RLEBALLDETECTION']._serialized_end=340 + _globals['_RLEDETECTIONHISTORY']._serialized_start=342 + _globals['_RLEDETECTIONHISTORY']._serialized_end=418 + _globals['_DETECTIONHISTORY']._serialized_start=420 + _globals['_DETECTIONHISTORY']._serialized_end=490 + _globals['_PATH']._serialized_start=493 + _globals['_PATH']._serialized_end=723 + _globals['_IDENTIFIERHISTORY']._serialized_start=725 + _globals['_IDENTIFIERHISTORY']._serialized_end=807 + _globals['_SHOT']._serialized_start=809 + _globals['_SHOT']._serialized_end=881 # @@protoc_insertion_point(module_scope) diff --git a/rbproto/python/shot_pb2.pyi b/rbproto/python/shot_pb2.pyi index e3b4e64..adc11fa 100644 --- a/rbproto/python/shot_pb2.pyi +++ b/rbproto/python/shot_pb2.pyi @@ -1,13 +1,7 @@ from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message -from typing import ( - ClassVar as _ClassVar, - Iterable as _Iterable, - Mapping as _Mapping, - Optional as _Optional, - Union as _Union, -) +from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union DESCRIPTOR: _descriptor.FileDescriptor @@ -21,13 +15,7 @@ class Box(_message.Message): top: float width: float height: float - def __init__( - self, - left: _Optional[float] = ..., - top: _Optional[float] = ..., - width: _Optional[float] = ..., - height: _Optional[float] = ..., - ) -> None: ... + def __init__(self, left: _Optional[float] = ..., top: _Optional[float] = ..., width: _Optional[float] = ..., height: _Optional[float] = ...) -> None: ... class Point(_message.Message): __slots__ = ["x", "y"] @@ -35,9 +23,7 @@ class Point(_message.Message): Y_FIELD_NUMBER: _ClassVar[int] x: float y: float - def __init__( - self, x: _Optional[float] = ..., y: _Optional[float] = ... - ) -> None: ... + def __init__(self, x: _Optional[float] = ..., y: _Optional[float] = ...) -> None: ... class BallDetection(_message.Message): __slots__ = ["plane_position", "annotation", "interpolated"] @@ -47,12 +33,7 @@ class BallDetection(_message.Message): plane_position: Point annotation: Box interpolated: bool - def __init__( - self, - plane_position: _Optional[_Union[Point, _Mapping]] = ..., - annotation: _Optional[_Union[Box, _Mapping]] = ..., - interpolated: bool = ..., - ) -> None: ... + def __init__(self, plane_position: _Optional[_Union[Point, _Mapping]] = ..., annotation: _Optional[_Union[Box, _Mapping]] = ..., interpolated: bool = ...) -> None: ... class RLEBallDetection(_message.Message): __slots__ = ["detection", "count"] @@ -60,37 +41,22 @@ class RLEBallDetection(_message.Message): COUNT_FIELD_NUMBER: _ClassVar[int] detection: BallDetection count: int - def __init__( - self, - detection: _Optional[_Union[BallDetection, _Mapping]] = ..., - count: _Optional[int] = ..., - ) -> None: ... + def __init__(self, detection: _Optional[_Union[BallDetection, _Mapping]] = ..., count: _Optional[int] = ...) -> None: ... class RLEDetectionHistory(_message.Message): __slots__ = ["detections"] DETECTIONS_FIELD_NUMBER: _ClassVar[int] detections: _containers.RepeatedCompositeFieldContainer[RLEBallDetection] - def __init__( - self, detections: _Optional[_Iterable[_Union[RLEBallDetection, _Mapping]]] = ... - ) -> None: ... + def __init__(self, detections: _Optional[_Iterable[_Union[RLEBallDetection, _Mapping]]] = ...) -> None: ... class DetectionHistory(_message.Message): __slots__ = ["detections"] DETECTIONS_FIELD_NUMBER: _ClassVar[int] detections: _containers.RepeatedCompositeFieldContainer[BallDetection] - def __init__( - self, detections: _Optional[_Iterable[_Union[BallDetection, _Mapping]]] = ... - ) -> None: ... + def __init__(self, detections: _Optional[_Iterable[_Union[BallDetection, _Mapping]]] = ...) -> None: ... class Path(_message.Message): - __slots__ = [ - "start_frame", - "end_frame", - "detections", - "rle_detections", - "not_present", - "is_static", - ] + __slots__ = ["start_frame", "end_frame", "detections", "rle_detections", "not_present", "is_static"] START_FRAME_FIELD_NUMBER: _ClassVar[int] END_FRAME_FIELD_NUMBER: _ClassVar[int] DETECTIONS_FIELD_NUMBER: _ClassVar[int] @@ -103,15 +69,7 @@ class Path(_message.Message): rle_detections: RLEDetectionHistory not_present: bool is_static: bool - def __init__( - self, - start_frame: _Optional[int] = ..., - end_frame: _Optional[int] = ..., - detections: _Optional[_Union[DetectionHistory, _Mapping]] = ..., - rle_detections: _Optional[_Union[RLEDetectionHistory, _Mapping]] = ..., - not_present: bool = ..., - is_static: bool = ..., - ) -> None: ... + def __init__(self, start_frame: _Optional[int] = ..., end_frame: _Optional[int] = ..., detections: _Optional[_Union[DetectionHistory, _Mapping]] = ..., rle_detections: _Optional[_Union[RLEDetectionHistory, _Mapping]] = ..., not_present: bool = ..., is_static: bool = ...) -> None: ... class IdentifierHistory(_message.Message): __slots__ = ["ball_identifier", "paths"] @@ -119,19 +77,10 @@ class IdentifierHistory(_message.Message): PATHS_FIELD_NUMBER: _ClassVar[int] ball_identifier: int paths: _containers.RepeatedCompositeFieldContainer[Path] - def __init__( - self, - ball_identifier: _Optional[int] = ..., - paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ..., - ) -> None: ... + def __init__(self, ball_identifier: _Optional[int] = ..., paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ...) -> None: ... class Shot(_message.Message): __slots__ = ["identifier_histories"] IDENTIFIER_HISTORIES_FIELD_NUMBER: _ClassVar[int] identifier_histories: _containers.RepeatedCompositeFieldContainer[IdentifierHistory] - def __init__( - self, - identifier_histories: _Optional[ - _Iterable[_Union[IdentifierHistory, _Mapping]] - ] = ..., - ) -> None: ... + def __init__(self, identifier_histories: _Optional[_Iterable[_Union[IdentifierHistory, _Mapping]]] = ...) -> None: ...