visualization
Browse files
main.py
CHANGED
@@ -12,6 +12,7 @@ def greet(photo):
|
|
12 |
|
13 |
print("[INFO]: Visualizing results!")
|
14 |
vis, pred = next(result_generator)
|
|
|
15 |
return vis
|
16 |
|
17 |
# # specify detection model by alias
|
|
|
12 |
|
13 |
print("[INFO]: Visualizing results!")
|
14 |
vis, pred = next(result_generator)
|
15 |
+
print(vis)
|
16 |
return vis
|
17 |
|
18 |
# # specify detection model by alias
|