vision-agent 0.2.213__py3-none-any.whl → 0.2.214__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vision_agent/utils/video.py +3 -3
- {vision_agent-0.2.213.dist-info → vision_agent-0.2.214.dist-info}/METADATA +1 -1
- {vision_agent-0.2.213.dist-info → vision_agent-0.2.214.dist-info}/RECORD +5 -5
- {vision_agent-0.2.213.dist-info → vision_agent-0.2.214.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.213.dist-info → vision_agent-0.2.214.dist-info}/WHEEL +0 -0
vision_agent/utils/video.py
CHANGED
@@ -106,9 +106,9 @@ def frames_to_bytes(
|
|
106
106
|
return buffer_bytes
|
107
107
|
|
108
108
|
|
109
|
-
# WARNING:
|
110
|
-
# contents change but the filename remains the same it will return the old file contents
|
111
|
-
#
|
109
|
+
# WARNING: This cache is a little dangerous because if the underlying video
|
110
|
+
# contents change but the filename remains the same it will return the old file contents.
|
111
|
+
# For vision agent it's unlikely to change the file contents while keeping the
|
112
112
|
# same file name and the time savings are very large.
|
113
113
|
@lru_cache(maxsize=8)
|
114
114
|
def extract_frames_from_video(
|
@@ -39,8 +39,8 @@ vision_agent/utils/execute.py,sha256=ktJX1gWBk4D_tXeWV5olGUMC4dU_Z6m5oSv-6Yu1O0w
|
|
39
39
|
vision_agent/utils/image_utils.py,sha256=5uoYgXa6E0-lVrXR7K2XE7fe6r_n7pvK64HYQ50vG3w,12182
|
40
40
|
vision_agent/utils/sim.py,sha256=f1emBQM8SmyVKSrhj0NHItnfMHSeTw-Nk2pw-0eBZ5c,7462
|
41
41
|
vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
|
42
|
-
vision_agent/utils/video.py,sha256=
|
43
|
-
vision_agent-0.2.
|
44
|
-
vision_agent-0.2.
|
45
|
-
vision_agent-0.2.
|
46
|
-
vision_agent-0.2.
|
42
|
+
vision_agent/utils/video.py,sha256=e1VwKhXzzlC5LcFMyrcQYrPnpnX4wxDpnQ-76sB4jgM,6001
|
43
|
+
vision_agent-0.2.214.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
44
|
+
vision_agent-0.2.214.dist-info/METADATA,sha256=H-NMLaCs8bVHlxWxDQzqixEQjbqMOwYk4aYGkE13BqM,19071
|
45
|
+
vision_agent-0.2.214.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
46
|
+
vision_agent-0.2.214.dist-info/RECORD,,
|
File without changes
|
File without changes
|