Update help.txt
Browse files
help.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pip install insightface
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
FACE_ANALYSER = insightface.app.FaceAnalysis(
|
| 7 |
+
name="buffalo_l",
|
| 8 |
+
root=".", providers=providers,allowed_modules=["landmark_3d_68", "landmark_2d_106","detection","recognition"]
|
| 9 |
+
)
|