From 3f442f803b78bc03c995b5f25c8d1f08b8ec63f0 Mon Sep 17 00:00:00 2001 From: zxDeepDiver Date: Sun, 23 Jun 2024 10:21:40 +0000 Subject: [PATCH] update bug --- fastsam/decoder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastsam/decoder.py b/fastsam/decoder.py index 8b08a88..ea5d43c 100644 --- a/fastsam/decoder.py +++ b/fastsam/decoder.py @@ -1,7 +1,6 @@ from .model import FastSAM import numpy as np from PIL import Image -import clip from typing import Optional, List, Tuple, Union