Leon Sick
commited on
Commit
•
ee0c663
1
Parent(s):
c202934
start of space
Browse files
model.py
CHANGED
@@ -119,4 +119,5 @@ def run_model(image_path: str, score_threshold: float = 0.5) -> np.ndarray:
|
|
119 |
print("***Image Read***")
|
120 |
_, res = model.run_on_image(image)
|
121 |
print("***END***")
|
|
|
122 |
return res.get_image()
|
|
|
119 |
print("***Image Read***")
|
120 |
_, res = model.run_on_image(image)
|
121 |
print("***END***")
|
122 |
+
print("***res.get_image()***", res.get_image())
|
123 |
return res.get_image()
|