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

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 {}.', 'a bad photo of the {}.', 'itap of the {}.', 'a origami {}.', 'a {} in a video game.', 'art of the {}.']
239
 
240
  return prompt_templates
241
 
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