annading commited on
Commit
a58dd77
1 Parent(s): 080fa88

changed batch size

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