Spaces:
Running
on
Zero
Running
on
Zero
Update core/describe_scene.py
Browse files- core/describe_scene.py +1 -0
core/describe_scene.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import numpy as np
|
2 |
import logging
|
|
|
3 |
|
4 |
# Setup logging
|
5 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
1 |
import numpy as np
|
2 |
import logging
|
3 |
+
from PIL import Image
|
4 |
|
5 |
# Setup logging
|
6 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|