Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
128 stars 61 forks source link

How to calculate values in '.bboxes.tsv' #17

Closed mwangimorris closed 7 years ago

mwangimorris commented 7 years ago

I am using an image annotator for the web called annotorious. It gives me the object position in an image in the following format:

height:0.2890625
width:0.15755208333333334
x:0.2838541666666667
y:0.12890625`

How can I convert these values to meet the cntk format that is required in '.bboxes.tsv' file e.g.

219 132 333 425

Any suggestions would be helpful.