Skip to content
Harsh Agrawal edited this page Sep 23, 2013 · 2 revisions

Object Detection APIs in action

Input Image:

![Input] (http://godel.ece.vt.edu/cloudcv/fileupload/media/pictures/000084.jpg)

Python Terminal:

Terminal

Output Image:

Output

Content of downloaded text file:

000084.jpg
bicycle 264.602297 144.200069 381.366067 224.813261 0.141885

It follows the convention of
Image_Name
Model_Name X1, Y1, X2, Y2
Model_Name_2 X1, Y1, X2, Y2
Image_Name_2
Model_Name X1, Y1, X2, Y2
Model_Name_2 X1, Y1, X2, Y2

where X1,Y1 and X2,Y2 are the vertex of the diagonals

Clone this wiki locally