Spaces:
Sleeping
Sleeping
Update my_model/object_detection.py
Browse files
my_model/object_detection.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image, ImageDraw, ImageFont
|
|
| 5 |
import numpy as np
|
| 6 |
import cv2
|
| 7 |
import os
|
| 8 |
-
from my_model.gen_utilities import get_image_path, get_model_path ,show_image
|
| 9 |
|
| 10 |
|
| 11 |
class ObjectDetector:
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
import cv2
|
| 7 |
import os
|
| 8 |
+
from my_model.utilities.gen_utilities import get_image_path, get_model_path ,show_image
|
| 9 |
|
| 10 |
|
| 11 |
class ObjectDetector:
|