# Annotation Tools

BinaExpert Annotate provides a fast, robust interface through which you can annotate images.

You can annotate images using bounding boxes and polygons.

### Annotation Methods

You can annotate images by:

* Drawing bounding boxes and polygons manually
* Using AutoLabel, a tool that uses model checkpoints (i.e. a previous version of your model) to recommend annotations
* Using Smart Polygon, a feature that creates polygon annotations with a few clicks.
* Using Label Assist with SAM, which uses the Segment Anything Model to create more precise polygon annotations with a few clicks.

### Bounding Boxes vs. Polygons

With the option between drawing bounding boxes and polygons, you may wonder: what is the difference between these two annotation types?

Bounding boxes -- boxes drawn around an object of interest in an image -- are easier to draw than polygons, thus taking up less annotation time. Polygons, on the other hand, are more precise, and may lead to a slight increase in performance.

For segmentation tasks, you need to annotate images with polygons, as you are training your model to segment specific items from an image with precision.

This section of the BinaExpert documentation shows how to annotate images using each of the above methods.

{% hint style="success" %}
BinaExpert *is working on*&#x20;
{% endhint %}


---

# 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.binaexperts.com/annotate/annotation-tools.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.
