Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import cv2
|
|
4 |
import onnxruntime as ort
|
5 |
import argparse
|
6 |
import numpy as np
|
7 |
-
from
|
8 |
|
9 |
# ------------------------------------------------------------------------------------------------------------------------------------------------
|
10 |
# Face detection using UltraFace-320 onnx model
|
|
|
4 |
import onnxruntime as ort
|
5 |
import argparse
|
6 |
import numpy as np
|
7 |
+
from box_utils import predict
|
8 |
|
9 |
# ------------------------------------------------------------------------------------------------------------------------------------------------
|
10 |
# Face detection using UltraFace-320 onnx model
|