You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I have been trying to do segmentation task using the command:
task_prompt = '<REGION_TO_SEGMENTATION>'
text_input = "segment all visible objects in the image"
result = run_example(task_prompt, text_input=text_input)
print(results_sky)
output_image = copy.deepcopy(image)
output_image = draw_polygons(output_image, result['<REGION_TO_SEGMENTATION>'], fill_mask=True)
the output i get is for just a single polygon though there are clearly multiple images in the object, in hte prompt if i specify the individual object prompt it works perfectly like car, horse, but when I give the prompt for all objects it wouldnt, how do i fix this?
Hey I have been trying to do segmentation task using the command:
the output i get is for just a single polygon though there are clearly multiple images in the object, in hte prompt if i specify the individual object prompt it works perfectly like car, horse, but when I give the prompt for all objects it wouldnt, how do i fix this?
The text was updated successfully, but these errors were encountered: