gvision icon indicating copy to clipboard operation
gvision copied to clipboard

Issue

Open PierrunoYT opened this issue 1 year ago • 4 comments

Saw your tool and that you mentioned me on Google.

I woud like to try it out but I get an error

grafik

PierrunoYT avatar Jul 21 '23 19:07 PierrunoYT

Have you tried using it locally?

I am aware of the streamlit bug and am working on fixing it

GONZOsint avatar Jul 22 '23 09:07 GONZOsint

GitHub Copilot: The error message you provided indicates that there is an issue with the cv2 module, which is used for computer vision tasks in Python.

Here are a few things you can try to resolve the issue:

  1. Make sure that OpenCV is installed on your system. You can install it using pip by running the following command in your terminal or command prompt:

    pip install opencv-python
    
  2. Make sure that you have the correct version of OpenCV installed for your system. You can check the version of OpenCV that is installed by running the following command in your Python interpreter:

    import cv2
    print(cv2.__version__)
    

    If the version number is not what you expect, you may need to uninstall and reinstall OpenCV using the correct version.

  3. Make sure that the cv2 module is installed in the correct location. Depending on your system and Python installation, the cv2 module may need to be installed in a specific location. You can try reinstalling OpenCV using the --target option to specify the installation location:

    pip install opencv-python --target=/path/to/installation/location
    

    Replace /path/to/installation/location with the path to the directory where you want to install OpenCV.

If none of these solutions work, please provide more information about the error message you are seeing, including the full traceback and any other relevant details.

PierrunoYT avatar Jul 23 '23 14:07 PierrunoYT

Have you tried using it locally?

I am aware of the streamlit bug and am working on fixing it

Check out my new Version

PierrunoYT avatar Oct 17 '23 20:10 PierrunoYT

@GONZOsint Check out my new Version on Github

PierrunoYT avatar Dec 22 '23 21:12 PierrunoYT