vaapi 0.3.2__tar.gz → 0.3.4__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.4}/PKG-INFO +5 -1
- {vaapi-0.3.2 → vaapi-0.3.4}/pyproject.toml +7 -1
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/__init__.py +1 -1
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/logs/client.py +8 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/log.py +11 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/PKG-INFO +5 -1
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/SOURCES.txt +1 -1
- vaapi-0.3.4/vaapi.egg-info/requires.txt +4 -0
- vaapi-0.3.2/requirements.txt +0 -5
- {vaapi-0.3.2 → vaapi-0.3.4}/.gitignore +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/README.md +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/docgen.sh +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/package_pypi.sh +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/setup.cfg +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/annotations/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/annotations/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/base_client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/api_error.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/file.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/http_client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/request_options.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/events/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/events/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/game/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/game/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/run_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/cognition_repr_test.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/event_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/game_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/logs_tests.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/motion_repr_test.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/annotation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/event.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/game.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vaapi
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Python utils for adding logs to our Visual Analytics Tool
|
|
5
5
|
Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -9,6 +9,10 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.6.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: protobuf==3.20.3
|
|
13
|
+
Requires-Dist: numpy<2.0.0,>=1.23.5
|
|
14
|
+
Requires-Dist: httpx
|
|
15
|
+
Requires-Dist: pydantic
|
|
12
16
|
|
|
13
17
|
# Berlin United - Visual Analytics Tool
|
|
14
18
|
Work in progress for an Analytics tool tailored to the needs of RoboCup SPL.
|
|
@@ -19,6 +19,12 @@ classifiers = [
|
|
|
19
19
|
dynamic = ["version"]
|
|
20
20
|
#[tool.setuptools_scm]
|
|
21
21
|
|
|
22
|
+
dependencies = [
|
|
23
|
+
"protobuf==3.20.3",
|
|
24
|
+
"numpy >= 1.23.5, < 2.0.0",
|
|
25
|
+
"httpx",
|
|
26
|
+
"pydantic",
|
|
27
|
+
]
|
|
28
|
+
|
|
22
29
|
[tool.setuptools.dynamic]
|
|
23
|
-
dependencies = {file = ["requirements.txt"]}
|
|
24
30
|
version = {attr = "vaapi.__version__"}
|
|
@@ -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
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vaapi
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Python utils for adding logs to our Visual Analytics Tool
|
|
5
5
|
Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -9,6 +9,10 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.6.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: protobuf==3.20.3
|
|
13
|
+
Requires-Dist: numpy<2.0.0,>=1.23.5
|
|
14
|
+
Requires-Dist: httpx
|
|
15
|
+
Requires-Dist: pydantic
|
|
12
16
|
|
|
13
17
|
# Berlin United - Visual Analytics Tool
|
|
14
18
|
Work in progress for an Analytics tool tailored to the needs of RoboCup SPL.
|
|
@@ -3,7 +3,6 @@ README.md
|
|
|
3
3
|
docgen.sh
|
|
4
4
|
package_pypi.sh
|
|
5
5
|
pyproject.toml
|
|
6
|
-
requirements.txt
|
|
7
6
|
vaapi/__init__.py
|
|
8
7
|
vaapi/base_client.py
|
|
9
8
|
vaapi/client.py
|
|
@@ -11,6 +10,7 @@ vaapi/run_tests.py
|
|
|
11
10
|
vaapi.egg-info/PKG-INFO
|
|
12
11
|
vaapi.egg-info/SOURCES.txt
|
|
13
12
|
vaapi.egg-info/dependency_links.txt
|
|
13
|
+
vaapi.egg-info/requires.txt
|
|
14
14
|
vaapi.egg-info/top_level.txt
|
|
15
15
|
vaapi/annotations/__init__.py
|
|
16
16
|
vaapi/annotations/client.py
|
vaapi-0.3.2/requirements.txt
DELETED
|
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
|