> For the complete documentation index, see [llms.txt](https://picstork-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://picstork-docs.aeromegh.com/5.-fine-tune-your-analytics-report/5.2-inspection-and-manual-annotation.md).

# 5.2 Inspection and Manual Annotation

The user can inspect the detailed report keenly and add the objects which are missed by the automatic detection.&#x20;

This facility is available in the detailed report of the Annotation Report task and Detector task only. This facility is not available in the training task.&#x20;

#### 5.2.1 Edit an Object

Select the object to edit. Select the edit option <img src="/files/T2UfjAOgdVoAsIFnojxO" alt="" data-size="line"> available as shown in the image below.

<figure><img src="/files/ol7M7R3Ez2sQxfCeFBjP" alt=""><figcaption><p>Editing of an Object</p></figcaption></figure>

Select the desired object that was not detected automatically.&#x20;

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

To edit the object now, select the object first, then select the edit option from the tools appearing on the screen. The user may change the size and severity of the selected object as shown below.&#x20;

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

The user will be able to delete the selected object or copy and paste the selected object. The copied object will be pasted as it is anywhere as per requirement. The shape of the object can be modified if required. After editing the object click on <img src="/files/WSIfLZv6HzEEcG3MRSvU" alt="" data-size="line"> the tick mark to save the changes done.

#### 5.2.2 Change the Severity Level

Select the object as shown in the above image to edit by using the select pointer.&#x20;

<figure><img src="/files/g7p4UYQpDLNUIT3UEAJN" alt=""><figcaption><p>Edit an Object for Severity</p></figcaption></figure>

After selecting the particular object, the menu and other options will appear on the right-hand side of the screen. Select the "Severity" option from here to assign or change the severity level of accuracy as shown in the image.

Save the object after annotation and assign the severity by clicking on the "Save" button.

#### 5.2.3 Delete an Object

To delete the annotation on the positions which were annotated by mistake then just select the annotated object by selection pointer and then click on the object to be deleted and then click on the "Delete" option as highlighted in the image below.&#x20;

<figure><img src="/files/jBxL1nhv5dDr1GapAvkN" alt=""><figcaption><p>Delete an Object</p></figcaption></figure>

#### 5.2.4 Apply Filter

The user can apply the filter to see the objects according to the severity level. Click on this <img src="/files/3zsOjqxSHLLv7GXVAL2U" alt="" data-size="line"> symbol to apply the filter. The new window will appear on the screen from where the user is able to select the severity level as per requirement. The user to see the objects only from the applied filter after clicking on the "Apply" button.

<figure><img src="/files/gOFNebVFbzkmiGZdYyXz" alt=""><figcaption><p>Apply Filter</p></figcaption></figure>

<figure><img src="/files/x89Rxd4oJJjDJOauPVoz" alt=""><figcaption><p>Select Filter Setting</p></figcaption></figure>

Select the severity level and objects which are to be filtered from the list displayed on the screen and then click on the "Apply" button to apply the filter which would be reflected for the output.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://picstork-docs.aeromegh.com/5.-fine-tune-your-analytics-report/5.2-inspection-and-manual-annotation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
