vision-agent 0.2.196__py3-none-any.whl → 0.2.197__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {vision_agent-0.2.196.dist-info → vision_agent-0.2.197.dist-info}/METADATA +17 -1
- {vision_agent-0.2.196.dist-info → vision_agent-0.2.197.dist-info}/RECORD +4 -4
- {vision_agent-0.2.196.dist-info → vision_agent-0.2.197.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.196.dist-info → vision_agent-0.2.197.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.197
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -71,6 +71,13 @@ solve your vision task. Check out our discord for updates and roadmaps!
|
|
71
71
|
The fastest way to test out VisionAgent is to use our web application. You can find it
|
72
72
|
[here](https://va.landing.ai/).
|
73
73
|
|
74
|
+
### Local Jupyter Notebook
|
75
|
+
You can also run VisionAgent in a local Jupyter Notebook. Here are some examples of using VisionAgent:
|
76
|
+
|
77
|
+
1. [Counting cans in an image](https://github.com/landing-ai/vision-agent/blob/main/examples/notebooks/counting_cans.ipynb)
|
78
|
+
|
79
|
+
Check out the [notebooks](https://github.com/landing-ai/vision-agent/blob/main/examples/notebooks) folder for more examples.
|
80
|
+
|
74
81
|
|
75
82
|
### Installation
|
76
83
|
To get started with the python library, you can install it using pip:
|
@@ -506,3 +513,12 @@ Failure to have sufficient API credits may result in limited or no functionality
|
|
506
513
|
the features that rely on the OpenAI API. For more details on managing your API usage
|
507
514
|
and credits, please refer to the OpenAI API documentation.
|
508
515
|
|
516
|
+
|
517
|
+
******************************************************************************************************************************
|
518
|
+
|
519
|
+
## Troubleshooting
|
520
|
+
|
521
|
+
### 1. Encounter `ModuleNotFoundError` when VisionAgent generating code
|
522
|
+
|
523
|
+
If you keep seeing a `ModuleNotFoundError` when VisionAgent generating code and seeing VisionAgent got stuck and could not install the missing dependencies, you can manually add the missing dependencies into your Python environment by: `pip install <missing_package_name>`. And then try generating code again.
|
524
|
+
|
@@ -36,7 +36,7 @@ vision_agent/utils/image_utils.py,sha256=rRWcxKggPXIRXIY_XT9rZt30ECDRq8zq7FDeXRD
|
|
36
36
|
vision_agent/utils/sim.py,sha256=NZc9QGD6BTY5O29NVbHH7oxDePL_QMnylT1lYcDUn1Y,7437
|
37
37
|
vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
|
38
38
|
vision_agent/utils/video.py,sha256=tRcGp4vEnaDycigL1hBO9k0FBPtDH35fCQciVr9GqYI,6013
|
39
|
-
vision_agent-0.2.
|
40
|
-
vision_agent-0.2.
|
41
|
-
vision_agent-0.2.
|
42
|
-
vision_agent-0.2.
|
39
|
+
vision_agent-0.2.197.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
40
|
+
vision_agent-0.2.197.dist-info/METADATA,sha256=b_qATdG-j1o9ksVxISHe_-NcUdd0HMgZAVF9r6Y10ek,19026
|
41
|
+
vision_agent-0.2.197.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
42
|
+
vision_agent-0.2.197.dist-info/RECORD,,
|
File without changes
|
File without changes
|