Yingtao-Zheng commited on
Commit
6941e5d
·
1 Parent(s): ee8d17c

Fix open-cv GPU support problem (opencv library changed)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -4,7 +4,7 @@ jinja2
4
  aiortc
5
  av
6
  mediapipe>=0.10.14
7
- opencv-python-headless>=4.8.0
8
  numpy>=1.24.0
9
  scikit-learn>=1.2.0
10
  joblib>=1.2.0
 
4
  aiortc
5
  av
6
  mediapipe>=0.10.14
7
+ opencv-contrib-python>=4.8.0
8
  numpy>=1.24.0
9
  scikit-learn>=1.2.0
10
  joblib>=1.2.0