mediapipe-nightly 0.10.22.post20250213__cp311-cp311-manylinux_2_28_x86_64.whl → 0.10.22.post20250218__cp311-cp311-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 +1 -1
- mediapipe/calculators/audio/two_tap_fir_filter_calculator_pb2.py +26 -0
- mediapipe/python/_framework_bindings.cpython-311-x86_64-linux-gnu.so +0 -0
- {mediapipe_nightly-0.10.22.post20250213.dist-info → mediapipe_nightly-0.10.22.post20250218.dist-info}/METADATA +1 -1
- {mediapipe_nightly-0.10.22.post20250213.dist-info → mediapipe_nightly-0.10.22.post20250218.dist-info}/RECORD +544 -543
- {mediapipe_nightly-0.10.22.post20250213.dist-info → mediapipe_nightly-0.10.22.post20250218.dist-info}/LICENSE +0 -0
- {mediapipe_nightly-0.10.22.post20250213.dist-info → mediapipe_nightly-0.10.22.post20250218.dist-info}/WHEEL +0 -0
- {mediapipe_nightly-0.10.22.post20250213.dist-info → mediapipe_nightly-0.10.22.post20250218.dist-info}/top_level.txt +0 -0
mediapipe/__init__.py
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: mediapipe/calculators/audio/two_tap_fir_filter_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
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?mediapipe/calculators/audio/two_tap_fir_filter_calculator.proto\x12\tmediapipe\"G\n TwoTapFirFilterCalculatorOptions\x12\x10\n\x08gain_now\x18\x01 \x01(\x02\x12\x11\n\tgain_prev\x18\x02 \x01(\x02')
|
18
|
+
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'mediapipe.calculators.audio.two_tap_fir_filter_calculator_pb2', _globals)
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
|
+
DESCRIPTOR._options = None
|
24
|
+
_globals['_TWOTAPFIRFILTERCALCULATOROPTIONS']._serialized_start=78
|
25
|
+
_globals['_TWOTAPFIRFILTERCALCULATOROPTIONS']._serialized_end=149
|
26
|
+
# @@protoc_insertion_point(module_scope)
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mediapipe-nightly
|
3
|
-
Version: 0.10.22.
|
3
|
+
Version: 0.10.22.post20250218
|
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
|