vision-agent 0.2.201__py3-none-any.whl → 0.2.202__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vision_agent/tools/tools.py +0 -10
- {vision_agent-0.2.201.dist-info → vision_agent-0.2.202.dist-info}/METADATA +1 -1
- {vision_agent-0.2.201.dist-info → vision_agent-0.2.202.dist-info}/RECORD +5 -5
- {vision_agent-0.2.201.dist-info → vision_agent-0.2.202.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.201.dist-info → vision_agent-0.2.202.dist-info}/WHEEL +0 -0
vision_agent/tools/tools.py
CHANGED
@@ -2229,11 +2229,6 @@ def overlay_bounding_boxes(
|
|
2229
2229
|
frame_out.append(np.array(pil_image))
|
2230
2230
|
return_frame = frame_out[0] if len(frame_out) == 1 else frame_out
|
2231
2231
|
|
2232
|
-
if isinstance(return_frame, np.ndarray):
|
2233
|
-
from IPython.display import display
|
2234
|
-
|
2235
|
-
display(Image.fromarray(return_frame))
|
2236
|
-
|
2237
2232
|
return return_frame # type: ignore
|
2238
2233
|
|
2239
2234
|
|
@@ -2348,11 +2343,6 @@ def overlay_segmentation_masks(
|
|
2348
2343
|
frame_out.append(np.array(pil_image))
|
2349
2344
|
return_frame = frame_out[0] if len(frame_out) == 1 else frame_out
|
2350
2345
|
|
2351
|
-
if isinstance(return_frame, np.ndarray):
|
2352
|
-
from IPython.display import display
|
2353
|
-
|
2354
|
-
display(Image.fromarray(return_frame))
|
2355
|
-
|
2356
2346
|
return return_frame # type: ignore
|
2357
2347
|
|
2358
2348
|
|
@@ -30,7 +30,7 @@ vision_agent/tools/meta_tools.py,sha256=TPeS7QWnc_PmmU_ndiDT03dXbQ5yDSP33E7U8cSj
|
|
30
30
|
vision_agent/tools/planner_tools.py,sha256=FROahw_6Taqvytv6pOjCHUEypOfjsi_f8Vo1c5vz6Mw,8823
|
31
31
|
vision_agent/tools/prompts.py,sha256=V1z4YJLXZuUl_iZ5rY0M5hHc_2tmMEUKr0WocXKGt4E,1430
|
32
32
|
vision_agent/tools/tool_utils.py,sha256=GDGOmBCo4UfYz-DJ-olREJHPsqs5mzHu0YXiAnpNE8E,10179
|
33
|
-
vision_agent/tools/tools.py,sha256=
|
33
|
+
vision_agent/tools/tools.py,sha256=vavzmDuIBHI-g13RMDnr9NALfWpiIvJWkXhD0pnhCuk,87576
|
34
34
|
vision_agent/tools/tools_types.py,sha256=8hYf2OZhI58gvf65KGaeGkt4EQ56nwLFqIQDPHioOBc,2339
|
35
35
|
vision_agent/utils/__init__.py,sha256=7fMgbZiEwbNS0fBOS_hJI5PuEYBblw36zLi_UjUzvj4,244
|
36
36
|
vision_agent/utils/exceptions.py,sha256=booSPSuoULF7OXRr_YbC4dtKt6gM_HyiFQHBuaW86C4,2052
|
@@ -39,7 +39,7 @@ vision_agent/utils/image_utils.py,sha256=rRWcxKggPXIRXIY_XT9rZt30ECDRq8zq7FDeXRD
|
|
39
39
|
vision_agent/utils/sim.py,sha256=NZc9QGD6BTY5O29NVbHH7oxDePL_QMnylT1lYcDUn1Y,7437
|
40
40
|
vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
|
41
41
|
vision_agent/utils/video.py,sha256=tRcGp4vEnaDycigL1hBO9k0FBPtDH35fCQciVr9GqYI,6013
|
42
|
-
vision_agent-0.2.
|
43
|
-
vision_agent-0.2.
|
44
|
-
vision_agent-0.2.
|
45
|
-
vision_agent-0.2.
|
42
|
+
vision_agent-0.2.202.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
43
|
+
vision_agent-0.2.202.dist-info/METADATA,sha256=czcpEPxPUmbKBV1E5pOb-GpG_rkHYHjknLoOA3bekbk,19026
|
44
|
+
vision_agent-0.2.202.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
45
|
+
vision_agent-0.2.202.dist-info/RECORD,,
|
File without changes
|
File without changes
|