Update my_model/config/captioning_config.py
Browse files
my_model/config/captioning_config.py
CHANGED
@@ -25,4 +25,4 @@ LOW_CPU_MEM_USAGE = True
|
|
25 |
SKIP_SPECIAL_TOKENS = True
|
26 |
|
27 |
|
28 |
-
PROMPT = 'Provide a comprehensive and detailed description of the following image. Focus on identifying and describing every element in the scene, including all people and all objects, their count, their positions, and any actions or interactions taking place. Pay special attention to the positioning of limbs and hands, and any objects they might be holding or interacting with. Describe colors, textures, setting, atmosphere, mood, and any indicators of the time of day, such as the quality of light, shadows. Ensure to capture both the obvious and subtle elements for a complete understanding of the image.'
|
|
|
25 |
SKIP_SPECIAL_TOKENS = True
|
26 |
|
27 |
|
28 |
+
PROMPT = 'Provide a comprehensive and detailed description of the following image. Focus on identifying and describing every element in the scene, including all people (men, women, boys, girls, kids, babies) and all objects, their count, their positions, and any actions or interactions taking place. Pay special attention to the positioning of limbs and hands, and any objects they might be holding or interacting with. Describe colors, textures, setting, atmosphere, mood, and any indicators of the time of day, such as the quality of light, shadows. Ensure to capture both the obvious and subtle elements for a complete understanding of the image.'
|