mediapipe-nightly 0.10.22.post20250225__cp39-cp39-manylinux_2_28_x86_64.whl → 0.10.22.post20250226__cp39-cp39-manylinux_2_28_x86_64.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.
mediapipe/__init__.py CHANGED
@@ -23,4 +23,4 @@ del modules
23
23
  del python
24
24
  del mediapipe
25
25
  del util
26
- __version__ = '0.10.22-20250225'
26
+ __version__ = '0.10.22-20250226'
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
 
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,mediapipe/framework/graph_runtime_info.proto\x12\tmediapipe\"\x81\x01\n\x11StreamRuntimeInfo\x12\x13\n\x0bstream_name\x18\x01 \x01(\t\x12\x12\n\nqueue_size\x18\x02 \x01(\x05\x12\x1f\n\x17number_of_packets_added\x18\x03 \x01(\x05\x12\"\n\x1aminimum_timestamp_or_bound\x18\x04 \x01(\x03\"\xcc\x01\n\x15\x43\x61lculatorRuntimeInfo\x12\x17\n\x0f\x63\x61lculator_name\x18\x01 \x01(\t\x12\"\n\x1alast_process_start_unix_us\x18\x02 \x01(\x03\x12#\n\x1blast_process_finish_unix_us\x18\x03 \x01(\x03\x12\x17\n\x0ftimestamp_bound\x18\x04 \x01(\x03\x12\x38\n\x12input_stream_infos\x18\x05 \x03(\x0b\x32\x1c.mediapipe.StreamRuntimeInfo\"l\n\x10GraphRuntimeInfo\x12\x1c\n\x14\x63\x61pture_time_unix_us\x18\x01 \x01(\x03\x12:\n\x10\x63\x61lculator_infos\x18\x02 \x03(\x0b\x32 .mediapipe.CalculatorRuntimeInfoB3\n\x1a\x63om.google.mediapipe.protoB\x15GraphRuntimeInfoProtob\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,mediapipe/framework/graph_runtime_info.proto\x12\tmediapipe\"\x86\x01\n\x16InputStreamRuntimeInfo\x12\x13\n\x0bstream_name\x18\x01 \x01(\t\x12\x12\n\nqueue_size\x18\x02 \x01(\x05\x12\x1f\n\x17number_of_packets_added\x18\x03 \x01(\x05\x12\"\n\x1aminimum_timestamp_or_bound\x18\x04 \x01(\x03\"s\n\x17OutputStreamRuntimeInfo\x12\x13\n\x0bstream_name\x18\x01 \x01(\t\x12\x1f\n\x17number_of_packets_added\x18\x02 \x01(\x05\x12\"\n\x1aminimum_timestamp_or_bound\x18\x03 \x01(\x03\"\x92\x02\n\x15\x43\x61lculatorRuntimeInfo\x12\x17\n\x0f\x63\x61lculator_name\x18\x01 \x01(\t\x12\"\n\x1alast_process_start_unix_us\x18\x02 \x01(\x03\x12#\n\x1blast_process_finish_unix_us\x18\x03 \x01(\x03\x12\x17\n\x0ftimestamp_bound\x18\x04 \x01(\x03\x12=\n\x12input_stream_infos\x18\x05 \x03(\x0b\x32!.mediapipe.InputStreamRuntimeInfo\x12?\n\x13output_stream_infos\x18\x06 \x03(\x0b\x32\".mediapipe.OutputStreamRuntimeInfo\"l\n\x10GraphRuntimeInfo\x12\x1c\n\x14\x63\x61pture_time_unix_us\x18\x01 \x01(\x03\x12:\n\x10\x63\x61lculator_infos\x18\x02 \x03(\x0b\x32 .mediapipe.CalculatorRuntimeInfoB3\n\x1a\x63om.google.mediapipe.protoB\x15GraphRuntimeInfoProtob\x06proto3')
18
18
 
19
19
  _globals = globals()
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -22,10 +22,12 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'mediapipe.framework.graph_r
22
22
  if _descriptor._USE_C_DESCRIPTORS == False:
23
23
  _globals['DESCRIPTOR']._options = None
24
24
  _globals['DESCRIPTOR']._serialized_options = b'\n\032com.google.mediapipe.protoB\025GraphRuntimeInfoProto'
25
- _globals['_STREAMRUNTIMEINFO']._serialized_start=60
26
- _globals['_STREAMRUNTIMEINFO']._serialized_end=189
27
- _globals['_CALCULATORRUNTIMEINFO']._serialized_start=192
28
- _globals['_CALCULATORRUNTIMEINFO']._serialized_end=396
29
- _globals['_GRAPHRUNTIMEINFO']._serialized_start=398
30
- _globals['_GRAPHRUNTIMEINFO']._serialized_end=506
25
+ _globals['_INPUTSTREAMRUNTIMEINFO']._serialized_start=60
26
+ _globals['_INPUTSTREAMRUNTIMEINFO']._serialized_end=194
27
+ _globals['_OUTPUTSTREAMRUNTIMEINFO']._serialized_start=196
28
+ _globals['_OUTPUTSTREAMRUNTIMEINFO']._serialized_end=311
29
+ _globals['_CALCULATORRUNTIMEINFO']._serialized_start=314
30
+ _globals['_CALCULATORRUNTIMEINFO']._serialized_end=588
31
+ _globals['_GRAPHRUNTIMEINFO']._serialized_start=590
32
+ _globals['_GRAPHRUNTIMEINFO']._serialized_end=698
31
33
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mediapipe-nightly
3
- Version: 0.10.22.post20250225
3
+ Version: 0.10.22.post20250226
4
4
  Summary: MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.
5
5
  Home-page: https://github.com/google/mediapipe
6
6
  Author: The MediaPipe Authors