Skip to content

Commit

Permalink
Update mobile_sam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbds committed Jul 15, 2024
1 parent 1c6c5a4 commit 312dd81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/preprocessor/mobile_sam.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import numpy as np
from skimage import morphology

from annotator.mobile_sam import SamDetector_Aux
from scripts.supported_preprocessor import Preprocessor, PreprocessorParameter
from scripts.supported_preprocessor import Preprocessor
from scripts.utils import resize_image_with_pad

class PreprocessorMobileSam(Preprocessor):
Expand Down

0 comments on commit 312dd81

Please sign in to comment.