R2CNN_FPN_Tensorflow icon indicating copy to clipboard operation
R2CNN_FPN_Tensorflow copied to clipboard

Annotation format

Open tailongnguyen opened this issue 7 years ago • 5 comments

Hello, thank you for providing these codes. Could you tell me more details about the annotation format? As far as I know, there is no specific location to put the 'angle' (or 'orientation') value of the bounding box in pascal VOC format. Sorry for any possible misunderstanding.

tailongnguyen avatar Jan 16 '18 16:01 tailongnguyen

Four points in xml.

yangxue0827 avatar Jan 17 '18 12:01 yangxue0827

Why didn't you use just five values (x,y,w,h,angle) to encode the rotated bounding box instead of four points (8 values)?

tailongnguyen avatar Jan 17 '18 15:01 tailongnguyen

Can not find such a labeling tool.

On 01/17/2018 23:00, tailongnguyen wrote:

Why didn't you use just five values (x,y,w,h,angle) to encode the rotated bounding box instead of four points (8 values)?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

yangxue0827 avatar Jan 17 '18 15:01 yangxue0827

But I convert it to five values in my code.

On 01/17/2018 23:03, yangxue wrote: Can not find such a labeling tool.

On 01/17/2018 23:00, tailongnguyen wrote:

Why didn't you use just five values (x,y,w,h,angle) to encode the rotated bounding box instead of four points (8 values)?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

yangxue0827 avatar Jan 17 '18 15:01 yangxue0827

Any reference for https://github.com/yangxue0827/R2CNN_FPN_Tensorflow/blob/master/sample.xml generating xml of this format?

Rhutus avatar Feb 07 '20 07:02 Rhutus