Leon Sick
commited on
Commit
·
f7d197a
1
Parent(s):
2d28ba0
start of space
Browse files
model.py
CHANGED
@@ -122,6 +122,5 @@ def run_model(image_path: str, score_threshold: float = 0.5) -> np.ndarray:
|
|
122 |
print("***Image Read***")
|
123 |
_, res = model.run_on_image(image)
|
124 |
print("***END***")
|
125 |
-
print("***res.get_image()***", res.get_image())
|
126 |
print("***type(res.get_image())***", type(res.get_image()))
|
127 |
return res.get_image()
|
|
|
122 |
print("***Image Read***")
|
123 |
_, res = model.run_on_image(image)
|
124 |
print("***END***")
|
|
|
125 |
print("***type(res.get_image())***", type(res.get_image()))
|
126 |
return res.get_image()
|