You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
We recently encountered an issue due to the dependency of pycls to opencv-python. From a quick glance at the code, we believe that pycls would perform equally well by using the headless version of opencv: https://pypi.org/project/opencv-python-headless/
Could the maintainer consider a change from opencv-python to opencv-python-headless in the dependencies?
We recently encountered an issue due to the dependency of pycls to
opencv-python. From a quick glance at the code, we believe that pycls would perform equally well by using the headless version of opencv:https://pypi.org/project/opencv-python-headless/
Could the maintainer consider a change from
opencv-pythontoopencv-python-headlessin the dependencies?