mediapipe-nightly 0.10.21.post20250122__cp312-cp312-manylinux_2_28_x86_64.whl → 0.10.21.post20250124__cp312-cp312-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.21-20250122'
26
+ __version__ = '0.10.21-20250124'
@@ -0,0 +1,37 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: mediapipe/calculators/audio/resample_time_series_calculator.proto
4
+ # Protobuf Python Version: 4.25.1
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from mediapipe.framework import calculator_pb2 as mediapipe_dot_framework_dot_calculator__pb2
16
+ try:
17
+ mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe_dot_framework_dot_calculator__options__pb2
18
+ except AttributeError:
19
+ mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe.framework.calculator_options_pb2
20
+
21
+
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nAmediapipe/calculators/audio/resample_time_series_calculator.proto\x12\tmediapipe\x1a$mediapipe/framework/calculator.proto\"\x91\x07\n#ResampleTimeSeriesCalculatorOptions\x12\x1a\n\x12target_sample_rate\x18\x01 \x01(\x01\x12o\n\x0eresampler_type\x18\x02 \x01(\x0e\x32<.mediapipe.ResampleTimeSeriesCalculatorOptions.ResamplerType:\x19RESAMPLER_RATIONAL_FACTOR\x12q\n\x1dresampler_libresample_options\x18\x03 \x01(\x0b\x32J.mediapipe.ResampleTimeSeriesCalculatorOptions.ResamplerLibResampleOptions\x12x\n!resampler_rational_factor_options\x18\x04 \x01(\x0b\x32M.mediapipe.ResampleTimeSeriesCalculatorOptions.ResamplerRationalFactorOptions\x12+\n\x1d\x63heck_inconsistent_timestamps\x18\x05 \x01(\x08:\x04true\x12\x1e\n\x10\x61llow_upsampling\x18\x06 \x01(\x08:\x04true\x12!\n\x16min_source_sample_rate\x18\x07 \x01(\x01:\x01\x30\x1aH\n\x1bResamplerLibResampleOptions\x12)\n\x1ause_high_quality_resampler\x18\x01 \x01(\x08:\x05\x66\x61lse\x1a\x92\x01\n\x1eResamplerRationalFactorOptions\x12\x18\n\rradius_factor\x18\x04 \x01(\x01:\x01\x35\x12\x1e\n\x11\x63utoff_proportion\x18\x05 \x01(\x01:\x03\x30.9\x12\x16\n\x0bkaiser_beta\x18\x03 \x01(\x01:\x01\x36\x12\x0e\n\x06radius\x18\x01 \x01(\x01\x12\x0e\n\x06\x63utoff\x18\x02 \x01(\x01\"C\n\rResamplerType\x12\r\n\tUNDEFINED\x10\x00\x12\x1d\n\x19RESAMPLER_RATIONAL_FACTOR\x10\x02\"\x04\x08\x01\x10\x01\x32\\\n\x03\x65xt\x12\x1c.mediapipe.CalculatorOptions\x18\x87\xea\xc0\x17 \x01(\x0b\x32..mediapipe.ResampleTimeSeriesCalculatorOptions')
23
+
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'mediapipe.calculators.audio.resample_time_series_calculator_pb2', _globals)
27
+ if _descriptor._USE_C_DESCRIPTORS == False:
28
+ DESCRIPTOR._options = None
29
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS']._serialized_start=119
30
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS']._serialized_end=1032
31
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERLIBRESAMPLEOPTIONS']._serialized_start=648
32
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERLIBRESAMPLEOPTIONS']._serialized_end=720
33
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERRATIONALFACTOROPTIONS']._serialized_start=723
34
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERRATIONALFACTOROPTIONS']._serialized_end=869
35
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERTYPE']._serialized_start=871
36
+ _globals['_RESAMPLETIMESERIESCALCULATOROPTIONS_RESAMPLERTYPE']._serialized_end=938
37
+ # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mediapipe-nightly
3
- Version: 0.10.21.post20250122
3
+ Version: 0.10.21.post20250124
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