AshanGimhana commited on
Commit
8ff5969
·
verified ·
1 Parent(s): ebc0654

Update help.txt

Browse files
Files changed (1) hide show
  1. help.txt +9 -0
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
+ )