R2CNN_FPN_Tensorflow
R2CNN_FPN_Tensorflow copied to clipboard
Annotation format
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.
Four points in xml.
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)?
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.
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.
Any reference for https://github.com/yangxue0827/R2CNN_FPN_Tensorflow/blob/master/sample.xml generating xml of this format?