Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from utils import non_max_suppression, plot_image, cells_to_bboxes
|
|
10 |
import config
|
11 |
import albumentations as A
|
12 |
from albumentations.pytorch import ToTensorV2
|
13 |
-
|
14 |
import matplotlib.pyplot as plt
|
15 |
import matplotlib.patches as patches
|
16 |
|
|
|
10 |
import config
|
11 |
import albumentations as A
|
12 |
from albumentations.pytorch import ToTensorV2
|
13 |
+
from model import YoloVersion3
|
14 |
import matplotlib.pyplot as plt
|
15 |
import matplotlib.patches as patches
|
16 |
|