vaapi 0.7.31__tar.gz → 0.7.32__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.31 → vaapi-0.7.32}/PKG-INFO +1 -1
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/__init__.py +1 -1
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/video.py +2 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/videos/client.py +4 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi.egg-info/PKG-INFO +1 -1
- {vaapi-0.7.31 → vaapi-0.7.32}/README.md +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/pyproject.toml +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/setup.cfg +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/base_client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_frame_option/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_frame_option/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_options/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_options/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_options_state/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/behavior_options_state/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/cognition_frame/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/cognition_frame/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/api_error.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/file.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/http_client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/pagination.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/core/request_options.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/events/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/events/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/experiment/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/experiment/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/game/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/game/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/image/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/image/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/log_status/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/log_status/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/logs/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/motion_frame/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/motion_frame/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/robots/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/robots/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/teams/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/teams/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/timeline/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/timeline/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/annotation.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/behavior_option.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/behavior_option_state.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/behaviorframe_options.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/cognition_frame.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/event.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/experiment.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/frame_filter.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/game.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/image.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/log.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/log_status.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/motion_frame.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/robots.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/teams.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/timeline.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/xabsl_symbol_complete.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/types/xabsl_symbol_sparse.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/videos/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/xabsl_symbol_complete/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi/xabsl_symbol_sparse/client.py +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi.egg-info/requires.txt +0 -0
- {vaapi-0.7.31 → vaapi-0.7.32}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -21,6 +21,8 @@ class Video(pydantic_v1.BaseModel):
|
|
|
21
21
|
|
|
22
22
|
type: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
23
23
|
|
|
24
|
+
labelstudio_url: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
25
|
+
|
|
24
26
|
comment: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
25
27
|
|
|
26
28
|
def json(self, **kwargs: typing.Any) -> str:
|
|
@@ -79,6 +79,7 @@ class VideoClient:
|
|
|
79
79
|
video_path: typing.Optional[str] = OMIT,
|
|
80
80
|
url: typing.Optional[str] = OMIT,
|
|
81
81
|
type: typing.Optional[str] = OMIT,
|
|
82
|
+
labelstudio_url: typing.Optional[str] = OMIT,
|
|
82
83
|
comment: typing.Optional[str] = OMIT,
|
|
83
84
|
request_options: typing.Optional[RequestOptions] = None,
|
|
84
85
|
) -> Video:
|
|
@@ -101,6 +102,7 @@ class VideoClient:
|
|
|
101
102
|
"video_path": video_path,
|
|
102
103
|
"url": url,
|
|
103
104
|
"type": type,
|
|
105
|
+
"labelstudio_url": labelstudio_url,
|
|
104
106
|
"comment": comment,
|
|
105
107
|
},
|
|
106
108
|
request_options=request_options,
|
|
@@ -155,6 +157,7 @@ class VideoClient:
|
|
|
155
157
|
video_path: typing.Optional[str] = OMIT,
|
|
156
158
|
url: typing.Optional[str] = OMIT,
|
|
157
159
|
type: typing.Optional[str] = OMIT,
|
|
160
|
+
labelstudio_url: typing.Optional[str] = OMIT,
|
|
158
161
|
comment: typing.Optional[str] = OMIT,
|
|
159
162
|
request_options: typing.Optional[RequestOptions] = None,
|
|
160
163
|
) -> Video:
|
|
@@ -177,6 +180,7 @@ class VideoClient:
|
|
|
177
180
|
"video_path": video_path,
|
|
178
181
|
"url": url,
|
|
179
182
|
"type": type,
|
|
183
|
+
"labelstudio_url": labelstudio_url,
|
|
180
184
|
"comment": comment,
|
|
181
185
|
},
|
|
182
186
|
request_options=request_options,
|
|
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
|