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