Spaces:
Sleeping
Sleeping
Update My_Model/object_detection.py
Browse files
My_Model/object_detection.py
CHANGED
@@ -3,7 +3,7 @@ from PIL import Image, ImageDraw, ImageFont
|
|
3 |
import numpy as np
|
4 |
import cv2
|
5 |
import os
|
6 |
-
from utilities import get_path, show_image, show_image_with_matplotlib
|
7 |
import transformers
|
8 |
|
9 |
class ObjectDetector:
|
|
|
3 |
import numpy as np
|
4 |
import cv2
|
5 |
import os
|
6 |
+
from My_Model.utilities import get_path, show_image, show_image_with_matplotlib
|
7 |
import transformers
|
8 |
|
9 |
class ObjectDetector:
|