Commit
·
a43dac7
1
Parent(s):
b286bf7
Added pillow import
Browse files- inference.py +1 -0
inference.py
CHANGED
@@ -25,6 +25,7 @@ import detectron2.data.transforms as T
|
|
25 |
from detectron2.checkpoint import DetectionCheckpointer
|
26 |
|
27 |
import matplotlib.pyplot as plt
|
|
|
28 |
|
29 |
# -----------------------------------------------------------------------------
|
30 |
# CONFIGS - loaded just the one time when script is first ran to save time.
|
|
|
25 |
from detectron2.checkpoint import DetectionCheckpointer
|
26 |
|
27 |
import matplotlib.pyplot as plt
|
28 |
+
from PIL import Image
|
29 |
|
30 |
# -----------------------------------------------------------------------------
|
31 |
# CONFIGS - loaded just the one time when script is first ran to save time.
|