batch size 5 again
Browse files- dino_sam.py +1 -1
dino_sam.py
CHANGED
@@ -37,7 +37,7 @@ def sam_dino_vid(
|
|
37 |
config_path: str = "GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py",
|
38 |
weights_path: str = "weights/groundingdino_swint_ogc.pth",
|
39 |
device: str = 'cuda',
|
40 |
-
batch_size: int =
|
41 |
) -> (str, str):
|
42 |
""" Args:
|
43 |
Returns:
|
|
|
37 |
config_path: str = "GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py",
|
38 |
weights_path: str = "weights/groundingdino_swint_ogc.pth",
|
39 |
device: str = 'cuda',
|
40 |
+
batch_size: int = 5
|
41 |
) -> (str, str):
|
42 |
""" Args:
|
43 |
Returns:
|