Update utils import.
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from typing import Any, Dict, List
|
|
13 |
|
14 |
from pollen_vision.vision_models.object_detection import OwlVitWrapper
|
15 |
from pollen_vision.vision_models.object_segmentation import MobileSamWrapper
|
16 |
-
from pollen_vision.
|
17 |
|
18 |
|
19 |
owl_vit = OwlVitWrapper()
|
|
|
13 |
|
14 |
from pollen_vision.vision_models.object_detection import OwlVitWrapper
|
15 |
from pollen_vision.vision_models.object_segmentation import MobileSamWrapper
|
16 |
+
from pollen_vision.utils import Annotator, get_bboxes
|
17 |
|
18 |
|
19 |
owl_vit = OwlVitWrapper()
|