Spaces:
Sleeping
Sleeping
| SEG_QUESTIONS = [ | |
| "Can you segment the {class_name} in this image?", | |
| "Please segment {class_name} in this image.", | |
| "What is {class_name} in this image? Please respond with segmentation mask.", | |
| "What is {class_name} in this image? Please output segmentation mask.", | |
| "Can you segment the {class_name} in this image?", | |
| "Please segment {class_name} in this image.", | |
| "What is {class_name} in this image? Please respond with segmentation mask?", | |
| "What is {class_name} in this image? Please output segmentation mask?", | |
| "Could you provide a segmentation mask for the {class_name} in this image?", | |
| "Please identify and segment the {class_name} in this image.", | |
| "Where is the {class_name} in this picture? Please respond with a segmentation mask.", | |
| "Can you highlight the {class_name} in this image with a segmentation mask?", | |
| "Could you provide a segmentation mask for the {class_name} in this image?", | |
| "Please identify and segment the {class_name} in this image.", | |
| "Where is the {class_name} in this picture? Please respond with a segmentation mask.", | |
| "Can you highlight the {class_name} in this image with a segmentation mask?", | |
| ] | |
| GCG_QUESTIONS = [ | |
| 'Could you please give me a detailed description of the image? Please respond with interleaved segmentation masks for the corresponding parts of the answer.', | |
| 'Can you provide a thorough description of this image? Please output with interleaved segmentation masks for the corresponding phrases.', | |
| 'Please describe in detail the contents of the image. Please respond with interleaved segmentation masks for the corresponding parts of the answer.', | |
| 'Could you give a comprehensive explanation of what can be found within this picture? Please output with interleaved segmentation masks for the corresponding phrases.', | |
| 'Could you give me an elaborate explanation of this picture? Please respond with interleaved segmentation masks for the corresponding phrases.', | |
| 'Could you provide me with a detailed analysis of this photo? Please output with interleaved segmentation masks for the corresponding parts of the answer.', | |
| ] | |
| ANSWER_LIST = [ | |
| "It is [SEG].", | |
| "Sure, [SEG].", | |
| "Sure, it is [SEG].", | |
| "Sure, the segmentation result is [SEG].", | |
| "[SEG].", | |
| ] | |
| VP_QUESTIONS = [ | |
| 'Can you provide me with a detailed description of the region in the picture marked by <region>?', | |
| "I'm curious about the region represented by <region> in the picture. Could you describe it in detail?", | |
| 'What can you tell me about the region indicated by <region> in the image?', | |
| 'What details can you give me about the region outlined by <region> in the photo?', | |
| 'Please provide me with a comprehensive description of the region marked with <region> in the image.', | |
| 'Can you give me a detailed account of the region labeled as <region> in the picture?', | |
| "I'm interested in learning more about the region represented by <region> in the photo. Can you describe it in detail?", | |
| 'What is the region outlined by <region> in the picture like? Could you give me a detailed description?', | |
| 'Please describe the region <region> in the image in detail.', | |
| 'Can you offer a thorough analysis of the region <region> in the image?', | |
| 'Could you elaborate on the region highlighted by <region> in the picture provided?', | |
| 'Please share more information about the zone emphasized with <region> in the photo.', | |
| 'What insights can you give about the area denoted by <region> in the image presented?', | |
| 'Can you share a comprehensive rundown of the region denoted by <region> in the presented image?', | |
| "I'd like to know more about the region highlighted by <region> in the picture provided.", | |
| 'Work through the important details of the area <region> in the image.', | |
| 'Illustrate the area represented by <region> through a descriptive explanation.', | |
| 'Examine the region <region> closely and share its details.' | |
| ] |