Skip to content

Commit c423e0b

Browse files
committed
Undo accidental commit
1 parent 20f3360 commit c423e0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

image_patch.py

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def find(self, object_name: str) -> list[ImagePatch]:
141141
if object_name == 'person':
142142
object_name = 'people' # GLIP does better at people than person
143143

144-
# all_object_coordinates = self.forward('object_detector', self.cropped_image)
145144
all_object_coordinates = self.forward('glip', self.cropped_image, object_name)
146145
if len(all_object_coordinates) == 0:
147146
return []

0 commit comments

Comments
 (0)