Skip to content

Evaluate object detection algorithms

Brian Wandell edited this page Jun 22, 2018 · 4 revisions

How to run the object_detection algorithms on the TensorFlow records.

Setup

To run an algorithm we need to specify the 'proto' files that define the network architecture, the input TF records, the type of metric,and the location to place the outputs. These are established using configuration files, such as the ones in this directory.

You can specify all of the configurations in one file, or you can specify the different components in different files.

Example

The configuration files for the NN_camera_generalization network are here. There are additional configuration files for For example, to evaluate the algorithm RCNN

Clone this wiki locally