Spaces:
Sleeping
Sleeping
Identify any man-made structures in the image, including benches, kiosques, pergolas, playground equipment, paved paths, trash bins, street lamps, or information signs. | |
Do not use any external data sources. | |
If the image does not belong to any of the categories, return 'Other'. | |
If the image is not clear enough to make a decision, return 'Not clear'. | |
If the image is not relevant to the task, return 'Irrelevant'. | |
If the image can be classified into multiple categories, return the most relevant one. | |
Results must be consistent across multiple runs of the model on the same image. | |
Results must be JSON serializable. | |
**Output format:** | |
``` | |
{ | |
"elements": ["benches", "kiosques", "pergolas", "..."] | |
} | |
``` | |