Compare commits
4 Commits
d5b14618aa
...
d778b5cb57
Author | SHA1 | Date |
---|---|---|
|
d778b5cb57 | |
|
3107f74165 | |
|
99704f3a18 | |
|
81b4759b39 |
|
@ -32,6 +32,11 @@ Then put those 2 files on the "**models**" folder
|
||||||
We highly recommend to work with a `venv` to avoid issues.
|
We highly recommend to work with a `venv` to avoid issues.
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
or try if above failed
|
||||||
|
```
|
||||||
|
pip install --use-pep517 -r requirements.txt
|
||||||
|
|
||||||
```
|
```
|
||||||
For MAC OS, You have to install or upgrade python-tk package:
|
For MAC OS, You have to install or upgrade python-tk package:
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
|
|
||||||
numpy==1.23.5
|
numpy>=1.23.5,<2
|
||||||
opencv-python==4.8.1.78
|
opencv-python==4.8.1.78
|
||||||
onnx==1.16.0
|
onnx==1.16.0
|
||||||
insightface==0.7.3
|
insightface==0.7.3
|
||||||
|
|
Loading…
Reference in New Issue