# Faster-RCNN example

### Intro

{% hint style="success" %}
By the end of this tutorial, you will be well-prepared to use Everinfer for any CV/NLP task.
{% endhint %}

This example shows how to run an object detection model from scratch, starting with an ONNX graph only. We demonstrate the workflow on the test split of the 2017 COCO dataset.&#x20;

That tutorial will enable you to:

&#x20;   :zap:efficiently process thousands of images

&#x20;   :chains:chain multiple ONNX graphs

&#x20;   :microscope:integrate complex models

### [Proceed to Colab Notebook](https://colab.research.google.com/drive/1NAj6em8x3YaPQxGTwIkTa_GVt6EG3kuW?usp=sharing)


---

# 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.everinfer.ai/getting-started/faster-rcnn-example.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.
