mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
test
This commit is contained in:
parent
b5bbd4a2f2
commit
c33e75d3a3
@ -54,7 +54,7 @@ class GroundingModule(nn.Module):
|
||||
prompt = prompt + "."
|
||||
_, image_tensor = image_transform_grounding(original_image)
|
||||
boxes, logits, phrases = predict(self.grounding_model,
|
||||
image_tensor, prompt, box_threshold, text_threshold, device=self.device)
|
||||
image_tensor, prompt, box_threshold, text_threshold, device='cpu')
|
||||
print(phrases)
|
||||
# from PIL import Image, ImageDraw, ImageFont
|
||||
H, W = original_image.size[1], original_image.size[0]
|
||||
|
Loading…
Reference in New Issue
Block a user