Spaces:
Running
on
Zero
Running
on
Zero
kxhit
commited on
Commit
•
c66eb13
1
Parent(s):
5fab9f2
clean requirements
Browse files- dust3r/utils/image.py +1 -1
dust3r/utils/image.py
CHANGED
@@ -14,7 +14,7 @@ os.environ["OPENCV_IO_ENABLE_OPENEXR"] = "1"
|
|
14 |
import cv2 # noqa
|
15 |
import time
|
16 |
from PIL import Image
|
17 |
-
from rembg import remove
|
18 |
|
19 |
def sam_segment(predictor, input_image, *bbox_coords):
|
20 |
bbox = np.array(bbox_coords)
|
|
|
14 |
import cv2 # noqa
|
15 |
import time
|
16 |
from PIL import Image
|
17 |
+
# from rembg import remove
|
18 |
|
19 |
def sam_segment(predictor, input_image, *bbox_coords):
|
20 |
bbox = np.array(bbox_coords)
|