vaapi 0.7.37__tar.gz → 0.7.39__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.7.37 → vaapi-0.7.39}/PKG-INFO +2 -2
- {vaapi-0.7.37 → vaapi-0.7.39}/pyproject.toml +1 -1
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/__init__.py +1 -1
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/image/client.py +7 -2
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/image.py +5 -1
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi.egg-info/PKG-INFO +2 -2
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi.egg-info/requires.txt +1 -1
- {vaapi-0.7.37 → vaapi-0.7.39}/README.md +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/setup.cfg +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/base_client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_frame_option/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_frame_option/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_options/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_options/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_options_state/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/behavior_options_state/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/cognition_frame/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/cognition_frame/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/api_error.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/file.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/http_client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/pagination.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/core/request_options.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/events/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/events/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/experiment/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/experiment/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/game/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/game/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/image/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/log_status/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/log_status/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/logs/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/motion_frame/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/motion_frame/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/robots/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/robots/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/teams/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/teams/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/timeline/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/timeline/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/annotation.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/behavior_option.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/behavior_option_state.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/behaviorframe_options.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/cognition_frame.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/event.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/experiment.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/frame_filter.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/game.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/log.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/log_status.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/motion_frame.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/robots.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/teams.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/timeline.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/video.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/xabsl_symbol_complete.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/types/xabsl_symbol_sparse.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/videos/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/videos/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/xabsl_symbol_complete/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi/xabsl_symbol_sparse/client.py +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.7.37 → vaapi-0.7.39}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vaapi
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.39
|
|
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-Expression: Apache-2.0
|
|
@@ -10,7 +10,7 @@ Requires-Python: >=3.10.9
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: protobuf==3.20.3
|
|
12
12
|
Requires-Dist: httpx==0.28.1
|
|
13
|
-
Requires-Dist: pydantic==2.
|
|
13
|
+
Requires-Dist: pydantic==2.13.3
|
|
14
14
|
Requires-Dist: requests==2.33.1
|
|
15
15
|
|
|
16
16
|
# Berlin United - Visual Analytics Tool
|
|
@@ -81,7 +81,8 @@ class ImageClient:
|
|
|
81
81
|
blurredness_value: typing.Optional[int] = OMIT,
|
|
82
82
|
brightness_value: typing.Optional[int] = OMIT,
|
|
83
83
|
labelstudio_url: typing.Optional[str] = OMIT,
|
|
84
|
-
|
|
84
|
+
has_annotations: typing.Optional[bool] = OMIT,
|
|
85
|
+
annotation: typing.Optional[typing.List[typing.Dict]] = OMIT,
|
|
85
86
|
request_options: typing.Optional[RequestOptions] = None,
|
|
86
87
|
) -> Image:
|
|
87
88
|
"""
|
|
@@ -107,6 +108,7 @@ class ImageClient:
|
|
|
107
108
|
"brightness_value": brightness_value,
|
|
108
109
|
"labelstudio_url": labelstudio_url,
|
|
109
110
|
"validated": validated,
|
|
111
|
+
"annotation": annotation,
|
|
110
112
|
},
|
|
111
113
|
request_options=request_options,
|
|
112
114
|
omit=OMIT,
|
|
@@ -139,6 +141,7 @@ class ImageClient:
|
|
|
139
141
|
offset = offset if offset is not None else 0
|
|
140
142
|
limit = limit if limit is not None else 100
|
|
141
143
|
query_params = {k: v for k, v in filters.items()}
|
|
144
|
+
print(query_params)
|
|
142
145
|
query_params['limit'] = limit
|
|
143
146
|
query_params['offset'] = offset
|
|
144
147
|
_response = self._client_wrapper.httpx_client.request(
|
|
@@ -177,7 +180,8 @@ class ImageClient:
|
|
|
177
180
|
blurredness_value: typing.Optional[int] = OMIT,
|
|
178
181
|
brightness_value: typing.Optional[int] = OMIT,
|
|
179
182
|
labelstudio_url: typing.Optional[str] = OMIT,
|
|
180
|
-
|
|
183
|
+
has_annotations: typing.Optional[bool] = OMIT,
|
|
184
|
+
annotation: typing.Optional[typing.List[typing.Dict]] = OMIT,
|
|
181
185
|
request_options: typing.Optional[RequestOptions] = None,
|
|
182
186
|
) -> Image:
|
|
183
187
|
"""
|
|
@@ -202,6 +206,7 @@ class ImageClient:
|
|
|
202
206
|
"brightness_value": brightness_value,
|
|
203
207
|
"labelstudio_url": labelstudio_url,
|
|
204
208
|
"validated": validated,
|
|
209
|
+
"annotation": annotation,
|
|
205
210
|
},
|
|
206
211
|
request_options=request_options,
|
|
207
212
|
omit=OMIT,
|
|
@@ -32,7 +32,11 @@ class Image(pydantic_v1.BaseModel):
|
|
|
32
32
|
|
|
33
33
|
labelstudio_url: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
has_annotations: typing.Optional[bool] = pydantic_v1.Field(default=None)
|
|
36
|
+
|
|
37
|
+
annotation: typing.Optional[typing.List[typing.Dict]] = (
|
|
38
|
+
pydantic_v1.Field(default=None)
|
|
39
|
+
)
|
|
36
40
|
|
|
37
41
|
@pydantic_v1.root_validator(pre=True)
|
|
38
42
|
def handle_read_write_difference(cls, values):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vaapi
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.39
|
|
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-Expression: Apache-2.0
|
|
@@ -10,7 +10,7 @@ Requires-Python: >=3.10.9
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: protobuf==3.20.3
|
|
12
12
|
Requires-Dist: httpx==0.28.1
|
|
13
|
-
Requires-Dist: pydantic==2.
|
|
13
|
+
Requires-Dist: pydantic==2.13.3
|
|
14
14
|
Requires-Dist: requests==2.33.1
|
|
15
15
|
|
|
16
16
|
# Berlin United - Visual Analytics Tool
|
|
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
|
|
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
|