Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
11 months ago | |
|---|---|---|
| .. | ||
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| cvdemo.py | 2 years ago | |
| main.py | 2 years ago | |
| pyproject.toml | 11 months ago | |
| qtdemo.py | 2 years ago | |
| qtvplayer.py | 2 years ago | |
poetry install
python main.py
Because of the conflicition of the Qt version between PyQt5 and OpenCV, we have to disable the GUI feature of OpenCV when integrate them together.
If you wanna run the opencv demo independently(without PyQt5):
poetry remove opencv-python-headless
poetry add opencv-python
python cvdemo.py
Toys
C++ JavaScript Unity3D Asset C Python other
Apache-2.0