Spaces:
Runtime error
Runtime error
testmail-gmail
commited on
Commit
·
98fd1f9
1
Parent(s):
c74a17f
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ from models.experimental import attempt_load
|
|
13 |
import keras_ocr
|
14 |
import matplotlib.pyplot as plt
|
15 |
from numpy import asarray
|
|
|
|
|
16 |
|
17 |
from utils.datasets import LoadStreams, LoadImages
|
18 |
from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier, \
|
|
|
13 |
import keras_ocr
|
14 |
import matplotlib.pyplot as plt
|
15 |
from numpy import asarray
|
16 |
+
import pybboxes as pbx
|
17 |
+
|
18 |
|
19 |
from utils.datasets import LoadStreams, LoadImages
|
20 |
from utils.general import check_img_size, check_requirements, check_imshow, non_max_suppression, apply_classifier, \
|