From 1b69df4327489c8cabcc32bd8f6a12a6fb4b4080 Mon Sep 17 00:00:00 2001 From: robostoneDK <112867827+robostoneDK@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:37:07 +0200 Subject: [PATCH] Update docker_test.py mispelling --- docker_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_test.py b/docker_test.py index 8ecfaad..b561cd0 100644 --- a/docker_test.py +++ b/docker_test.py @@ -2,7 +2,7 @@ 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!') \ No newline at end of file +print('DONE!')