Update docker_test.py
saw a little mistake that was effecting docker run :)pull/360/head
parent
856dde20ae
commit
1e61cf1e44
|
@ -2,7 +2,7 @@ from groundingdino.util.inference import load_model, load_image, predict, annota
|
|||
import torch
|
||||
import cv2
|
||||
|
||||
model = load_model("groundingdino/config/GroundingDINO_SwinT_OGC.pyy", "weights/groundingdino_swint_ogc.pth")
|
||||
model = load_model("groundingdino/config/GroundingDINO_SwinT_OGC.py", "weights/groundingdino_swint_ogc.pth")
|
||||
model = model.to('cuda:0')
|
||||
print(torch.cuda.is_available())
|
||||
print('DONE!')
|
||||
print('DONE!')
|
||||
|
|
Loading…
Reference in New Issue