vaapi 0.3.2__tar.gz → 0.3.3__tar.gz
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.
- {vaapi-0.3.2 → vaapi-0.3.3}/PKG-INFO +1 -1
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/__init__.py +1 -1
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/logs/client.py +8 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/log.py +11 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi.egg-info/PKG-INFO +1 -1
- {vaapi-0.3.2 → vaapi-0.3.3}/.gitignore +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/README.md +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/docgen.sh +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/package_pypi.sh +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/pyproject.toml +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/requirements.txt +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/setup.cfg +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/annotations/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/annotations/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/base_client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/api_error.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/file.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/http_client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/core/request_options.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/events/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/events/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/game/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/game/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/run_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/tests/cognition_repr_test.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/tests/event_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/tests/game_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/tests/logs_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/tests/motion_repr_test.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/annotation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/event.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/game.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.3.2 → vaapi-0.3.3}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -84,6 +84,8 @@ class LogClient:
|
|
|
84
84
|
representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
85
85
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
86
86
|
log_path: typing.Optional[str] = OMIT,
|
|
87
|
+
num_cognition_frames: typing.Optional[int] = OMIT,
|
|
88
|
+
num_motion_frames: typing.Optional[int] = OMIT,
|
|
87
89
|
num_jpg_bottom: typing.Optional[int] = OMIT,
|
|
88
90
|
num_jpg_top: typing.Optional[int] = OMIT,
|
|
89
91
|
num_bottom: typing.Optional[int] = OMIT,
|
|
@@ -178,6 +180,8 @@ class LogClient:
|
|
|
178
180
|
"representation_list": representation_list,
|
|
179
181
|
"sensor_log_path": sensor_log_path,
|
|
180
182
|
"log_path": log_path,
|
|
183
|
+
"num_cognition_frames": num_cognition_frames,
|
|
184
|
+
"num_motion_frames": num_motion_frames,
|
|
181
185
|
"num_jpg_bottom": num_jpg_bottom,
|
|
182
186
|
"num_jpg_top": num_jpg_top,
|
|
183
187
|
"num_bottom": num_bottom,
|
|
@@ -256,6 +260,8 @@ class LogClient:
|
|
|
256
260
|
representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
257
261
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
258
262
|
log_path: typing.Optional[str] = OMIT,
|
|
263
|
+
num_cognition_frames: typing.Optional[int] = OMIT,
|
|
264
|
+
num_motion_frames: typing.Optional[int] = OMIT,
|
|
259
265
|
num_jpg_bottom: typing.Optional[int] = OMIT,
|
|
260
266
|
num_jpg_top: typing.Optional[int] = OMIT,
|
|
261
267
|
num_bottom: typing.Optional[int] = OMIT,
|
|
@@ -362,6 +368,8 @@ class LogClient:
|
|
|
362
368
|
"representation_list": representation_list,
|
|
363
369
|
"sensor_log_path": sensor_log_path,
|
|
364
370
|
"log_path": log_path,
|
|
371
|
+
"num_cognition_frames": num_cognition_frames,
|
|
372
|
+
"num_motion_frames": num_motion_frames,
|
|
365
373
|
"num_jpg_bottom": num_jpg_bottom,
|
|
366
374
|
"num_jpg_top": num_jpg_top,
|
|
367
375
|
"num_bottom": num_bottom,
|
|
@@ -52,6 +52,17 @@ class Log(pydantic_v1.BaseModel):
|
|
|
52
52
|
log_path
|
|
53
53
|
"""
|
|
54
54
|
log_path: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
55
|
+
|
|
56
|
+
"""
|
|
57
|
+
num_cognition_frames
|
|
58
|
+
"""
|
|
59
|
+
num_cognition_frames: typing.Optional[int] = pydantic_v1.Field(default=None)
|
|
60
|
+
|
|
61
|
+
"""
|
|
62
|
+
num_motion_frames
|
|
63
|
+
"""
|
|
64
|
+
num_motion_frames: typing.Optional[int] = pydantic_v1.Field(default=None)
|
|
65
|
+
|
|
55
66
|
"""
|
|
56
67
|
num_jpg_bottom
|
|
57
68
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|