Skip to content

Commit

Permalink
Fixes airctic#1160 Allow SAHI models to load for colab / intro tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
n-e-w committed Dec 18, 2022
1 parent ffc0815 commit cefb09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icevision/models/inference_sahi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from icevision.tfms.albumentations import albumentations_adapter


from sahi.models.base import DetectionModel
from sahi import DetectionModel
from sahi.prediction import ObjectPrediction
from sahi.predict import get_sliced_prediction as sahi_get_sliced_prediction

Expand Down

0 comments on commit cefb09e

Please sign in to comment.