DawnC commited on
Commit
e8a8023
Β·
verified Β·
1 Parent(s): 721d1c5

Update clip_analyzer.py

Browse files
Files changed (1) hide show
  1. clip_analyzer.py +1 -1
clip_analyzer.py CHANGED
@@ -20,7 +20,7 @@ class CLIPAnalyzer:
20
  Use Clip to intergrate scene understanding function
21
  """
22
 
23
- def __init__(self, model_name: str = "ViT-L/14", device: str = None):
24
  """
25
  εˆε§‹εŒ– CLIP εˆ†ζžε™¨γ€‚
26
 
 
20
  Use Clip to intergrate scene understanding function
21
  """
22
 
23
+ def __init__(self, model_name: str = "ViT-B/16", device: str = None):
24
  """
25
  εˆε§‹εŒ– CLIP εˆ†ζžε™¨γ€‚
26