Faster-RCNN example

Run your first production-ready app — Faster-RCNN object detection model.

Intro

By the end of this tutorial, you will be well-prepared to use Everinfer for any CV/NLP task.

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.

That tutorial will enable you to:

Last updated