vaapi 0.7.51__tar.gz → 0.7.52__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.51/vaapi.egg-info → vaapi-0.7.52}/PKG-INFO +1 -1
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/__init__.py +1 -1
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/logs/client.py +4 -20
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/log.py +1 -1
- {vaapi-0.7.51 → vaapi-0.7.52/vaapi.egg-info}/PKG-INFO +1 -1
- {vaapi-0.7.51 → vaapi-0.7.52}/LICENSE +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/README.md +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/pyproject.toml +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/setup.cfg +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/base_client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_frame_option/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_frame_option/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_options/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_options/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_options_state/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/behavior_options_state/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/cognition_frame/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/cognition_frame/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/api_error.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/file.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/http_client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/pagination.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/core/request_options.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/events/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/events/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/experiment/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/experiment/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/game/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/game/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/image/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/image/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/log_status/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/log_status/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/motion_frame/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/motion_frame/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/robots/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/robots/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/teams/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/teams/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/timeline/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/timeline/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/annotation.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/behavior_option.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/behavior_option_state.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/behaviorframe_options.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/cognition_frame.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/event.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/experiment.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/frame_filter.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/game.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/image.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/log_status.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/motion_frame.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/robots.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/teams.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/timeline.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/video.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/xabsl_symbol_complete.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/types/xabsl_symbol_sparse.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/videos/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/videos/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/xabsl_symbol_complete/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi/xabsl_symbol_sparse/client.py +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/vaapi.egg-info/requires.txt +0 -0
- {vaapi-0.7.51 → vaapi-0.7.52}/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.52
|
|
4
4
|
Summary: Python utils for working with logs indexed by the Berlin United Visual Analytics Tool
|
|
5
5
|
Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -77,13 +77,10 @@ class LogClient:
|
|
|
77
77
|
game: typing.Optional[str] = OMIT,
|
|
78
78
|
experiment: typing.Optional[str] = OMIT,
|
|
79
79
|
robot: typing.Optional[int] = OMIT,
|
|
80
|
-
robot_version: typing.Optional[str] = OMIT,
|
|
81
80
|
player_number: typing.Optional[dt.date] = OMIT,
|
|
82
|
-
head_number: typing.Optional[str] = OMIT,
|
|
83
|
-
body_serial: typing.Optional[str] = OMIT,
|
|
84
|
-
head_serial: typing.Optional[str] = OMIT,
|
|
85
81
|
representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
86
82
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
83
|
+
comment: typing.Optional[str] = OMIT,
|
|
87
84
|
log_path: typing.Optional[str] = OMIT,
|
|
88
85
|
combined_log_path: typing.Optional[str] = OMIT,
|
|
89
86
|
bottom_video_path: typing.Optional[str] = OMIT,
|
|
@@ -91,7 +88,6 @@ class LogClient:
|
|
|
91
88
|
top_video_path: typing.Optional[str] = OMIT,
|
|
92
89
|
top_video_path_labelstudio: typing.Optional[str] = OMIT,
|
|
93
90
|
git_commit: typing.Optional[str] = OMIT,
|
|
94
|
-
is_favourite: typing.Optional[bool] = OMIT,
|
|
95
91
|
request_options: typing.Optional[RequestOptions] = None,
|
|
96
92
|
) -> Log:
|
|
97
93
|
"""
|
|
@@ -111,11 +107,8 @@ class LogClient:
|
|
|
111
107
|
"game": game,
|
|
112
108
|
"experiment": experiment,
|
|
113
109
|
"robot": robot,
|
|
114
|
-
"robot_version": robot_version,
|
|
115
110
|
"player_number": player_number,
|
|
116
|
-
"
|
|
117
|
-
"body_serial": body_serial,
|
|
118
|
-
"head_serial": head_serial,
|
|
111
|
+
"comment": comment,
|
|
119
112
|
"representation_list": representation_list,
|
|
120
113
|
"sensor_log_path": sensor_log_path,
|
|
121
114
|
"log_path": log_path,
|
|
@@ -125,7 +118,6 @@ class LogClient:
|
|
|
125
118
|
"top_video_path": top_video_path,
|
|
126
119
|
"top_video_path_labelstudio": top_video_path_labelstudio,
|
|
127
120
|
"git_commit": git_commit,
|
|
128
|
-
"is_favourite": is_favourite,
|
|
129
121
|
},
|
|
130
122
|
request_options=request_options,
|
|
131
123
|
omit=OMIT,
|
|
@@ -185,13 +177,10 @@ class LogClient:
|
|
|
185
177
|
game: typing.Optional[str] = OMIT,
|
|
186
178
|
experiment: typing.Optional[str] = OMIT,
|
|
187
179
|
robot: typing.Optional[int] = OMIT,
|
|
188
|
-
robot_version: typing.Optional[str] = OMIT,
|
|
189
180
|
player_number: typing.Optional[dt.date] = OMIT,
|
|
190
|
-
head_number: typing.Optional[str] = OMIT,
|
|
191
|
-
body_serial: typing.Optional[str] = OMIT,
|
|
192
|
-
head_serial: typing.Optional[str] = OMIT,
|
|
193
181
|
representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
194
182
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
183
|
+
comment: typing.Optional[str] = OMIT,
|
|
195
184
|
log_path: typing.Optional[str] = OMIT,
|
|
196
185
|
combined_log_path: typing.Optional[str] = OMIT,
|
|
197
186
|
bottom_video_path: typing.Optional[str] = OMIT,
|
|
@@ -199,7 +188,6 @@ class LogClient:
|
|
|
199
188
|
top_video_path: typing.Optional[str] = OMIT,
|
|
200
189
|
top_video_path_labelstudio: typing.Optional[str] = OMIT,
|
|
201
190
|
git_commit: typing.Optional[str] = OMIT,
|
|
202
|
-
is_favourite: typing.Optional[bool] = OMIT,
|
|
203
191
|
request_options: typing.Optional[RequestOptions] = None,
|
|
204
192
|
) -> Log:
|
|
205
193
|
"""
|
|
@@ -219,11 +207,8 @@ class LogClient:
|
|
|
219
207
|
"game": game,
|
|
220
208
|
"experiment": experiment,
|
|
221
209
|
"robot": robot,
|
|
222
|
-
"
|
|
210
|
+
"comment": comment,
|
|
223
211
|
"player_number": player_number,
|
|
224
|
-
"head_number": head_number,
|
|
225
|
-
"body_serial": body_serial,
|
|
226
|
-
"head_serial": head_serial,
|
|
227
212
|
"representation_list": representation_list,
|
|
228
213
|
"sensor_log_path": sensor_log_path,
|
|
229
214
|
"log_path": log_path,
|
|
@@ -233,7 +218,6 @@ class LogClient:
|
|
|
233
218
|
"top_video_path": top_video_path,
|
|
234
219
|
"top_video_path_labelstudio": top_video_path_labelstudio,
|
|
235
220
|
"git_commit": git_commit,
|
|
236
|
-
"is_favourite": is_favourite,
|
|
237
221
|
},
|
|
238
222
|
request_options=request_options,
|
|
239
223
|
omit=OMIT,
|
|
@@ -20,6 +20,7 @@ class Log(pydantic_v1.BaseModel):
|
|
|
20
20
|
|
|
21
21
|
player_number: typing.Optional[int] = None
|
|
22
22
|
|
|
23
|
+
comment: typing.Optional[str] = None
|
|
23
24
|
|
|
24
25
|
representation_list: typing.Optional[typing.Dict[str, typing.Any]] = (
|
|
25
26
|
pydantic_v1.Field(default=None)
|
|
@@ -39,7 +40,6 @@ class Log(pydantic_v1.BaseModel):
|
|
|
39
40
|
|
|
40
41
|
git_commit: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
41
42
|
|
|
42
|
-
is_favourite: typing.Optional[bool] = pydantic_v1.Field(default=None)
|
|
43
43
|
|
|
44
44
|
@pydantic_v1.root_validator(pre=True)
|
|
45
45
|
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.52
|
|
4
4
|
Summary: Python utils for working with logs indexed by the Berlin United Visual Analytics Tool
|
|
5
5
|
Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|