Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ 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
|
|
|
5 |
import argparse
|
6 |
import numpy as np
|
7 |
from box_utils import predict
|
8 |
+
import os
|
9 |
|
10 |
# ------------------------------------------------------------------------------------------------------------------------------------------------
|
11 |
# Face detection using UltraFace-320 onnx model
|