Charbel Malo
commited on
Commit
•
8cb8695
1
Parent(s):
ce3260d
Update face_analyser.py
Browse files- face_analyser.py +1 -0
face_analyser.py
CHANGED
@@ -3,6 +3,7 @@ import cv2
|
|
3 |
import numpy as np
|
4 |
from tqdm import tqdm
|
5 |
from utils import scale_bbox_from_center
|
|
|
6 |
|
7 |
detect_conditions = [
|
8 |
"best detection",
|
|
|
3 |
import numpy as np
|
4 |
from tqdm import tqdm
|
5 |
from utils import scale_bbox_from_center
|
6 |
+
import spaces
|
7 |
|
8 |
detect_conditions = [
|
9 |
"best detection",
|