Compare commits
4 Commits
de56b160be
...
f01f94dead
Author | SHA1 | Date |
---|---|---|
|
f01f94dead | |
|
3107f74165 | |
|
99704f3a18 | |
|
57e6020efa |
|
@ -14,6 +14,7 @@ Users of this software are expected to use this software responsibly while abidi
|
||||||
### Basic: It is more likely to work on your computer but it will also be very slow. You can follow instructions for the basic install (This usually runs via **CPU**)
|
### Basic: It is more likely to work on your computer but it will also be very slow. You can follow instructions for the basic install (This usually runs via **CPU**)
|
||||||
#### 1.Setup your platform
|
#### 1.Setup your platform
|
||||||
- python (3.10 recommended)
|
- python (3.10 recommended)
|
||||||
|
- python-tk
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA)
|
- [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA)
|
||||||
|
|
|
@ -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