jw2yang commited on
Commit
4ad2b7c
1 Parent(s): 4a8dd13

Update detectron2/data/clip_datasets/clip_prompt_engineering.py

Browse files
detectron2/data/clip_datasets/clip_prompt_engineering.py CHANGED
@@ -235,7 +235,7 @@ def get_prompt_templates():
235
  # 'a painting of a {}.',
236
  # ]
237
 
238
- prompt_templates = ['{}.', 'a photo of the large {}.', 'a photo of the small {}.']
239
 
240
  return prompt_templates
241
 
235
  # 'a painting of a {}.',
236
  # ]
237
 
238
+ prompt_templates = ['{}.']
239
 
240
  return prompt_templates
241