annading commited on
Commit
0f726c9
1 Parent(s): a9a2b44

batch size 5 again

Browse files
Files changed (1) hide show
  1. 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 = 7
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: