matrice-inference 0.1.0__py3-none-manylinux_2_17_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.
Potentially problematic release.
This version of matrice-inference might be problematic. Click here for more details.
- matrice_inference/deploy/aggregator/aggregator.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/aggregator.pyi +55 -0
- matrice_inference/deploy/aggregator/analytics.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/analytics.pyi +63 -0
- matrice_inference/deploy/aggregator/ingestor.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/ingestor.pyi +79 -0
- matrice_inference/deploy/aggregator/pipeline.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/pipeline.pyi +139 -0
- matrice_inference/deploy/aggregator/publisher.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/publisher.pyi +59 -0
- matrice_inference/deploy/aggregator/synchronizer.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/aggregator/synchronizer.pyi +58 -0
- matrice_inference/deploy/client/auto_streaming/auto_streaming.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/auto_streaming/auto_streaming.pyi +145 -0
- matrice_inference/deploy/client/auto_streaming/auto_streaming_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/auto_streaming/auto_streaming_utils.pyi +126 -0
- matrice_inference/deploy/client/client.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/client.pyi +337 -0
- matrice_inference/deploy/client/client_stream_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/client_stream_utils.pyi +83 -0
- matrice_inference/deploy/client/client_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/client_utils.pyi +77 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_gateway.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_gateway.pyi +120 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_gateway_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_gateway_utils.pyi +442 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_results_handler.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/client/streaming_gateway/streaming_results_handler.pyi +19 -0
- matrice_inference/deploy/optimize/cache_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/optimize/cache_manager.pyi +15 -0
- matrice_inference/deploy/optimize/frame_comparators.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/optimize/frame_comparators.pyi +203 -0
- matrice_inference/deploy/optimize/frame_difference.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/optimize/frame_difference.pyi +165 -0
- matrice_inference/deploy/optimize/transmission.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/optimize/transmission.pyi +97 -0
- matrice_inference/deploy/server/inference/batch_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/inference/batch_manager.pyi +50 -0
- matrice_inference/deploy/server/inference/inference_interface.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/inference/inference_interface.pyi +114 -0
- matrice_inference/deploy/server/inference/model_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/inference/model_manager.pyi +80 -0
- matrice_inference/deploy/server/inference/triton_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/inference/triton_utils.pyi +115 -0
- matrice_inference/deploy/server/proxy/proxy_interface.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/proxy/proxy_interface.pyi +90 -0
- matrice_inference/deploy/server/proxy/proxy_utils.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/proxy/proxy_utils.pyi +113 -0
- matrice_inference/deploy/server/server.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/server.pyi +155 -0
- matrice_inference/deploy/server/stream/inference_worker.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/inference_worker.pyi +56 -0
- matrice_inference/deploy/server/stream/kafka_consumer_worker.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/kafka_consumer_worker.pyi +51 -0
- matrice_inference/deploy/server/stream/kafka_producer_worker.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/kafka_producer_worker.pyi +50 -0
- matrice_inference/deploy/server/stream/stream_debug_logger.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/stream_debug_logger.pyi +47 -0
- matrice_inference/deploy/server/stream/stream_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/stream_manager.pyi +69 -0
- matrice_inference/deploy/server/stream/video_buffer.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/server/stream/video_buffer.pyi +120 -0
- matrice_inference/deploy/stream/kafka_stream.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/stream/kafka_stream.pyi +444 -0
- matrice_inference/deploy/stream/redis_stream.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deploy/stream/redis_stream.pyi +447 -0
- matrice_inference/deployment/camera_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deployment/camera_manager.pyi +669 -0
- matrice_inference/deployment/deployment.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deployment/deployment.pyi +736 -0
- matrice_inference/deployment/inference_pipeline.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deployment/inference_pipeline.pyi +527 -0
- matrice_inference/deployment/streaming_gateway_manager.cpython-312-x86_64-linux-gnu.so +0 -0
- matrice_inference/deployment/streaming_gateway_manager.pyi +275 -0
- matrice_inference/py.typed +0 -0
- matrice_inference-0.1.0.dist-info/METADATA +26 -0
- matrice_inference-0.1.0.dist-info/RECORD +80 -0
- matrice_inference-0.1.0.dist-info/WHEEL +5 -0
- matrice_inference-0.1.0.dist-info/licenses/LICENSE.txt +21 -0
- matrice_inference-0.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
"""Auto-generated stub for module: streaming_gateway_manager."""
|
|
2
|
+
from typing import Any, Dict, List, Optional, Set, Tuple
|
|
3
|
+
|
|
4
|
+
from dataclasses import dataclass, asdict
|
|
5
|
+
import logging
|
|
6
|
+
|
|
7
|
+
# Classes
|
|
8
|
+
class StreamingGateway:
|
|
9
|
+
"""
|
|
10
|
+
Streaming gateway instance class for managing individual streaming gateways.
|
|
11
|
+
|
|
12
|
+
This class represents a single streaming gateway and provides methods to manage
|
|
13
|
+
its configuration, camera groups, and operational status.
|
|
14
|
+
|
|
15
|
+
Example:
|
|
16
|
+
Basic usage:
|
|
17
|
+
```python
|
|
18
|
+
from matrice import Session
|
|
19
|
+
from matrice_inference.deployment.streaming_gateway_manager import StreamingGateway, StreamingGatewayConfig
|
|
20
|
+
|
|
21
|
+
session = Session(account_number="...", access_key="...", secret_key="...")
|
|
22
|
+
|
|
23
|
+
# Create gateway config
|
|
24
|
+
config = StreamingGatewayConfig(
|
|
25
|
+
name="Main Gateway",
|
|
26
|
+
description="Primary streaming gateway",
|
|
27
|
+
camera_group_ids=["group1", "group2"]
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
# Create gateway instance
|
|
31
|
+
gateway = StreamingGateway(session, config)
|
|
32
|
+
|
|
33
|
+
# Save to backend
|
|
34
|
+
result, error, message = gateway.save()
|
|
35
|
+
if not error:
|
|
36
|
+
print(f"Gateway created with ID: {gateway.id}")
|
|
37
|
+
|
|
38
|
+
# Update configuration
|
|
39
|
+
gateway.description = "Updated description"
|
|
40
|
+
result, error, message = gateway.update()
|
|
41
|
+
```
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
def __init__(self: Any, session: Any, config: Any = None, gateway_id: str = None) -> None: ...
|
|
45
|
+
"""
|
|
46
|
+
Initialize a StreamingGateway instance.
|
|
47
|
+
|
|
48
|
+
Args:
|
|
49
|
+
session: Session object containing RPC client for API communication
|
|
50
|
+
config: StreamingGatewayConfig object (for new gateways)
|
|
51
|
+
gateway_id: ID of existing gateway to load (mutually exclusive with config)
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
def add_camera_groups(self: Any, camera_group_ids: List[str]) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
55
|
+
"""
|
|
56
|
+
Add camera groups to this gateway.
|
|
57
|
+
|
|
58
|
+
Args:
|
|
59
|
+
camera_group_ids: List of camera group IDs to add
|
|
60
|
+
|
|
61
|
+
Returns:
|
|
62
|
+
tuple: (result, error, message)
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
def camera_group_ids(self: Any) -> List[str]: ...
|
|
66
|
+
"""
|
|
67
|
+
Get the camera group IDs.
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
def camera_group_ids(self: Any, value: List[str]) -> Any: ...
|
|
71
|
+
"""
|
|
72
|
+
Set the camera group IDs.
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
def delete(self: Any, force: bool = False) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
76
|
+
"""
|
|
77
|
+
Delete the gateway from the backend.
|
|
78
|
+
|
|
79
|
+
Args:
|
|
80
|
+
force: Force delete even if active
|
|
81
|
+
|
|
82
|
+
Returns:
|
|
83
|
+
tuple: (result, error, message)
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
def description(self: Any) -> Optional[str]: ...
|
|
87
|
+
"""
|
|
88
|
+
Get the gateway description.
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
def description(self: Any, value: str) -> Any: ...
|
|
92
|
+
"""
|
|
93
|
+
Set the gateway description.
|
|
94
|
+
"""
|
|
95
|
+
|
|
96
|
+
def id(self: Any) -> Optional[str]: ...
|
|
97
|
+
"""
|
|
98
|
+
Get the gateway ID.
|
|
99
|
+
"""
|
|
100
|
+
|
|
101
|
+
def id_service(self: Any) -> Optional[str]: ...
|
|
102
|
+
"""
|
|
103
|
+
Get the service ID (deployment or inference pipeline ID).
|
|
104
|
+
"""
|
|
105
|
+
|
|
106
|
+
def id_service(self: Any, value: str) -> Any: ...
|
|
107
|
+
"""
|
|
108
|
+
Set the service ID (deployment or inference pipeline ID).
|
|
109
|
+
"""
|
|
110
|
+
|
|
111
|
+
def name(self: Any) -> str: ...
|
|
112
|
+
"""
|
|
113
|
+
Get the gateway name.
|
|
114
|
+
"""
|
|
115
|
+
|
|
116
|
+
def name(self: Any, value: str) -> Any: ...
|
|
117
|
+
"""
|
|
118
|
+
Set the gateway name.
|
|
119
|
+
"""
|
|
120
|
+
|
|
121
|
+
def refresh(self: Any) -> Any: ...
|
|
122
|
+
"""
|
|
123
|
+
Refresh the gateway configuration from the backend.
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
def remove_camera_groups(self: Any, camera_group_ids: List[str]) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
127
|
+
"""
|
|
128
|
+
Remove camera groups from this gateway.
|
|
129
|
+
|
|
130
|
+
Args:
|
|
131
|
+
camera_group_ids: List of camera group IDs to remove
|
|
132
|
+
|
|
133
|
+
Returns:
|
|
134
|
+
tuple: (result, error, message)
|
|
135
|
+
"""
|
|
136
|
+
|
|
137
|
+
def save(self: Any, service_id: str = None) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
138
|
+
"""
|
|
139
|
+
Save the gateway configuration to the backend (create new).
|
|
140
|
+
|
|
141
|
+
Args:
|
|
142
|
+
service_id: The deployment or inference pipeline ID to associate with
|
|
143
|
+
|
|
144
|
+
Returns:
|
|
145
|
+
tuple: (result, error, message)
|
|
146
|
+
"""
|
|
147
|
+
|
|
148
|
+
def status(self: Any) -> Optional[str]: ...
|
|
149
|
+
"""
|
|
150
|
+
Get the gateway status.
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
def update(self: Any) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
154
|
+
"""
|
|
155
|
+
Update the gateway configuration in the backend.
|
|
156
|
+
|
|
157
|
+
Returns:
|
|
158
|
+
tuple: (result, error, message)
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
class StreamingGatewayConfig:
|
|
162
|
+
"""
|
|
163
|
+
Streaming gateway configuration data class.
|
|
164
|
+
|
|
165
|
+
Attributes:
|
|
166
|
+
id: Unique identifier for the streaming gateway (MongoDB ObjectID)
|
|
167
|
+
id_service: Deployment ID this gateway belongs to (MongoDB ObjectID)
|
|
168
|
+
name: Name of the streaming gateway
|
|
169
|
+
description: Description of the streaming gateway
|
|
170
|
+
camera_group_ids: List of camera group IDs associated with this gateway
|
|
171
|
+
status: Status of the streaming gateway (e.g., "active", "inactive")
|
|
172
|
+
created_at: Creation timestamp
|
|
173
|
+
updated_at: Last update timestamp
|
|
174
|
+
"""
|
|
175
|
+
|
|
176
|
+
def from_dict(cls: Any, data: Dict) -> Any: ...
|
|
177
|
+
"""
|
|
178
|
+
Create a StreamingGatewayConfig instance from API response data.
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
def to_dict(self: Any) -> Dict: ...
|
|
182
|
+
"""
|
|
183
|
+
Convert the streaming gateway config to a dictionary for API calls.
|
|
184
|
+
"""
|
|
185
|
+
|
|
186
|
+
class StreamingGatewayManager:
|
|
187
|
+
"""
|
|
188
|
+
Streaming gateway manager client for handling streaming gateway configurations in deployments.
|
|
189
|
+
|
|
190
|
+
This class provides methods to create, read, update, and delete streaming gateway configurations
|
|
191
|
+
that manage collections of camera groups for efficient video processing and distribution.
|
|
192
|
+
|
|
193
|
+
Example:
|
|
194
|
+
Basic usage:
|
|
195
|
+
```python
|
|
196
|
+
from matrice import Session
|
|
197
|
+
from matrice_inference.deployment.streaming_gateway_manager import StreamingGatewayManager, StreamingGatewayConfig
|
|
198
|
+
|
|
199
|
+
session = Session(account_number="...", access_key="...", secret_key="...")
|
|
200
|
+
gateway_manager = StreamingGatewayManager(session, service_id="deployment_id")
|
|
201
|
+
|
|
202
|
+
# Create a streaming gateway config
|
|
203
|
+
config = StreamingGatewayConfig(
|
|
204
|
+
name="Main Streaming Gateway",
|
|
205
|
+
description="Primary gateway for building A camera groups",
|
|
206
|
+
camera_group_ids=["group1_id", "group2_id"]
|
|
207
|
+
)
|
|
208
|
+
|
|
209
|
+
# Create gateway through manager
|
|
210
|
+
gateway, error, message = gateway_manager.create_streaming_gateway(config)
|
|
211
|
+
if error:
|
|
212
|
+
print(f"Error: {error}")
|
|
213
|
+
else:
|
|
214
|
+
print(f"Streaming gateway created: {gateway.name}")
|
|
215
|
+
|
|
216
|
+
# Get all gateways for a deployment
|
|
217
|
+
gateways, error, message = gateway_manager.get_streaming_gateways()
|
|
218
|
+
if not error:
|
|
219
|
+
for gateway in gateways:
|
|
220
|
+
print(f"Gateway: {gateway.name} - {len(gateway.camera_group_ids)} camera groups")
|
|
221
|
+
```
|
|
222
|
+
"""
|
|
223
|
+
|
|
224
|
+
def __init__(self: Any, session: Any, service_id: str = None) -> None: ...
|
|
225
|
+
"""
|
|
226
|
+
Initialize the StreamingGatewayManager client.
|
|
227
|
+
|
|
228
|
+
Args:
|
|
229
|
+
session: Session object containing RPC client for API communication
|
|
230
|
+
service_id: The ID of the deployment or the ID of the inference pipeline
|
|
231
|
+
"""
|
|
232
|
+
|
|
233
|
+
def create_streaming_gateway(self: Any, config: Any) -> Tuple[Optional['StreamingGateway'], Optional[str], str]: ...
|
|
234
|
+
"""
|
|
235
|
+
Create a new streaming gateway from configuration.
|
|
236
|
+
|
|
237
|
+
Args:
|
|
238
|
+
config: StreamingGatewayConfig object containing the gateway configuration
|
|
239
|
+
|
|
240
|
+
Returns:
|
|
241
|
+
tuple: (streaming_gateway, error, message)
|
|
242
|
+
- streaming_gateway: StreamingGateway instance if successful, None otherwise
|
|
243
|
+
- error: Error message if failed, None otherwise
|
|
244
|
+
- message: Status message
|
|
245
|
+
"""
|
|
246
|
+
|
|
247
|
+
def get_streaming_gateway_by_id(self: Any, gateway_id: str) -> Tuple[StreamingGateway, Optional[str], str]: ...
|
|
248
|
+
"""
|
|
249
|
+
Get a streaming gateway by its ID.
|
|
250
|
+
|
|
251
|
+
Args:
|
|
252
|
+
gateway_id: The ID of the streaming gateway to retrieve
|
|
253
|
+
|
|
254
|
+
Returns:
|
|
255
|
+
tuple: (streaming_gateway, error, message)
|
|
256
|
+
"""
|
|
257
|
+
|
|
258
|
+
def get_streaming_gateways(self: Any, page: int = 1, limit: int = 10, search: str = None) -> Tuple[Optional[List['StreamingGateway']], Optional[str], str]: ...
|
|
259
|
+
"""
|
|
260
|
+
Get all streaming gateways for a specific deployment.
|
|
261
|
+
|
|
262
|
+
Args:
|
|
263
|
+
page: Page number for pagination
|
|
264
|
+
limit: Items per page
|
|
265
|
+
search: Optional search term
|
|
266
|
+
|
|
267
|
+
Returns:
|
|
268
|
+
tuple: (streaming_gateways, error, message)
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
def handle_response(self: Any, response: Dict, success_message: str, failure_message: str) -> Tuple[Optional[Dict], Optional[str], str]: ...
|
|
272
|
+
"""
|
|
273
|
+
Handle API response and return standardized tuple.
|
|
274
|
+
"""
|
|
275
|
+
|
|
File without changes
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: matrice_inference
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Common utilities for Matrice.ai services
|
|
5
|
+
Author-email: "Matrice.ai" <dipendra@matrice.ai>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Keywords: matrice,inference,utilities,cython
|
|
8
|
+
Classifier: Development Status :: 4 - Beta
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
11
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Typing :: Typed
|
|
20
|
+
Requires-Python: <4,>=3.7
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE.txt
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# matrice\_inference
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
matrice_inference/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
matrice_inference/deploy/aggregator/aggregator.cpython-312-x86_64-linux-gnu.so,sha256=F4fm1tu65iBTe38qFQcbPg5XUG76feLUoY1x7rhphHo,937664
|
|
3
|
+
matrice_inference/deploy/aggregator/aggregator.pyi,sha256=Pr3RfyPZgLf9iG_5pnxPNw6Ewog8E6zD_XHXiX4lIN4,1610
|
|
4
|
+
matrice_inference/deploy/aggregator/analytics.cpython-312-x86_64-linux-gnu.so,sha256=uxSIM_taFEp75XkUKWzkd_11YHTJJMcTZPpTSTAgM4w,1372392
|
|
5
|
+
matrice_inference/deploy/aggregator/analytics.pyi,sha256=l2GoiuPkV5NG-Zpj2dM1RISnJ39tWcpUzyZGUsd1pxw,2065
|
|
6
|
+
matrice_inference/deploy/aggregator/ingestor.cpython-312-x86_64-linux-gnu.so,sha256=D95ILDOaGeL6Ovg1i1CNw9ffDYF2VD6froBm0jlN9Is,1360464
|
|
7
|
+
matrice_inference/deploy/aggregator/ingestor.pyi,sha256=GZanxdVRCS5XVfP1cSEYjBOrlx6TPYmMlis-34B-Zwk,2282
|
|
8
|
+
matrice_inference/deploy/aggregator/pipeline.cpython-312-x86_64-linux-gnu.so,sha256=9MM5vpELupR_5aA3_e0iyF9pz-lBYVVzYLWJkW6Vsm8,2290760
|
|
9
|
+
matrice_inference/deploy/aggregator/pipeline.pyi,sha256=oKs3cMWWxnJ_tRT4R3XpywkyGjDjaYMzmsPQ1U5U-40,4798
|
|
10
|
+
matrice_inference/deploy/aggregator/publisher.cpython-312-x86_64-linux-gnu.so,sha256=jDUI3Vp_YAnbESldetMhjeXapKa7QPAel1HkGz8tICA,839384
|
|
11
|
+
matrice_inference/deploy/aggregator/publisher.pyi,sha256=L9tzvYG9GYpChuVTX6RWrUk-HFs2y_pzEo57RRMfpEI,1746
|
|
12
|
+
matrice_inference/deploy/aggregator/synchronizer.cpython-312-x86_64-linux-gnu.so,sha256=1iy6hDz4sCqtDlCa3wdoRZg6_eKRPPQ2P1zSXe7GVrw,1501056
|
|
13
|
+
matrice_inference/deploy/aggregator/synchronizer.pyi,sha256=C_cAWWaGnu0wkFgKOR4muh0PYa-fHeeyk89NS8fxEtU,1700
|
|
14
|
+
matrice_inference/deploy/client/client.cpython-312-x86_64-linux-gnu.so,sha256=6qoeoB9aOQVEyKNmhxJsJEgqD7t8ZO5JxIBj6J5Yi9I,1813168
|
|
15
|
+
matrice_inference/deploy/client/client.pyi,sha256=gtfdJc9l8GNG1gqic6bUB8SaSGhKUttEPPqPRvNRKIk,15096
|
|
16
|
+
matrice_inference/deploy/client/client_stream_utils.cpython-312-x86_64-linux-gnu.so,sha256=yO_j0YUhuJP0ETUx1d9WwOBUagNYuUUcBNfA4yMny7o,2185320
|
|
17
|
+
matrice_inference/deploy/client/client_stream_utils.pyi,sha256=0zblWmHvAa7ok_3h8KwnwHl2d_mvVOWyo19MV3L64OM,3869
|
|
18
|
+
matrice_inference/deploy/client/client_utils.cpython-312-x86_64-linux-gnu.so,sha256=uJb0EwlRnrEYXCgWfYkywTcdq6aYPVgdOpGVQhI_tfw,1381848
|
|
19
|
+
matrice_inference/deploy/client/client_utils.pyi,sha256=SOE4Wxw_9THtYJ4AJ0z4w6qStuyQYBMIJweQkPL85DY,3028
|
|
20
|
+
matrice_inference/deploy/client/auto_streaming/auto_streaming.cpython-312-x86_64-linux-gnu.so,sha256=IJ-_g6e-_M8Oyzk2YQ3X8q1n__cIHMwhFGckH4f30q8,1827272
|
|
21
|
+
matrice_inference/deploy/client/auto_streaming/auto_streaming.pyi,sha256=FvaaAtC2pha0W2l01E0oEBBtegAzU4bT6OoobJ_fC3Q,5719
|
|
22
|
+
matrice_inference/deploy/client/auto_streaming/auto_streaming_utils.cpython-312-x86_64-linux-gnu.so,sha256=rI1k1iuUMDlSJX2s624p7IWMUe27-2MQgbZuqyjm-Wc,990104
|
|
23
|
+
matrice_inference/deploy/client/auto_streaming/auto_streaming_utils.pyi,sha256=pNekMiuZ8qztvZj9jttBdlLtx5h00b0YykkxkvqmWRI,5130
|
|
24
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_gateway.cpython-312-x86_64-linux-gnu.so,sha256=klmz5Bw6MGsOBodqxtaC0qK2_LFS8fDXntIcObKV4Wc,1449392
|
|
25
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_gateway.pyi,sha256=f5f4sY1qB_IHXI_VxsApPLLhGnPcrVBhWj3IZ09h1Js,4809
|
|
26
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_gateway_utils.cpython-312-x86_64-linux-gnu.so,sha256=6tRzvHYoTq-8qN5170W_6Gm3fStQCfSBWqXov-87Qzc,2573032
|
|
27
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_gateway_utils.pyi,sha256=Ji26sgTaq5Cn52rAS6GC92u9fe6yMDOpVOPs_G97d28,18407
|
|
28
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_results_handler.cpython-312-x86_64-linux-gnu.so,sha256=G3nkqcyB7kf75lbeC_t7RmkgNEdCSrHdV-fdWhuScAs,1376440
|
|
29
|
+
matrice_inference/deploy/client/streaming_gateway/streaming_results_handler.pyi,sha256=Jbm4hwQPqyCaGHYrvzMKM4OQV0jM8DQoJ6yMW38kbT0,799
|
|
30
|
+
matrice_inference/deploy/optimize/cache_manager.cpython-312-x86_64-linux-gnu.so,sha256=tMEP2ahvhMr670dmB1qIsdZPMbJTIXvG7mtyIcRzZXs,328320
|
|
31
|
+
matrice_inference/deploy/optimize/cache_manager.pyi,sha256=43iGkzJI3c4tq8Avo-rj1R1CS5VIIB08dCdY-yFLL5g,480
|
|
32
|
+
matrice_inference/deploy/optimize/frame_comparators.cpython-312-x86_64-linux-gnu.so,sha256=klP_rj4OxrzY7BSrUnntsAk1214-tPy01dQLH80Hzyw,1659832
|
|
33
|
+
matrice_inference/deploy/optimize/frame_comparators.pyi,sha256=7bGmLT4K04f0GZAJlD2mdcHb9zHcjs05gDerubpXbWc,7239
|
|
34
|
+
matrice_inference/deploy/optimize/frame_difference.cpython-312-x86_64-linux-gnu.so,sha256=zRRKiW5r3eY2CQaBgD2LVgY2vRs_yabtqmnp9rBXY4E,1281272
|
|
35
|
+
matrice_inference/deploy/optimize/frame_difference.pyi,sha256=Xg1Zepr8YhOwEWWPxkBA2a4zlDauKgfSwmWoAnCSTO0,5789
|
|
36
|
+
matrice_inference/deploy/optimize/transmission.cpython-312-x86_64-linux-gnu.so,sha256=KVPPMmSSulq7kPNCaXJWha1XJx_pBKzRFVQ5aGTAQuQ,1220256
|
|
37
|
+
matrice_inference/deploy/optimize/transmission.pyi,sha256=4iJSUvlcLgDE1CAbZM9aZnFpvWo6QDWwBMwsB5q3MY0,3758
|
|
38
|
+
matrice_inference/deploy/server/server.cpython-312-x86_64-linux-gnu.so,sha256=r45BSexwM3jTz4ZjTIruEJfQ96LGAWF5x0EUH-pu14M,2463856
|
|
39
|
+
matrice_inference/deploy/server/server.pyi,sha256=vAXSW1-zc8_jciQg1Qh17GQSkXr765kb0MC2Gl3VWjI,5460
|
|
40
|
+
matrice_inference/deploy/server/inference/batch_manager.cpython-312-x86_64-linux-gnu.so,sha256=KaYlfZFYs3Rb8owcF_uP1yrcJOybhNm3henBHCGVO6g,1082360
|
|
41
|
+
matrice_inference/deploy/server/inference/batch_manager.pyi,sha256=nMK_PEcL7Lj0BB3ehJYhquIvtRiwVKSYfVINI7WJkF4,1492
|
|
42
|
+
matrice_inference/deploy/server/inference/inference_interface.cpython-312-x86_64-linux-gnu.so,sha256=X41ivJhC5jO7n_OT7Lh-R9UfXNSsl_iWlPNthYPLsrM,1765104
|
|
43
|
+
matrice_inference/deploy/server/inference/inference_interface.pyi,sha256=du6PtaQ-FsTjScD7hdEdn49d8PbWI7_AKwiPrd5-wF4,6081
|
|
44
|
+
matrice_inference/deploy/server/inference/model_manager.cpython-312-x86_64-linux-gnu.so,sha256=3KevicAXoRnE4NiNp1Z8l_yxNmKBvaoDDLxBSPLRF3o,790280
|
|
45
|
+
matrice_inference/deploy/server/inference/model_manager.pyi,sha256=plazloB8ytqFxq5xM1QrQagbLganD1JCotTLsqaTY1s,3212
|
|
46
|
+
matrice_inference/deploy/server/inference/triton_utils.cpython-312-x86_64-linux-gnu.so,sha256=8LbdXj6_kEiiGtESU5Ha_WxntAq-3sdix8h-6RFUIO0,1824128
|
|
47
|
+
matrice_inference/deploy/server/inference/triton_utils.pyi,sha256=hcyyIGpdl2UHPqJMToQVj7AjZu5XGi1dQRqRx17tqCM,3564
|
|
48
|
+
matrice_inference/deploy/server/proxy/proxy_interface.cpython-312-x86_64-linux-gnu.so,sha256=IwJ0lLBH5CEb-4x1BJsgVLEyq5OKkF9JGiUR6PVfgGA,1341064
|
|
49
|
+
matrice_inference/deploy/server/proxy/proxy_interface.pyi,sha256=FGwL4t4EXnpg1LKT4-X5TomP3ULqwEZBlLBfH-MWzlE,2912
|
|
50
|
+
matrice_inference/deploy/server/proxy/proxy_utils.cpython-312-x86_64-linux-gnu.so,sha256=n6xoA9VtW45xn9seRZwdtYaa0NkEpBq0C-8ZAHDEeok,896080
|
|
51
|
+
matrice_inference/deploy/server/proxy/proxy_utils.pyi,sha256=FkpV7qyNuA8Y300_xjQ0f4aVMthem90z-piDcX17gZc,3501
|
|
52
|
+
matrice_inference/deploy/server/stream/inference_worker.cpython-312-x86_64-linux-gnu.so,sha256=9OnnQfl5rwev5wG64cBlDJlPh-LzLd7u-VOCdO48xYU,2364384
|
|
53
|
+
matrice_inference/deploy/server/stream/inference_worker.pyi,sha256=xVxAXaTZQ0kXito8-9kg-yH0gSKaKYfweN-mb421Jlg,2105
|
|
54
|
+
matrice_inference/deploy/server/stream/kafka_consumer_worker.cpython-312-x86_64-linux-gnu.so,sha256=afM6Jo3w8nLcyHMeQQqtQoFMFgbYbkuBDuN63SZ41HI,1061016
|
|
55
|
+
matrice_inference/deploy/server/stream/kafka_consumer_worker.pyi,sha256=T4doJPoYK1VOYW7zljSHU3LDvmJ_A-QUq0W9A-IZrwY,1813
|
|
56
|
+
matrice_inference/deploy/server/stream/kafka_producer_worker.cpython-312-x86_64-linux-gnu.so,sha256=VTHME4_nDUo287O_tU57M70WlDN1YIt-MSgr50xStB0,1335160
|
|
57
|
+
matrice_inference/deploy/server/stream/kafka_producer_worker.pyi,sha256=jX8CJ3T14igFnUuqOQE-e2CavYVCuJZGa-a9JYIxn3k,1770
|
|
58
|
+
matrice_inference/deploy/server/stream/stream_debug_logger.cpython-312-x86_64-linux-gnu.so,sha256=xXiD9IyKYG9b9y2O2NSzNMsjeEprodyDHqON0MfQVNA,916104
|
|
59
|
+
matrice_inference/deploy/server/stream/stream_debug_logger.pyi,sha256=o5wni-1vxwd5V4F8t2i2t8z8pmxLw-h4qiihlprTg2k,1182
|
|
60
|
+
matrice_inference/deploy/server/stream/stream_manager.cpython-312-x86_64-linux-gnu.so,sha256=kv2MKyAQ9KgK3ZRpqisrPILPXR915Af87MZfVGizTpQ,1395648
|
|
61
|
+
matrice_inference/deploy/server/stream/stream_manager.pyi,sha256=KHp3rJX0Q-o78oYTqvvvVuMHmn1L8oZ_D7Ex19vPIAs,2960
|
|
62
|
+
matrice_inference/deploy/server/stream/video_buffer.cpython-312-x86_64-linux-gnu.so,sha256=I2R1BE8PKAjXo4PeC70u4BF-jx59c9ZxamogRA0HtdE,1670696
|
|
63
|
+
matrice_inference/deploy/server/stream/video_buffer.pyi,sha256=qRv9ZS2i6mJo_aBe5BY-62_OU-1G0ZO1taFtBJd82E8,3653
|
|
64
|
+
matrice_inference/deploy/stream/kafka_stream.cpython-312-x86_64-linux-gnu.so,sha256=ESZbF8ANbiQIfR6gb4Euk_XYQX8p07Y2mB3LuwGuJM8,6313032
|
|
65
|
+
matrice_inference/deploy/stream/kafka_stream.pyi,sha256=ZibWOTAWbCtcWjPsz_NLI5j_9gVLksB5TiRvT5wVyeI,19102
|
|
66
|
+
matrice_inference/deploy/stream/redis_stream.cpython-312-x86_64-linux-gnu.so,sha256=_S0LGVSSpIHs08VIACh_rcwCZl4PqRfqoNIhNg0zkQg,4325216
|
|
67
|
+
matrice_inference/deploy/stream/redis_stream.pyi,sha256=17zxexxac_yz4o5TuNZ5vlhcRb4kF7Xn5OBNh22cq5s,17117
|
|
68
|
+
matrice_inference/deployment/camera_manager.cpython-312-x86_64-linux-gnu.so,sha256=k1tSFSw5Snmzdi2NFTsPTd6Ss3bgW0DOovz7k5rnajQ,2837184
|
|
69
|
+
matrice_inference/deployment/camera_manager.pyi,sha256=0amfLn_SBNnYFl5ceFvkngg_7WR_Ai0cbdnGS2NsCVY,21464
|
|
70
|
+
matrice_inference/deployment/deployment.cpython-312-x86_64-linux-gnu.so,sha256=Jm4538pBL5finIOvaw8hMwREJqtlhAOdR8c5_AEfcbk,1762320
|
|
71
|
+
matrice_inference/deployment/deployment.pyi,sha256=5Ik0WJwrEWJXNzFZlz0KRr-zFM0KIwD5cPNbC7App5I,26625
|
|
72
|
+
matrice_inference/deployment/inference_pipeline.cpython-312-x86_64-linux-gnu.so,sha256=eodYEu4MxxGa27DzEljb8ZE0qsCTgTnjcPIJNVbxyQM,2139672
|
|
73
|
+
matrice_inference/deployment/inference_pipeline.pyi,sha256=8kcgTH5fa7_q6nOt3qtVMGLWmlkW7K3qyIRfc092vOA,17609
|
|
74
|
+
matrice_inference/deployment/streaming_gateway_manager.cpython-312-x86_64-linux-gnu.so,sha256=e9-U_GUfeA6JMbW9gG98Rla_sagmL-OKdmNoe3M9N2M,1173584
|
|
75
|
+
matrice_inference/deployment/streaming_gateway_manager.pyi,sha256=ZcSDYqrVMY7R_NsCT4spMOYQdPtkBMvL1-cnXYB-8DI,9157
|
|
76
|
+
matrice_inference-0.1.0.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
77
|
+
matrice_inference-0.1.0.dist-info/METADATA,sha256=FwcWEZ2Rvuys4wvrD6kdXJRPWgLELOWoYOqrHn_57FM,952
|
|
78
|
+
matrice_inference-0.1.0.dist-info/WHEEL,sha256=1v2d5ZgIOCm88hTCU82KzCHH86q1AtbWccfY0LDUdfY,109
|
|
79
|
+
matrice_inference-0.1.0.dist-info/top_level.txt,sha256=h7i-nE-ZEKLmslZGWAdfa78m5oY8Bes04TTL8TtBvjM,18
|
|
80
|
+
matrice_inference-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Matrice.ai
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
matrice_inference
|