pleonard commited on
Commit
ab4f2c1
1 Parent(s): e036234

description and ignore

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. __pycache__/app.cpython-38.pyc +0 -0
  3. app.py +5 -5
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+
2
+ /__pycache__
__pycache__/app.cpython-38.pyc CHANGED
Binary files a/__pycache__/app.cpython-38.pyc and b/__pycache__/app.cpython-38.pyc differ
 
app.py CHANGED
@@ -9,11 +9,11 @@ dbackends = [
9
  ['Haar Cascade (OpenCV)','opencv'],
10
  ['Single Shot MultiBox Detector (OpenCV)','ssd'],
11
  ['Histogram of Oriented Gradients (Dlib)','dlib'],
12
- ['Multi-task CNN ','mtcnn'],
13
- ['retinaface','retinaface'],
14
- ['yolov8','yolov8'],
15
- ['yunet','yunet'],
16
- ['fastmtcnn','fastmtcnn']
17
  ]
18
 
19
  annotated_image = gr.AnnotatedImage()
 
9
  ['Haar Cascade (OpenCV)','opencv'],
10
  ['Single Shot MultiBox Detector (OpenCV)','ssd'],
11
  ['Histogram of Oriented Gradients (Dlib)','dlib'],
12
+ ['RetinaFace','retinaface'],
13
+ ['You Only Look Once v8','yolov8'],
14
+ ['YuNet','yunet'],
15
+ ['Multi-task Cascade Convolutional Neural Network (TensorFlow) ','mtcnn'],
16
+ ['Fast Multi-task Cascade Convolutional Neural Network (PyTorch)','fastmtcnn']
17
  ]
18
 
19
  annotated_image = gr.AnnotatedImage()