# Landmark Label

## Overview

The goal of the game is to assign the correct label to the given landmark. You will be shown an image, a class, and different label options which you must select the correct one for the given image.

## Classes

### Highway Exit Sign

<figure><img src="/files/tLZOkKioflnaxB0bizMZ" alt=""><figcaption><p>Highway Non-Exit Signs have a distance/mileage on them.</p></figcaption></figure>

### Highway Non-Exit Sign

<figure><img src="/files/cggizVwz6wm5gjFbEv53" alt=""><figcaption><p>Highway Non-Exit Signs have a distance/mileage on them.</p></figcaption></figure>

<figure><img src="/files/yFjKMbHtiLFGb58ZseZZ" alt=""><figcaption><p>Highway Non-Exit Signs do not have arrows on them.</p></figcaption></figure>

### Vehicle Flow Sign

<figure><img src="/files/PSnkZob27zD5Dhnma3MB" alt=""><figcaption></figcaption></figure>

### Turn Restriction Sign

<figure><img src="/files/9vw2cKPprhiXYIGfQxSF" alt=""><figcaption></figcaption></figure>

### Other Prohibitory

<figure><img src="/files/whPUp9yIvCHlEfzzDejO" alt=""><figcaption></figcaption></figure>

### Speed Sign

Only **white** speed signs are acceptable. Yellow speed signs are not considered speed sign for this game and should be marked as "Advisory Speed Sign".

<figure><img src="/files/UXpicgRA6acbVZGPIHeX" alt=""><figcaption></figcaption></figure>

### Advisory Speed Sign

Yellow speed signs should be marked as "Advisory Speed Sign"

<figure><img src="/files/UOvNBYKTs638wbrznTOE" alt=""><figcaption></figcaption></figure>

### Parking Rule Sign

<figure><img src="/files/j2GSgxHBMuU7RYldrUjh" alt=""><figcaption></figcaption></figure>

### No Parking Sign

<figure><img src="/files/fyTAWU1Gc1EfkeNjmFeT" alt=""><figcaption></figcaption></figure>

### Street Sign

<figure><img src="/files/h2MPIzynWtA413dFypuR" alt=""><figcaption></figcaption></figure>

### Stop Sign

<figure><img src="/files/KKZyd8frv8rLjiLHjrs5" alt=""><figcaption></figcaption></figure>

### **Billboard Face**

Billboard Face are the front of billboards that show advertisements

<figure><img src="/files/d14JrCkeWNRibs0B5ClW" alt=""><figcaption></figcaption></figure>

### **Not a Billboard Face**

The following examples are **not** considered Billboard Face, but they are commonly mistaken as such:

<figure><img src="/files/9i6um8MELGlTVX0KbqC7" alt=""><figcaption></figcaption></figure>

### Toll Sign

A Toll sign are signs that clearly show toll prices or if the sign is offline, it has the word "toll" on it

<figure><img src="/files/wl5Kqi7vRgt0rYqXtKHI" alt=""><figcaption></figcaption></figure>

### Not a Toll Sign

The following examples are **not** Toll Signs, but they are commonly mistaken as such:

<figure><img src="/files/veIdwtSMjaYMqi1zatcJ" alt=""><figcaption></figcaption></figure>

### Weigh Station

The following examples are Weigh Station signs (not to be confused with a regular Highway Sign)

<figure><img src="/files/8a6VyJ6mQrCaYR7unpFl" alt=""><figcaption></figcaption></figure>

### Cameras

The following are correct and accepted examples of items that should be labeled as Cameras. Please note that the backs of Cameras are also acceptable.

<figure><img src="/files/Dl1Cs1WDzQe2VEi5KOHL" alt=""><figcaption></figcaption></figure>

### Not Cameras

The following examples are **not** Cameras, but they are commonly mistaken as such:

<figure><img src="/files/Xnk3qssuzvSmBPpO68iJ" alt=""><figcaption></figcaption></figure>

### Other Sign

Any other signs that do not fall under one of the above classes

<figure><img src="/files/3AsV7XcTwPDUeNLa0EFa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jWpwDcOutiJwDsJG8PFM" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivemapper.com/contribute/train-the-map-ai/landmark-label.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
